Note-taking in markdown via LateX.
- See markdown-talk for template for a beamer-based presentation.
- See markdown-paper for template for a scientific paper.
The source is written in markdown and translated to latex using pandoc and customized templates located in the templates folder. References are stored in references.bib in bibtex format.
The Makefile details how the translation works. If you are on linux, simply calling make in the parent directory will compile the report to a pdf-format if all dependencies are installed. Edit the variables in the Makefile to choose a template (located in ./templates).
-
Install the dependencies
sudo apt-get install pandoc pandoc-citeproc pip install pandoc-fignos -
Clone this repository
git clone -
Edit
Makefileto choose a template -
Write notes in
notes.md(or add more.mdfiles and put them into theMakefile), refs inreferences.bib, compile withmake
NOTE: notes.md contains example code for tables, figures, equations, references and so on.
I think it works very nicely to write markdown-based papers in the atom editor. The following packages are useful:
-
Allows to get a drop-down list of references when writing
@citation. However, it is currently necessary to put a global.bibfile into the config fileconfig.cson(see documentation):'autocomplete-bibtex': 'references': [ '/path/to/references.bib' '/path/to/references.json' ] -
markdown-preview for nice syntax highlighting
-
pdf-view for viewing the PDF in Atom directly
- pandoc
- pandoc-fignos
- pandoc-citeproc
- a latex-distribution (e.g., texlive) including bibtex
Matthias Mittner matthias.mittner@uit.no