From: Andreas Neiser Date: Tue, 15 Oct 2013 07:04:06 +0000 (+0200) Subject: Adding proper poorman cleveref script X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=47ce5a5a9d4278c0fbe153f21a289da2e92297d1;p=publication.git Adding proper poorman cleveref script --- diff --git a/2013-twepp-neiser-trb3_applications/.gitignore b/2013-twepp-neiser-trb3_applications/.gitignore index 35e1d7a..f7eba6f 100644 --- a/2013-twepp-neiser-trb3_applications/.gitignore +++ b/2013-twepp-neiser-trb3_applications/.gitignore @@ -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 index 0000000..3efc4c4 --- /dev/null +++ b/2013-twepp-neiser-trb3_applications/poorman.sh @@ -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