My YAML Template
---
title: {{title}} ({{date:DDMMYYYYhhmmss}})
author: # YOUR NAME HERE
date: {{date:dddd, D MMMM YYYY}} / {{time:HH:mm:ss}} # change this if you don't like it! use "\today" without " " to display current date
lang: en-EN # change language to display date in your locale (de-DE, ro-RO etc.)
geometry: # this are settings for page geometry
- a4paper # change to a0paper, a1paper, a2paper, a3paper, a4paper, a5paper, a6paper,b0paper, b1paper, b2paper, b3paper, b4paper, b5paper, b6paper,c0paper, c1paper, c2paper, c3paper, c4paper, c5paper, c6paper,b0j, b1j, b2j, b3j, b4j, b5j, b6j,ansiapaper, ansibpaper, ansicpaper, ansidpaper, ansiepaper,letterpaper, executivepaper, legalpaper
- margin=2.5cm # use "inch" if you like it: "margin=1in" or whatever
- heightrounded
- bindingoffset=.5cm # offset for binding
header-includes: # settings for header & footer
# - \usepackage{} ; if you know LaTeX add here more packages in preamble
- \usepackage{fancyhdr}
- \pagestyle{fancy} # change to "empty" if you don't want it
- \fancyhead[L]{\textbf{\leftmark}} # settings for left header
- \fancyhead[R]{\textbf{\rightmark}} # settings for right header
- \lfoot{}\cfoot{\thepage}\rfoot{} # put page no. on center footer
linestretch: 1.2 # line spread of the document; change to "1", "1.2" whatever
numbersection: false # change to "true" if you want to display numbers on sections
bibliography: [full/path/to/file.bib] # full path to .bib file
csl: [full/path/to/style.csl] # put here your full path to style (all of styles available here <https://github.com/citation-style-language/styles>)
documentclass: article # available options: report, book
toc: true # shows Table of Coontents; change to "false" if you don't want it
toc-depth: 5 # this is the maximum depth of TOC
toccolor: MidnightBlue # <see here other colors: http://mirrors.ctan.org/macros/latex/contrib/xcolor/xcolor.pdf>
---
<!-- borrowed from "tomgac" https://forum.obsidian.md/u/tomgac/ -->
<!-- Connections | Consequences | Implications -->
<!-- Why is this of interest? -->
<!-- What else does this relate to? -->
<!-- Where have i heard this before? -->
<!-- What does the opposite of this mean? -->
<!-- Compare how this fits with X or Y -->
<!-- Contrast with Z -->
<!-- How can this be combined with other ZKN notes? -->
<!-- What is missing? -->
<!-- What are the similarities? -->
<!-- How does this connect to XYZ? -->
<!-- How does this fit with what i know? -->
<!-- Can this be explained by something else? -->
<!-- What are the limitations? -->
<!-- Is this convincing? -->
<!-- Can this be disproved? -->
<!-- Why X 5? -->
<!-- What if this is wrong? -->
<!-- What if... -->
<!-- So what? -->
Use this template with Pandoc
:
pandoc YourMDfile.md -o YourPDFfile.pdf
If you use citation use:
pandoc --citeproc YourMDfile.md -o YourPDFfile.pdf