Skip to content

Commit ef928d2

Browse files
author
sveinlin
committed
updates for packing to Springer
1 parent 1026f77 commit ef928d2

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

doc/.src/book/pack_Springer.sh

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,23 @@ for dir in ../fig-*; do # Assume all figures in ../fig-* directories
2525
done
2626
doconce subst '\{fig-.+?/' '{figs/' $book.tex
2727

28+
mkdir mov
29+
for dir in ../mov-*; do # Assume all figures in ../mov-* directories
30+
echo "KAM $dir "
31+
cp -r $dir/* mov
32+
done
33+
doconce subst '\{mov-.+?/' '{mov/' $book.tex
34+
2835
# Copy ready-made discription of how this directory is organized
2936
cp ../README_Springer_dir.txt 00README.txt
3037

3138
# Copy .bib file and newcommands
32-
cp ../papers.bib .
39+
#cp ../papers.bib .
3340
#doconce replace '{../chapters/papers}' '{papers}' $book.tex
3441
cp ../newcommands_keep.tex .
42+
cp ../svmonodo.cls .
43+
cp ../t4do.sty .
44+
cp ../book.bbl .
3545

3646
# Test that the book can be compiled in this subdir
3747
rm -rf tmp.txt
@@ -59,12 +69,14 @@ sh ./tmpcp.sh # copy all style files
5969
rm tmpcp.sh
6070
rm *~ tmp*
6171

72+
73+
6274
# Use most recently compiled PDF in the parent dir as official PDF
6375
cd ..
6476
cp ${name}.pdf $author_name/${name}.pdf
6577

6678
# Make tarfile of the directory tree
67-
tarfile=tutorial.tar.gz
79+
tarfile=fdm_book.tar.gz
6880
tar czf $tarfile $author_name
6981
#cp ${author_name}/${book}_*.tex $tarfile "~/Dropbox/Springer/Scaling"
7082
exit
-11 Bytes
Binary file not shown.
375 Bytes
Binary file not shown.
-11 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)