- These examples assume you set the alias
cowkit
for the dockerrun
command. Alternatively, use the full docker command. - All commands here have the
-s
options: this ensures a single run, i.e., no file watching or HTTP serving.
TODO
PDF outputs are generated based on latex
templates (and a tex
compiler). Of course, you might want to adjust things here and there before
publishing, so as an intermediate step, compile to .tex
first, do the finetuning, and then convert to PDF yourself.
(See template)
To PDF (default output: ./build/index.pdf
)
cowkit -s -f pdf
To TEX as intermediate step (default output: ./build/index.tex
)
cowkit -s -f tex
To PDF (default output: ./build/index.pdf
)
cowkit -s -f pdf -t config/tex/templates/ieeeconf.tex
To TEX as intermediate step (default output: ./build/index.tex
)
cowkit -s -f tex -t config/tex/templates/ieeeconf.tex