doc-src/LaTeXsugar/document/build
author wenzelm
Tue, 28 Aug 2012 12:22:10 +0200
changeset 48956 d54a3d39ba85
parent 48949 a773af3e37d6
child 48971 5a4bcf466156
permissions -rwxr-xr-x
prefer doc-src/pdfsetup.sty; moved IsarRef/Thy/ZF_Specific.thy to ZF/ZF_Isar.thy to avoid dependence of IsarRef on another object-logic;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
48949
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     1
#!/bin/bash
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     2
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     3
set -e
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     4
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     5
FORMAT="$1"
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     6
VARIANT="$2"
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     7
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     8
"$ISABELLE_TOOL" latex -o sty
48956
d54a3d39ba85 prefer doc-src/pdfsetup.sty;
wenzelm
parents: 48949
diff changeset
     9
cp "$ISABELLE_HOME/doc-src/pdfsetup.sty" .
d54a3d39ba85 prefer doc-src/pdfsetup.sty;
wenzelm
parents: 48949
diff changeset
    10
48949
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    11
"$ISABELLE_TOOL" latex -o "$FORMAT"
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    12
"$ISABELLE_TOOL" latex -o bbl
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    13
"$ISABELLE_TOOL" latex -o "$FORMAT"
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    14
"$ISABELLE_TOOL" latex -o "$FORMAT"
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    15
"$ISABELLE_HOME/doc-src/sedindex" root
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    16
[ -f root.out ] && "$ISABELLE_HOME/doc-src/fixbookmarks" root.out
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    17
"$ISABELLE_TOOL" latex -o "$FORMAT"
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    18
"$ISABELLE_TOOL" latex -o "$FORMAT"