# HG changeset patch # User wenzelm # Date 1346151134 -7200 # Node ID 17dbe95eaa2a98c46662663d6721c517989e8397 # Parent d7e36be3eb60bc29d530c5289c9246a252cc35f4 missing file; diff -r d7e36be3eb60 -r 17dbe95eaa2a doc-src/IsarRef/document/build --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc-src/IsarRef/document/build Tue Aug 28 12:52:14 2012 +0200 @@ -0,0 +1,31 @@ +#!/bin/bash + +set -e + +FORMAT="$1" +VARIANT="$2" + +"$ISABELLE_TOOL" logo -o isabelle_isar.pdf "Isar" +"$ISABELLE_TOOL" logo -o isabelle_isar.eps "Isar" + +cp "$ISABELLE_HOME/doc-src/iman.sty" . +cp "$ISABELLE_HOME/doc-src/extra.sty" . +cp "$ISABELLE_HOME/doc-src/isar.sty" . +cp "$ISABELLE_HOME/doc-src/ttbox.sty" . +cp "$ISABELLE_HOME/doc-src/isar.sty" . +cp "$ISABELLE_HOME/doc-src/underscore.sty" . +cp "$ISABELLE_HOME/doc-src/manual.bib" . + +./showsymbols "$ISABELLE_HOME/lib/texinputs/isabellesym.sty" > syms.tex + +"$ISABELLE_TOOL" latex -o sty +cp "$ISABELLE_HOME/doc-src/pdfsetup.sty" . + +"$ISABELLE_TOOL" latex -o "$FORMAT" +"$ISABELLE_TOOL" latex -o bbl +"$ISABELLE_TOOL" latex -o "$FORMAT" +"$ISABELLE_TOOL" latex -o "$FORMAT" +"$ISABELLE_HOME/doc-src/sedindex" root +[ -f root.out ] && "$ISABELLE_HOME/doc-src/fixbookmarks" root.out +"$ISABELLE_TOOL" latex -o "$FORMAT" +"$ISABELLE_TOOL" latex -o "$FORMAT"