src/Doc/Main/document/build
author wenzelm
Wed, 04 Nov 2015 23:27:00 +0100
changeset 61578 6623c81cb15a
parent 56534 3ff16a7f0b2e
child 62589 b5783412bfed
permissions -rwxr-xr-x
avoid ligatures;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
53498
05313b45a5ae more portable hash-bang;
wenzelm
parents: 48985
diff changeset
     1
#!/usr/bin/env bash
48944
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 "$FORMAT"
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