]> jspc29.x-matter.uni-frankfurt.de Git - publication.git/commitdiff
Adding proper poorman cleveref script
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Tue, 15 Oct 2013 07:04:06 +0000 (09:04 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Tue, 15 Oct 2013 07:04:06 +0000 (09:04 +0200)
2013-twepp-neiser-trb3_applications/.gitignore
2013-twepp-neiser-trb3_applications/poorman.sh [new file with mode: 0755]

index 35e1d7a042be7d0bc23ef4591456d57d32fc424b..f7eba6f0dcfdf89388c14869a8a1ccad4b6a2c45 100644 (file)
@@ -3,3 +3,5 @@
 *.toc
 *.aux
 *.log
+*.sed
+*-poorman.*
diff --git a/2013-twepp-neiser-trb3_applications/poorman.sh b/2013-twepp-neiser-trb3_applications/poorman.sh
new file mode 100755 (executable)
index 0000000..3efc4c4
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+set -e
+name=twepp2013-neiser-trb3
+sed -f $name.sed $name.tex >$name-poorman.tex
+latexmk -pdf $name-poorman.tex