all repos — notes @ d86af17407186247a1aec5ce0e9a1943c7c9bc9a

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}
```