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

fix nonbreaking spaces

parent ea57dd10
No related branches found
No related tags found
No related merge requests found
Pipeline #22096 passed
......@@ -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:
......
Fig.
Eq.
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