Cheat-sheet: remove need for exotic latex package

And add required latex fonts
This commit is contained in:
Louis Gesbert 2024-06-27 16:57:33 +02:00
parent 69d8f433e7
commit a6911a4cd5
3 changed files with 7 additions and 3 deletions

View File

@ -112,7 +112,7 @@ jobs:
- name: Install LaTeX deps
# This is done late because caching would not benefit compared to
# installation through apk (1,5G upload is slow)
run: sudo apk add texlive-xetex texmf-dist-latexextra texmf-dist-binextra texmf-dist-pictures font-dejavu groff
run: sudo apk add texlive-xetex texmf-dist-latexextra texmf-dist-binextra texmf-dist-pictures texmf-dist-fontsrecommended font-dejavu groff
- name: Build Catala extra docs
run: |
cd ~/catala

View File

@ -18,11 +18,13 @@
\usepackage[a4paper,landscape,margin=1cm,includehead,headsep=2ex,nofoot]{geometry}
\usepackage{fancyhdr}
\usepackage{array}
\usepackage[none]{hyphenat}
\usepackage[document]{ragged2e}
\usemintedstyle{tango}
\hyphenpenalty=10000
\exhyphenpenalty=10000
\setsansfont{DejaVu Sans}[Scale=0.9]
\setmonofont{DejaVu Sans Mono}[Scale=0.9]

View File

@ -18,11 +18,13 @@
\usepackage[a4paper,landscape,margin=1cm,includehead,headsep=2ex,nofoot]{geometry}
\usepackage{fancyhdr}
\usepackage{array}
\usepackage[none]{hyphenat}
\usepackage[document]{ragged2e}
\usemintedstyle{tango}
\hyphenpenalty=10000
\exhyphenpenalty=10000
\setsansfont{DejaVu Sans}[Scale=0.9]
\setmonofont{DejaVu Sans Mono}[Scale=0.9]