Add LaTeX model from virli course
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
917a307d25
commit
313597aede
5 changed files with 108 additions and 5 deletions
|
|
@ -1,16 +1,18 @@
|
|||
PANDOCOPTS = --pdf-engine=xelatex \
|
||||
PANDOCOPTS = --pdf-engine=lualatex \
|
||||
--standalone \
|
||||
--number-sections \
|
||||
--toc \
|
||||
-f markdown+smart \
|
||||
-M fontsize=12pt \
|
||||
-M papersize=a4paper \
|
||||
-M mainfont="Linux Libertine O" \
|
||||
-M monofont="FantasqueSansMono-Regular" \
|
||||
-M sansfont="Linux Biolinum O" \
|
||||
-M papersize=a4 \
|
||||
-M mainfont="Linux Libertine" \
|
||||
-M monofont="FantasqueSansMono" \
|
||||
-M sansfont="Linux Biolinum" \
|
||||
-M colorlinks=true \
|
||||
-M linkcolor="black" \
|
||||
-M urlcolor="ForestGreen" \
|
||||
-M indent=true \
|
||||
-V toc-title="Sommaire" \
|
||||
-V pdfa \
|
||||
--lua-filter=../colored-blocks.lua \
|
||||
--include-in-header=../../tutorial/header.tex
|
||||
|
|
|
|||
Reference in a new issue