Time to use a mono font that can be copied

This commit is contained in:
nemunaire 2022-09-20 09:51:59 +02:00
parent bc179806db
commit 3aa4818414
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ steps:
- name: build pdf
image: pandoc/latex:2.18.0
commands:
- apk add --no-cache make ttf-linux-libertine
- apk add --no-cache make ttf-linux-libertine ttf-inconsolata
- tlmgr install enumitem environ etoolbox preprint sectsty selnolig tcolorbox titling
- wget -O /tmp/FantasqueSansMono-Normal.tar.gz https://github.com/belluzj/fantasque-sans/releases/download/v1.8.0/FantasqueSansMono-Normal.tar.gz
- mkdir /usr/share/fonts/fantasque-sans-mono

View File

@ -7,7 +7,7 @@ PANDOCOPTS = --pdf-engine=lualatex \
-M fontsize=12pt \
-M papersize=a4 \
-M mainfont="Linux Libertine" \
-M monofont="FantasqueSansMono" \
-M monofont="Inconsolata" \
-M sansfont="Linux Biolinum" \
-M colorlinks=true \
-M linkcolor="black" \