File tree Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Original file line number Diff line number Diff line change @@ -26,31 +26,4 @@ pdflatex -output-directory=pdf -interaction batchmode UserGuide
26
26
pdflatex -output-directory=pdf -interaction batchmode UserGuide
27
27
cp pdf/UserGuide.pdf .
28
28
29
-
30
- # JSS
31
- # Some special formatting in the JSS manual.
32
- # cp pymc.bib jss/
33
- python manual2article.py README.tex > jss/README.tex
34
- python manual2article.py INSTALL.tex > jss/INSTALL.tex
35
- python manual2article.py tutorial.tex > jss/tutorial.tex
36
- python manual2article.py modelbuilding.tex > jss/modelbuilding.tex
37
- python manual2article.py modelchecking.tex > jss/modelchecking.tex
38
- python manual2article.py modelfitting.tex > jss/modelfitting.tex
39
- python manual2article.py extending.tex > jss/extending.tex
40
- python manual2article.py database.tex > jss/database.tex
41
- python manual2article.py conclusion.tex > jss/conclusion.tex
42
- python manual2article.py theory.tex > jss/theory.tex
43
- python manual2article.py distributions-module.tex > jss/distributions-module.tex
44
-
45
- # Merge all tex files
46
-
47
- cd jss
48
- python mergetex.py jss_article.tex
49
- mkdir pdf
50
- pdflatex -output-directory=pdf -interaction batchmode jss_article_merged
51
- bibtex pdf/jss_article_merged
52
- pdflatex -output-directory=pdf -interaction batchmode jss_article_merged
53
- pdflatex -output-directory=pdf -interaction batchmode jss_article_merged
54
- cp pdf/jss_article_merged.pdf .
55
-
56
- cd ../../
29
+ cd ..
You can’t perform that action at this time.
0 commit comments