Open irvnet opened 1 year ago
create a script to build the slides from markdown to pdf format
desired outcomes
builder installation pre-reqs
Pandoc examples
pandoc ./slides.md --pdf-engine=xelatex -o ./slides.pdf
considering using decktape to convert html slides to pdf but not sure its necessary since the html files are standalone and can be downloaded and used as-is
create a script to build the slides from markdown to pdf format
desired outcomes
builder installation pre-reqs
Pandoc examples
pandoc ./slides.md --pdf-engine=xelatex -o ./slides.pdf