From 47ce5a5a9d4278c0fbe153f21a289da2e92297d1 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Tue, 15 Oct 2013 09:04:06 +0200 Subject: [PATCH] Adding proper poorman cleveref script --- 2013-twepp-neiser-trb3_applications/.gitignore | 2 ++ 2013-twepp-neiser-trb3_applications/poorman.sh | 5 +++++ 2 files changed, 7 insertions(+) create mode 100755 2013-twepp-neiser-trb3_applications/poorman.sh 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 -- 2.43.0