Time to use a mono font that can be copied
This commit is contained in:
parent
bc179806db
commit
3aa4818414
@ -10,7 +10,7 @@ steps:
|
|||||||
- name: build pdf
|
- name: build pdf
|
||||||
image: pandoc/latex:2.18.0
|
image: pandoc/latex:2.18.0
|
||||||
commands:
|
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
|
- 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
|
- 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
|
- mkdir /usr/share/fonts/fantasque-sans-mono
|
||||||
|
@ -7,7 +7,7 @@ PANDOCOPTS = --pdf-engine=lualatex \
|
|||||||
-M fontsize=12pt \
|
-M fontsize=12pt \
|
||||||
-M papersize=a4 \
|
-M papersize=a4 \
|
||||||
-M mainfont="Linux Libertine" \
|
-M mainfont="Linux Libertine" \
|
||||||
-M monofont="FantasqueSansMono" \
|
-M monofont="Inconsolata" \
|
||||||
-M sansfont="Linux Biolinum" \
|
-M sansfont="Linux Biolinum" \
|
||||||
-M colorlinks=true \
|
-M colorlinks=true \
|
||||||
-M linkcolor="black" \
|
-M linkcolor="black" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user