Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.26 KB

examples_cli.md

File metadata and controls

53 lines (33 loc) · 1.26 KB

Cowkit CLI examples

Important remarks

  • These examples assume you set the alias cowkit for the docker run 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.

HTML

TODO

PDF / LaTeX

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.

Default

(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

IEEEConf (two columns)

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