src/Doc/Tutorial/document/build
author smolkas
Wed, 28 Nov 2012 12:25:43 +0100
changeset 50267 1da2e67242d6
parent 49072 747835eb2782
child 50426 d2c60ada3ece
permissions -rwxr-xr-x
moved thms_of_name to Sledgehammer_Util and removed copies, updated references

#!/bin/bash

set -e

FORMAT="$1"
VARIANT="$2"

"$ISABELLE_TOOL" logo HOL

cp "$ISABELLE_HOME/src/Doc/proof.sty" .
cp "$ISABELLE_HOME/src/Doc/ttbox.sty" .
cp "$ISABELLE_HOME/src/Doc/manual.bib" .

cp "$ISABELLE_HOME/src/Doc/Tutorial/ToyList/ToyList1" .
cp "$ISABELLE_HOME/src/Doc/Tutorial/ToyList/ToyList2" .

"$ISABELLE_TOOL" latex -o sty
cp "$ISABELLE_HOME/src/Doc/pdfsetup.sty" .

"$ISABELLE_TOOL" latex -o "$FORMAT"
"$ISABELLE_TOOL" latex -o bbl
./isa-index root
"$ISABELLE_TOOL" latex -o "$FORMAT"
[ -f root.out ] && "$ISABELLE_HOME/src/Doc/fixbookmarks" root.out
"$ISABELLE_TOOL" latex -o "$FORMAT"