doc-src/IsarRef/document/build
author wenzelm
Tue, 28 Aug 2012 12:52:14 +0200
changeset 48960 17dbe95eaa2a
child 48971 5a4bcf466156
permissions -rwxr-xr-x
missing file;

#!/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"