doc-src/IsarImplementation/makeglossary
author huffman
Sat, 16 Sep 2006 19:12:03 +0200
changeset 20554 c433e78d4203
parent 18537 2681f9e34390
permissions -rwxr-xr-x
define new constant of_real for class real_algebra_1; define set Reals as range of_real; add lemmas about of_real and Reals

#!/bin/sh
# $Id$

NAME="$1"
makeindex -s nomencl -o "${NAME}.gls" "${NAME}.glo"
./checkglossary "${NAME}.glo"