From 3ef60e4501299c93a6cbd71c65506a65b1d29769 Mon Sep 17 00:00:00 2001 From: Bas Nijholt <basnijholt@gmail.com> Date: Wed, 2 Oct 2019 10:41:33 +0200 Subject: [PATCH] fix nonbreaking spaces --- Makefile | 2 +- abbreviations.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 abbreviations.txt diff --git a/Makefile b/Makefile index 82f343f..9dec929 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 --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 --listings --template revtex.template .PHONY: clean clean: diff --git a/abbreviations.txt b/abbreviations.txt new file mode 100644 index 0000000..ae73b4a --- /dev/null +++ b/abbreviations.txt @@ -0,0 +1,2 @@ +Fig. +Eq. -- GitLab