Skip to content

Commit

Permalink
Removed JSS build steps from builddocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fonnesbeck committed Feb 11, 2012
1 parent 2e0f2b6 commit ae3dc13
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions builddocs
Original file line number Diff line number Diff line change
Expand Up @@ -26,31 +26,4 @@ pdflatex -output-directory=pdf -interaction batchmode UserGuide
pdflatex -output-directory=pdf -interaction batchmode UserGuide
cp pdf/UserGuide.pdf .


# JSS
# Some special formatting in the JSS manual.
# cp pymc.bib jss/
python manual2article.py README.tex > jss/README.tex
python manual2article.py INSTALL.tex > jss/INSTALL.tex
python manual2article.py tutorial.tex > jss/tutorial.tex
python manual2article.py modelbuilding.tex > jss/modelbuilding.tex
python manual2article.py modelchecking.tex > jss/modelchecking.tex
python manual2article.py modelfitting.tex > jss/modelfitting.tex
python manual2article.py extending.tex > jss/extending.tex
python manual2article.py database.tex > jss/database.tex
python manual2article.py conclusion.tex > jss/conclusion.tex
python manual2article.py theory.tex > jss/theory.tex
python manual2article.py distributions-module.tex > jss/distributions-module.tex

# Merge all tex files

cd jss
python mergetex.py jss_article.tex
mkdir pdf
pdflatex -output-directory=pdf -interaction batchmode jss_article_merged
bibtex pdf/jss_article_merged
pdflatex -output-directory=pdf -interaction batchmode jss_article_merged
pdflatex -output-directory=pdf -interaction batchmode jss_article_merged
cp pdf/jss_article_merged.pdf .

cd ../../
cd ..

0 comments on commit ae3dc13

Please sign in to comment.