- Export the default Beamer template
pandoc -D beamer >> template_beamer.latex
- Export the default LaTeX template
pandoc -D latex >> template_latex.latex
For production use only, it can be relevant to export the raw Markdown file to a more user-friendly, printable document format such as HTML or PDF.
For this, we are using the pandoc CLI.
- Make sure you have Pandoc installed and an operational LaTeX distribution.
pandoc --version
-
Choose your export format (available here)
-
Perform the export procedure (the output file will be open at the end)
sh export.sh
Warning : The pandoc
configuration needs to be set up in the future for a better UX.
- Development start date : Aug. 2022
- Lucas RODRIGUEZ
Copyright © 2022 DataScIIEnce. All rights reserved.