tidy up, get citations by URL
This commit is contained in:
parent
f0eba54ace
commit
45a0f340b6
12 changed files with 294 additions and 27 deletions
|
|
@ -7,9 +7,11 @@ fi
|
|||
# --template=templates/template.latex \
|
||||
|
||||
pandoc -s paper.md \
|
||||
--from markdown+auto_identifiers --pdf-engine=xelatex --template latex-template.tex -V colorlinks --number-sections --citeproc --pdf-engine=xelatex \
|
||||
--dpi=300 --bibliography strudel.bib -o paper.pdf
|
||||
--from markdown+auto_identifiers --pdf-engine=xelatex --template tex/latex-template.tex -V colorlinks --number-sections \
|
||||
--filter=pandoc-url2cite --citeproc --pdf-engine=xelatex \
|
||||
--dpi=300 -o paper.pdf
|
||||
|
||||
pandoc -s paper.md --filter filter.py --citeproc --bibliography strudel.bib \
|
||||
pandoc -s paper.md --filter bin/code-filter.py --filter=pandoc-url2cite \
|
||||
--citeproc \
|
||||
-t markdown-citations -t markdown-fenced_divs \
|
||||
-o paper-preprocessed.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue