doc-src/iman.sty
author lcp
Fri, 15 Apr 1994 12:13:37 +0200
changeset 312 7ceea59b4748
parent 301 f5ccfc4d362f
child 350 d9ebca601847
permissions -rw-r--r--
penultimate Springer draft
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
293
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
     1
% iman.sty : Isabelle Manual Page Layout
110
a931f1b45151 new style file
lcp
parents:
diff changeset
     2
%
293
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
     3
\typeout{Document Style iman. Released 17 February 1994}
110
a931f1b45151 new style file
lcp
parents:
diff changeset
     4
293
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
     5
\hyphenation{Isa-belle man-u-script man-u-scripts ap-pen-dix mut-u-al-ly}
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
     6
\hyphenation{data-type data-types co-data-type co-data-types }
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
     7
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
     8
\let\ts=\thinspace
110
a931f1b45151 new style file
lcp
parents:
diff changeset
     9
301
f5ccfc4d362f added \iflabelundefined
lcp
parents: 293
diff changeset
    10
%usage: \iflabelundefined{LABEL}{if not defined}{if defined}
f5ccfc4d362f added \iflabelundefined
lcp
parents: 293
diff changeset
    11
\newcommand{\iflabelundefined}[1]{\@ifundefined{r@#1}}
f5ccfc4d362f added \iflabelundefined
lcp
parents: 293
diff changeset
    12
f5ccfc4d362f added \iflabelundefined
lcp
parents: 293
diff changeset
    13
110
a931f1b45151 new style file
lcp
parents:
diff changeset
    14
%%%INDEXING  use sedindex to process the index
a931f1b45151 new style file
lcp
parents:
diff changeset
    15
%index, putting page numbers of definitions in boldface
a931f1b45151 new style file
lcp
parents:
diff changeset
    16
\newcommand\bold[1]{{\bf#1}}
293
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
    17
\newcommand\fnote[1]{#1n}
110
a931f1b45151 new style file
lcp
parents:
diff changeset
    18
\newcommand\indexbold[1]{\index{#1|bold}}
a931f1b45151 new style file
lcp
parents:
diff changeset
    19
a931f1b45151 new style file
lcp
parents:
diff changeset
    20
%for cross-references: 2nd argument (page number) is ignored
a931f1b45151 new style file
lcp
parents:
diff changeset
    21
\newcommand\see[2]{{\it see \/}{#1}}
a931f1b45151 new style file
lcp
parents:
diff changeset
    22
\newcommand\seealso[2]{{\it see also \/}{#1}}
a931f1b45151 new style file
lcp
parents:
diff changeset
    23
a931f1b45151 new style file
lcp
parents:
diff changeset
    24
%set argument in \tt font; at the sime time, index using * prefix
a931f1b45151 new style file
lcp
parents:
diff changeset
    25
\newcommand\ttindex[1]{{\tt#1}\index{*#1}\@}
a931f1b45151 new style file
lcp
parents:
diff changeset
    26
\newcommand\ttindexbold[1]{{\tt#1}\index{*#1|bold}\@}
a931f1b45151 new style file
lcp
parents:
diff changeset
    27
a931f1b45151 new style file
lcp
parents:
diff changeset
    28
%set argument in \bf font and index in ROMAN font (for definitions in text!)
a931f1b45151 new style file
lcp
parents:
diff changeset
    29
\newcommand\bfindex[1]{{\bf#1}\index{#1|bold}\@}
a931f1b45151 new style file
lcp
parents:
diff changeset
    30
a931f1b45151 new style file
lcp
parents:
diff changeset
    31
a931f1b45151 new style file
lcp
parents:
diff changeset
    32
%%% underscores as ordinary characters, not for subscripting
a931f1b45151 new style file
lcp
parents:
diff changeset
    33
%%  use @ or \sb for subscripting; use \at for @
a931f1b45151 new style file
lcp
parents:
diff changeset
    34
%%  only works in \tt font
a931f1b45151 new style file
lcp
parents:
diff changeset
    35
%%  must not make _ an active char; would make \ttindex fail!
a931f1b45151 new style file
lcp
parents:
diff changeset
    36
\gdef\underscoreoff{\catcode`\@=8\catcode`\_=\other}
a931f1b45151 new style file
lcp
parents:
diff changeset
    37
\gdef\underscoreon{\catcode`\_=8\makeatother}
a931f1b45151 new style file
lcp
parents:
diff changeset
    38
\chardef\other=12
a931f1b45151 new style file
lcp
parents:
diff changeset
    39
\chardef\at=`\@
a931f1b45151 new style file
lcp
parents:
diff changeset
    40
a931f1b45151 new style file
lcp
parents:
diff changeset
    41
% alternative underscore
a931f1b45151 new style file
lcp
parents:
diff changeset
    42
\def\_{\leavevmode\kern.06em\vbox{\hrule height.2ex width.3em}\hskip0.1em}
a931f1b45151 new style file
lcp
parents:
diff changeset
    43
a931f1b45151 new style file
lcp
parents:
diff changeset
    44
%%% \dquotes permits usage of "..." for \hbox{...} -- also taken from under.sty
a931f1b45151 new style file
lcp
parents:
diff changeset
    45
{\catcode`\"=\active
a931f1b45151 new style file
lcp
parents:
diff changeset
    46
\gdef\dquotes{\catcode`\"=\active  \let"=\@mathText}%
a931f1b45151 new style file
lcp
parents:
diff changeset
    47
\gdef\@mathText#1"{\hbox{\mathTextFont #1\/}}}
a931f1b45151 new style file
lcp
parents:
diff changeset
    48
\def\mathTextFont{\frenchspacing\tt}
a931f1b45151 new style file
lcp
parents:
diff changeset
    49
a931f1b45151 new style file
lcp
parents:
diff changeset
    50
%%%% meta-logical connectives
a931f1b45151 new style file
lcp
parents:
diff changeset
    51
a931f1b45151 new style file
lcp
parents:
diff changeset
    52
\let\Forall=\bigwedge
a931f1b45151 new style file
lcp
parents:
diff changeset
    53
\let\Imp=\Longrightarrow
a931f1b45151 new style file
lcp
parents:
diff changeset
    54
\let\To=\Rightarrow
a931f1b45151 new style file
lcp
parents:
diff changeset
    55
\newcommand\Var[1]{{?\!#1}}
a931f1b45151 new style file
lcp
parents:
diff changeset
    56
a931f1b45151 new style file
lcp
parents:
diff changeset
    57
%%%% ``WARNING'' environment
a931f1b45151 new style file
lcp
parents:
diff changeset
    58
\def\dbend{\vtop to 0pt{\vss\hbox{\Huge\bf!}\vss}}
a931f1b45151 new style file
lcp
parents:
diff changeset
    59
\newenvironment{warn}{\medskip\medbreak\begingroup \clubpenalty=10000 
293
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
    60
         \small %%WAS\baselineskip=0.9\baselineskip
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
    61
         \noindent \hangindent\parindent \hangafter=-2 
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
    62
         \hbox to0pt{\hskip-\hangindent\dbend\hfill}\ignorespaces}%
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
    63
        {\par\endgroup\medbreak}
110
a931f1b45151 new style file
lcp
parents:
diff changeset
    64
a931f1b45151 new style file
lcp
parents:
diff changeset
    65
a931f1b45151 new style file
lcp
parents:
diff changeset
    66
%%%% Standard logical symbols
a931f1b45151 new style file
lcp
parents:
diff changeset
    67
\let\turn=\vdash
a931f1b45151 new style file
lcp
parents:
diff changeset
    68
\let\conj=\wedge
a931f1b45151 new style file
lcp
parents:
diff changeset
    69
\let\disj=\vee
a931f1b45151 new style file
lcp
parents:
diff changeset
    70
\let\imp=\rightarrow
a931f1b45151 new style file
lcp
parents:
diff changeset
    71
\let\bimp=\leftrightarrow
293
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
    72
\newcommand\all[1]{\forall#1.}  %quantification
110
a931f1b45151 new style file
lcp
parents:
diff changeset
    73
\newcommand\ex[1]{\exists#1.}
a931f1b45151 new style file
lcp
parents:
diff changeset
    74
\newcommand{\pair}[1]{\langle#1\rangle}
a931f1b45151 new style file
lcp
parents:
diff changeset
    75
a931f1b45151 new style file
lcp
parents:
diff changeset
    76
\newcommand\lbrakk{\mathopen{[\![}}
a931f1b45151 new style file
lcp
parents:
diff changeset
    77
\newcommand\rbrakk{\mathclose{]\!]}}
a931f1b45151 new style file
lcp
parents:
diff changeset
    78
\newcommand\List[1]{\lbrakk#1\rbrakk}  %was \obj
a931f1b45151 new style file
lcp
parents:
diff changeset
    79
\newcommand\vpile[1]{\begin{array}{c}#1\end{array}}
a931f1b45151 new style file
lcp
parents:
diff changeset
    80
a931f1b45151 new style file
lcp
parents:
diff changeset
    81
\let\int=\cap
a931f1b45151 new style file
lcp
parents:
diff changeset
    82
\let\un=\cup
a931f1b45151 new style file
lcp
parents:
diff changeset
    83
\let\inter=\bigcap
a931f1b45151 new style file
lcp
parents:
diff changeset
    84
\let\union=\bigcup
a931f1b45151 new style file
lcp
parents:
diff changeset
    85
a931f1b45151 new style file
lcp
parents:
diff changeset
    86
\def\ML{{\sc ml}}
a931f1b45151 new style file
lcp
parents:
diff changeset
    87
\def\OBJ{{\sc obj}}
a931f1b45151 new style file
lcp
parents:
diff changeset
    88
a931f1b45151 new style file
lcp
parents:
diff changeset
    89
\def\LCF{{\tt LCF}\@}
a931f1b45151 new style file
lcp
parents:
diff changeset
    90
\def\FOL{{\tt FOL}\@}
a931f1b45151 new style file
lcp
parents:
diff changeset
    91
\def\HOL{{\tt HOL}\@}
a931f1b45151 new style file
lcp
parents:
diff changeset
    92
\def\LK{{\tt LK}\@}
a931f1b45151 new style file
lcp
parents:
diff changeset
    93
\def\ZF{{\tt ZF}\@}
a931f1b45151 new style file
lcp
parents:
diff changeset
    94
\def\CTT{{\tt CTT}\@}
a931f1b45151 new style file
lcp
parents:
diff changeset
    95
\def\Cube{{\tt Cube}}
a931f1b45151 new style file
lcp
parents:
diff changeset
    96
\def\Modal{{\tt Modal}}
a931f1b45151 new style file
lcp
parents:
diff changeset
    97
a931f1b45151 new style file
lcp
parents:
diff changeset
    98
%macros to change the treatment of symbols
a931f1b45151 new style file
lcp
parents:
diff changeset
    99
\def\relsemicolon{\mathcode`\;="303B}   %treat ; like a relation
a931f1b45151 new style file
lcp
parents:
diff changeset
   100
\def\binperiod{\mathcode`\.="213A}   %treat . like a binary operator
a931f1b45151 new style file
lcp
parents:
diff changeset
   101
\def\binvert{\mathcode`\|="226A}     %treat | like a binary operator
a931f1b45151 new style file
lcp
parents:
diff changeset
   102
a931f1b45151 new style file
lcp
parents:
diff changeset
   103
%redefinition of \sloppy and \fussy to use \emergencystretch
a931f1b45151 new style file
lcp
parents:
diff changeset
   104
\def\sloppy{\tolerance2000 \hfuzz.5pt \vfuzz.5pt \emergencystretch=15pt}
a931f1b45151 new style file
lcp
parents:
diff changeset
   105
\def\fussy{\tolerance200 \hfuzz.1pt \vfuzz.1pt \emergencystretch=0pt}
a931f1b45151 new style file
lcp
parents:
diff changeset
   106
293
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
   107
\chardef\ttilde=`\~     % A tilde for \tt font
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
   108
\chardef\ttback=`\\     % A backslash for \tt font
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
   109
\chardef\ttlbrace=`\{   % A left brace for \tt font
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
   110
\chardef\ttrbrace=`\}   % A right brace for \tt font
110
a931f1b45151 new style file
lcp
parents:
diff changeset
   111
a931f1b45151 new style file
lcp
parents:
diff changeset
   112
\newfont{\sltt}{cmsltt10}     %% for output from terminal sessions
a931f1b45151 new style file
lcp
parents:
diff changeset
   113
\newcommand\out{\ \sltt}
a931f1b45151 new style file
lcp
parents:
diff changeset
   114
140
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   115
% "itmath.sty" use cmr italic for letters in math mode and get the
293
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
   116
%              usual letter spacing of text mode.
140
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   117
%
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   118
% Michael Lawley, April 1993
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   119
% (lawley@cit.gu.edu.au)
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   120
%
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   121
% Derived from itma.sty (of unknown origin).
110
a931f1b45151 new style file
lcp
parents:
diff changeset
   122
%
a931f1b45151 new style file
lcp
parents:
diff changeset
   123
% MATHCODES
a931f1b45151 new style file
lcp
parents:
diff changeset
   124
%
a931f1b45151 new style file
lcp
parents:
diff changeset
   125
% The mathcodes for the letters A, ..., Z, a, ..., z are changed to
140
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   126
% generate text italic rather than math italic by default. This makes
110
a931f1b45151 new style file
lcp
parents:
diff changeset
   127
% multi-letter identifiers look better. The mathcode for character c
140
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   128
% is set to "7000 (variable class) + "400 (text italic) + c.
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   129
%
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   130
% For NFSS the mathcode is "7000 (variable class) + (hex)\itfam + c
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   131
% \itfam is probably equal to 7.
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   132
%
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   133
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   134
\ifx\undefined\hexnumber@
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   135
  \def\hexnumber@#1{\ifcase#1 \z@
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   136
  \or \@ne \or \tw@ \or \thr@@
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   137
  \or 4\or 5\or 6\or 7\or 8\or
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   138
  9\or A\or B\or C\or D\or E\or F\fi}
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   139
\fi
110
a931f1b45151 new style file
lcp
parents:
diff changeset
   140
a931f1b45151 new style file
lcp
parents:
diff changeset
   141
\def\@setmcodes#1#2#3{{\count0=#1 \count1=#3
140
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   142
        \loop \global\mathcode\count0=\count1 \ifnum \count0<#2
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   143
        \advance\count0 by1 \advance\count1 by1 \repeat}}
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   144
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   145
\edef\@tempa{\hexnumber@\itfam}
110
a931f1b45151 new style file
lcp
parents:
diff changeset
   146
140
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   147
\@setmcodes{`A}{`Z}{"7\@tempa 41}
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   148
\@setmcodes{`a}{`z}{"7\@tempa 61}
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   149
3a8c68d1d466 changed itmath trickery to be compatible with NFSS (itmath.sty)
nipkow
parents: 110
diff changeset
   150
\ifx\define@mathgroup\undefined\else
293
63a0077dd9f2 first draft of Springer volume
lcp
parents: 140
diff changeset
   151
        \define@mathgroup\mv@normal{\itfam}{cmr}{m}{it}\fi