Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.46 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.46 KB

    

DataScIIEnce - Session templates (Beamer & Report)

Introduction

  • Export the default Beamer template
pandoc -D beamer >> template_beamer.latex
  • Export the default LaTeX template
pandoc -D latex >> template_latex.latex

Export the final document

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.

  1. Make sure you have Pandoc installed and an operational LaTeX distribution.
pandoc --version
  1. Choose your export format (available here)

  2. 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.

License & Authors

Copyright © 2022 DataScIIEnce. All rights reserved.