From 325c871113f7a355749b00359533af4089e26dff Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Mon, 4 Nov 2013 10:30:18 +0100 Subject: [PATCH] Submission done (tarball generation added) --- .../.gitignore | 3 +- .../poorman.sh | 30 +++++++++++++++++- .../twepp2013-neiser-trb3.pdf | Bin 2579594 -> 2579594 bytes 3 files changed, 31 insertions(+), 2 deletions(-) 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 822b5dde04c96ab4ff37698a7fe55f785fee4401..df7d81b15a810fc9ca3481e9175d0b37567301e2 100644 GIT binary patch delta 194 zcmaiqISRr+004>ciuZlQE1ugX<`hI>6MaI!*3ws4Oyvix{DmMsz<;Tgr3_OH%;kAg zE+5Y*Bv46`B29)Y8aeV5C{m(Kg(@}bG-%SIO@}TzJ^Bn7GQwcYgef!TEbhXKHOq9& y!1XQrx{ZbY%f~SmuS6(qxeUB8_+rXP?){x~1L;QAYA;PE+!*VB%j0wqhWZA)hBZh4 delta 194 zcmaiqw++HT004!_Ip<`eTRs?rgg{`!2$pCmnS$af7NBAaB#Qyq3wM+hSKR6D?`Py5 zawCF4lo)XmBuSAbLzWzQ3KS_(rb3k(bs98j(WXO}9(@K3F&Qyt!ju{Fm$mfM3ndmS xxwge)=Ubhh1{dG@7_Rn|eX@mp+-ohhtDUu$O2~t!q_YhB*4+GCg6r8bqhF97G!y^; -- 2.43.0