From 92ff16f2e151f2fd2dfdda87102337f8ade72328 Mon Sep 17 00:00:00 2001
From: Bas Nijholt <basnijholt@gmail.com>
Date: Wed, 2 Oct 2019 11:44:54 +0200
Subject: [PATCH] move files

---
 Makefile                                            | 2 +-
 abbreviations.txt => pandoc/abbreviations.txt       | 0
 pandoc-crossref.yaml => pandoc/pandoc-crossref.yaml | 0
 revtex.template => pandoc/revtex.template           | 0
 4 files changed, 1 insertion(+), 1 deletion(-)
 rename abbreviations.txt => pandoc/abbreviations.txt (100%)
 rename pandoc-crossref.yaml => pandoc/pandoc-crossref.yaml (100%)
 rename revtex.template => pandoc/revtex.template (100%)

diff --git a/Makefile b/Makefile
index f730da2..47dd0bd 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 -M "crossrefYaml=pandoc-crossref.yaml" --natbib paper.md -o paper.tex --bibliography paper.bib --abbreviations=abbreviations.txt --wrap=preserve --listings --template revtex.template
+	pandoc -s --filter pandoc-fignos --filter pandoc-citeproc --filter pandoc-crossref -M "crossrefYaml=pandoc/pandoc-crossref.yaml" --natbib paper.md -o paper.tex --bibliography paper.bib --abbreviations=pandoc/abbreviations.txt --wrap=preserve --listings --template pandoc/revtex.template
 
 .PHONY: clean
 clean:
diff --git a/abbreviations.txt b/pandoc/abbreviations.txt
similarity index 100%
rename from abbreviations.txt
rename to pandoc/abbreviations.txt
diff --git a/pandoc-crossref.yaml b/pandoc/pandoc-crossref.yaml
similarity index 100%
rename from pandoc-crossref.yaml
rename to pandoc/pandoc-crossref.yaml
diff --git a/revtex.template b/pandoc/revtex.template
similarity index 100%
rename from revtex.template
rename to pandoc/revtex.template
-- 
GitLab