Skip to content

DataScIIEnce-ENSIIE/templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages