move iclc paper under docs/

This commit is contained in:
alex 2025-06-14 23:26:59 +01:00
parent a7f044e1aa
commit 2cb22e94b5
27 changed files with 0 additions and 0 deletions

17
docs/iclc2023-paper/make.sh Executable file
View file

@ -0,0 +1,17 @@
#!/bin/bash
if [ -d "$HOME/.cabal/bin" ] ; then
PATH="$HOME/.cabal/bin:$PATH"
fi
# --template=templates/template.latex \
pandoc -s demo.md \
--from markdown+auto_identifiers --pdf-engine=xelatex --template tex/latex-template.tex -V colorlinks --number-sections \
--citeproc --pdf-engine=xelatex \
--dpi=300 -o demo.pdf
pandoc -s demo.md --filter bin/code-filter.py \
--citeproc \
-t markdown-citations -t markdown-fenced_divs \
-o demo-preprocessed.md