From: Andreas Neiser Date: Mon, 4 Nov 2013 09:30:18 +0000 (+0100) Subject: Submission done (tarball generation added) X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=325c871113f7a355749b00359533af4089e26dff;p=publication.git Submission done (tarball generation added) --- diff --git a/2013-twepp-neiser-trb3_applications/.gitignore b/2013-twepp-neiser-trb3_applications/.gitignore index 2d1c9a0..d38e8f5 100644 --- a/2013-twepp-neiser-trb3_applications/.gitignore +++ b/2013-twepp-neiser-trb3_applications/.gitignore @@ -6,4 +6,5 @@ *.sed *-poorman.* *.loc - +/tarball/ +*_latexmk diff --git a/2013-twepp-neiser-trb3_applications/poorman.sh b/2013-twepp-neiser-trb3_applications/poorman.sh index 3efc4c4..5b55d3c 100755 --- a/2013-twepp-neiser-trb3_applications/poorman.sh +++ b/2013-twepp-neiser-trb3_applications/poorman.sh @@ -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 diff --git a/2013-twepp-neiser-trb3_applications/twepp2013-neiser-trb3.pdf b/2013-twepp-neiser-trb3_applications/twepp2013-neiser-trb3.pdf index 822b5dd..df7d81b 100644 Binary files a/2013-twepp-neiser-trb3_applications/twepp2013-neiser-trb3.pdf and b/2013-twepp-neiser-trb3_applications/twepp2013-neiser-trb3.pdf differ