all repos — notes @ 972d0b30154c86443b0ccd410a897cec230adb29

My notes, written in md and LaTeX

README.md

1 2 3 4 5 6 7 8 9 10 11 12 13
## Compiling

### markdown

`pandoc -H ~/.config/header -f markdown+raw_tex+raw_attribute -o pdf/out.pdf in.md`


Contents of `header`
```
\usepackage{graphicx, xcolor}
\usepackage{pstricks}
\usepackage{import}
```