Skip to content
Snippets Groups Projects
Commit 1b855b8d authored by Bas Nijholt's avatar Bas Nijholt
Browse files

preserve line breaks

parent 3ef60e45
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ paper.bbl: paper.tex paper.bib
bibtex paper.aux
paper.tex: paper.md revtex.template
pandoc -s --filter pandoc-fignos --filter pandoc-citeproc --filter pandoc-crossref --natbib paper.md -o paper.tex --bibliography paper.bib --abbreviations=abbreviations.txt --listings --template revtex.template
pandoc -s --filter pandoc-fignos --filter pandoc-citeproc --filter pandoc-crossref --natbib paper.md -o paper.tex --bibliography paper.bib --abbreviations=abbreviations.txt --wrap=preserve --listings --template revtex.template
.PHONY: clean
clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment