doc-src/LaTeXsugar/document/build
author wenzelm
Mon, 27 Aug 2012 22:22:42 +0200
changeset 48949 a773af3e37d6
child 48956 d54a3d39ba85
permissions -rwxr-xr-x
more standard document preparation within session context;
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
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     9
"$ISABELLE_TOOL" latex -o "$FORMAT"
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    10
"$ISABELLE_TOOL" latex -o bbl
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 "$FORMAT"
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    13
"$ISABELLE_HOME/doc-src/sedindex" root
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    14
[ -f root.out ] && "$ISABELLE_HOME/doc-src/fixbookmarks" root.out
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    15
"$ISABELLE_TOOL" latex -o "$FORMAT"
a773af3e37d6 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    16
"$ISABELLE_TOOL" latex -o "$FORMAT"