doc-src/Main/document/build
author wenzelm
Mon, 27 Aug 2012 21:30:18 +0200
changeset 48944 ac15a85e9282
child 48956 d54a3d39ba85
permissions -rwxr-xr-x
more standard document preparation within session context;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
48944
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     1
#!/bin/bash
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     2
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     3
set -e
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     4
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     5
FORMAT="$1"
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     6
VARIANT="$2"
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     7
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     8
"$ISABELLE_TOOL" latex -o sty
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
     9
"$ISABELLE_TOOL" latex -o "$FORMAT"
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    10
"$ISABELLE_TOOL" latex -o "$FORMAT"
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents:
diff changeset
    11