]> jspc29.x-matter.uni-frankfurt.de Git - publication.git/commitdiff
Submission done (tarball generation added)
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 4 Nov 2013 09:30:18 +0000 (10:30 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Mon, 4 Nov 2013 09:30:18 +0000 (10:30 +0100)
2013-twepp-neiser-trb3_applications/.gitignore
2013-twepp-neiser-trb3_applications/poorman.sh
2013-twepp-neiser-trb3_applications/twepp2013-neiser-trb3.pdf

index 2d1c9a0186f567eb92409712b5a5b67a405d4890..d38e8f5588f1103c0a00fffe279f79d8679c574a 100644 (file)
@@ -6,4 +6,5 @@
 *.sed
 *-poorman.*
 *.loc
-
+/tarball/
+*_latexmk
index 3efc4c4a1bd7450931e51625cf3fed1337b61869..5b55d3cb8cf5f4fc168b719f7f163760b119b7fa 100755 (executable)
@@ -1,5 +1,33 @@
 #!/bin/bash
 set -e
 name=twepp2013-neiser-trb3
+latexmk -pdf $name.tex
 sed -f $name.sed $name.tex >$name-poorman.tex
-latexmk -pdf $name-poorman.tex
+
+DIR=tarball
+mkdir -p $DIR/gfx/trb3
+cp  gfx/trb3/trb3-alone.jpg \
+    gfx/trb3/cts-web.pdf \
+    $DIR/gfx/trb3
+
+mkdir -p $DIR/gfx/frontends
+cp  gfx/frontends/padiwa_transparent_scaled.png \
+    gfx/frontends/padiwa-schem.pdf \
+    gfx/frontends/qdc-layout.pdf \
+    gfx/frontends/padiwa-amps1-schematics.pdf \
+    $DIR/gfx/frontends
+
+mkdir -p $DIR/gfx/beamtimes
+cp  gfx/beamtimes/juelich-setup.jpg \
+    gfx/beamtimes/juelich-pattern1.jpg \
+    gfx/beamtimes/juelich-pattern2.jpg \
+    gfx/beamtimes/mainz-setup.jpg \
+    gfx/beamtimes/mainz-pattern30.jpg \
+    gfx/beamtimes/mainz-pattern33.jpg \
+    $DIR/gfx/beamtimes
+
+cp $name-poorman.tex $DIR/article.tex
+cp JINST.cls $DIR
+cd $DIR
+latexmk -pdf article.tex
+tar -czf article.tar.gz article.tex gfx
index 822b5dde04c96ab4ff37698a7fe55f785fee4401..df7d81b15a810fc9ca3481e9175d0b37567301e2 100644 (file)
Binary files a/2013-twepp-neiser-trb3_applications/twepp2013-neiser-trb3.pdf and b/2013-twepp-neiser-trb3_applications/twepp2013-neiser-trb3.pdf differ