revtex-markdown-paper
REVTeX paper in markdown using LaTeX.
The paper (paper.md
) is written in Markdown and then translated to LaTeX using pandoc and the revtex.template
.
References are in paper.bib
using the BibTeX format.
The Makefile
contains the conversion commands.
If you are on a unix system, call make paper.pdf
in this directory and it will compile the paper to pdf
if all dependencies are installed.
Usage
Make sure you have a working TeX installation and then
-
Install the dependencies
conda-env create -f environment.yml
-
Clone this repository
git clone https://github.com/basnijholt/revtex-markdown-paper.git
-
Write paper in
paper.md
, refs inpaper.bib
, compile withmake paper.pdf
The file paper.md
contains example code for tables, figures, equations, references and so on.
Credits
The template was inspired by ihrke/markdown-paper.