From f13f7003c8220740bbd198db1e71b5bc2c490203 Mon Sep 17 00:00:00 2001
From: Jesper Zedlitz <jesper@zedlitz.de>
Date: Tue, 28 Jan 2025 12:36:49 +0100
Subject: [PATCH] =?UTF-8?q?aktualisierte=20Abh=C3=A4ngigkeiten=20f=C3=BCr?=
 =?UTF-8?q?=20Alpine?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

deutliche Ersparnis, da das 2GB große Paket texmf-dist-fontsextra nicht geladen werden muss
---
 README.md                      | 5 +----
 template/metadata_yml.template | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 705f16d..2cdf4ff 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,7 @@ sudo apt install make librsvg2-bin poppler-utils pandoc pdflatex hugo texlive-la
 On a _Alpine Linux 3.18.4_ system the build environment can be prepared this way:
 
 ```shell
-apk add ruby texlive make librsvg hugo texmf-dist-fontsextra poppler-utils
-wget https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-linux-amd64.tar.gz
-tar xfz pandoc-3.1.9-linux-amd64.tar.gz
-cp pandoc-3.1.9/bin/pandoc /usr/local/bin/
+apk add ruby texlive make librsvg hugo font-liberation poppler-utils rsvg-convert pandoc texmf-dist-latexrecommended texmf-dist-fontsrecommended texmf-dist-langgerman
 ```
 
 You can create the PDF document:
diff --git a/template/metadata_yml.template b/template/metadata_yml.template
index f4e163f..fdb2eb0 100644
--- a/template/metadata_yml.template
+++ b/template/metadata_yml.template
@@ -3,7 +3,7 @@ documentclass: book
 language: de
 date: @include(date)
 numbersections: true
-fontfamily: arev
+fontfamily: sans
 papersize: a4
 pagestyle: plain
 header-includes:
-- 
GitLab