From 1b855b8dff31794d98a70007595ce17189dfd2c3 Mon Sep 17 00:00:00 2001 From: Bas Nijholt <basnijholt@gmail.com> Date: Wed, 2 Oct 2019 10:50:53 +0200 Subject: [PATCH] preserve line breaks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9dec929..1834115 100755 --- a/Makefile +++ b/Makefile @@ -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: -- GitLab