Skip to content
Snippets Groups Projects
Verified Commit f13f7003 authored by Jesper Zedlitz's avatar Jesper Zedlitz
Browse files

aktualisierte Abhängigkeiten für Alpine

deutliche Ersparnis, da das 2GB große Paket texmf-dist-fontsextra nicht geladen werden muss
parent c493c845
No related branches found
No related tags found
No related merge requests found
...@@ -23,10 +23,7 @@ sudo apt install make librsvg2-bin poppler-utils pandoc pdflatex hugo texlive-la ...@@ -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: On a _Alpine Linux 3.18.4_ system the build environment can be prepared this way:
```shell ```shell
apk add ruby texlive make librsvg hugo texmf-dist-fontsextra poppler-utils apk add ruby texlive make librsvg hugo font-liberation poppler-utils rsvg-convert pandoc texmf-dist-latexrecommended texmf-dist-fontsrecommended texmf-dist-langgerman
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/
``` ```
You can create the PDF document: You can create the PDF document:
......
...@@ -3,7 +3,7 @@ documentclass: book ...@@ -3,7 +3,7 @@ documentclass: book
language: de language: de
date: @include(date) date: @include(date)
numbersections: true numbersections: true
fontfamily: arev fontfamily: sans
papersize: a4 papersize: a4
pagestyle: plain pagestyle: plain
header-includes: header-includes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment