Guest User

Untitled

a guest
Nov 22nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. ---
  2. title: my super document
  3. subtitle: blablabla
  4. author:
  5. - me
  6. - my friend
  7. - my other friend
  8. institute: alien space agency
  9. date: <#today>
  10. header-includes:
  11. - \usepackage{endnotes}
  12. abstract: |
  13. This document describes a super research project.
  14. ---
  15. start of the writing blablabla...
  16.  
  17. cat source.md | gpp -H --include macros.gpp | pandoc -f markdown --variable documentclass=paper --standalone --smart --atx-headers --from=markdown+yaml_metadata_block -o document.pdf
  18.  
  19. title{my super document}
  20. providecommand{subtitle}[1]{}
  21. subtitle{blablabla}
  22. author{me and my friend and my other friend}
  23. providecommand{institute}[1]{}
  24. institute{alien space agency}
  25. date{today}
Add Comment
Please, Sign In to add comment