Skip to content
Snippets Groups Projects
Verified Commit abd1947a authored by orestis.malaspin's avatar orestis.malaspin
Browse files
parents def06e7a d4b2a38d
No related branches found
No related tags found
No related merge requests found
image: omalaspinas/pandoc:latest image: omalaspinas/c_pandoc:latest
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
......
STYLES := css/tufte-css/tufte.css \
css/pandoc.css \
css/pandoc-solarized.css \
css/tufte-extra.css
OPTIONS = --toc OPTIONS = --toc
OPTIONS += --filter=pandoc-numbering OPTIONS += --filter=pandoc-numbering
OPTIONS += --filter=pandoc-crossref OPTIONS += --filter=pandoc-crossref
PDFOPTIONS = --highlight-style kate PDFOPTIONS = --highlight-style kate
PDFOPTIONS += --pdf-engine pdflatex PDFOPTIONS += --pdf-engine xelatex
PDFOPTIONS += --number-sections PDFOPTIONS += --number-sections
PDFOPTIONS += --template=./default.latex PDFOPTIONS += --template=./default.latex
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment