doc-src/iman.sty
author paulson
Wed, 13 Jan 1999 16:38:16 +0100
changeset 6123 4ba5066d01fc
parent 5765 165de7b92ea6
child 6747 cee5adcc1f5c
permissions -rw-r--r--
defined dquotesoff
     1 % iman.sty : Isabelle Manual Page Layout
     2 %
     3 \typeout{Document Style iman. Released 17 February 1994}
     4 
     5 \hyphenation{Isa-belle man-u-script man-u-scripts ap-pen-dix mut-u-al-ly}
     6 \hyphenation{data-type data-types co-data-type co-data-types }
     7 
     8 \let\ts=\thinspace
     9 
    10 %usage: \iflabelundefined{LABEL}{if not defined}{if defined}
    11 \newcommand{\iflabelundefined}[1]{\@ifundefined{r@#1}}
    12 
    13 
    14 %%%INDEXING  use sedindex to process the index
    15 %index, putting page numbers of definitions in boldface
    16 \newcommand\bold[1]{{\bf#1}}
    17 \newcommand\fnote[1]{#1n}
    18 \newcommand\indexbold[1]{\index{#1|bold}}
    19 
    20 %for indexing constants, symbols, theorems, ...
    21 \newcommand\cdx[1]{{\tt#1}\index{#1@{\tt#1} constant}}
    22 \newcommand\sdx[1]{{\tt#1}\index{#1@{\tt#1} symbol}}
    23 
    24 \newcommand\tdx[1]{{\tt#1}\index{#1@{\tt#1} theorem}}
    25 \newcommand\tdxbold[1]{{\tt#1}\index{#1@{\tt#1} theorem|bold}}
    26 
    27 \newcommand\mltydx[1]{{\tt#1}\index{#1@{\tt#1} ML type}}
    28 \newcommand\xdx[1]{{\tt#1}\index{#1@{\tt#1} exception}}
    29 
    30 \newcommand\ndx[1]{{\tt#1}\index{#1@{\tt#1} nonterminal}}
    31 \newcommand\ndxbold[1]{{\tt#1}\index{#1@{\tt#1} nonterminal|bold}}
    32 
    33 \newcommand\cldx[1]{{\tt#1}\index{#1@{\tt#1} class}}
    34 \newcommand\tydx[1]{\textit{#1}\index{#1@{\textit{#1}} type}}
    35 \newcommand\thydx[1]{{\tt#1}\index{#1@{\tt#1} theory}}
    36 
    37 \newcommand\tooldx[1]{{\tt#1}\index{#1@{\tt#1} tool}}
    38 \newcommand\settdx[1]{{\tt#1}\index{#1@{\tt#1} setting}}
    39 
    40 %for cross-references: 2nd argument (page number) is ignored
    41 \newcommand\see[2]{{\it see \/}{#1}}
    42 \newcommand\seealso[2]{{\it see also \/}{#1}}
    43 
    44 %set argument in \tt font; at the same time, index using * prefix
    45 \newcommand\rmindex[1]{{#1}\index{#1}\@}
    46 \newcommand\ttindex[1]{{\tt#1}\index{*#1}\@}
    47 \newcommand\ttindexbold[1]{{\tt#1}\index{*#1|bold}\@}
    48 
    49 %set argument in \bf font and index in ROMAN font (for definitions in text!)
    50 \newcommand\bfindex[1]{{\bf#1}\index{#1|bold}\@}
    51 
    52 
    53 %%% underscores as ordinary characters, not for subscripting
    54 %%  use @ or \sb for subscripting; use \at for @
    55 %%  only works in \tt font
    56 %%  must not make _ an active char; would make \ttindex fail!
    57 \gdef\underscoreoff{\catcode`\@=8\catcode`\_=\other}
    58 \gdef\underscoreon{\catcode`\_=8\makeatother}
    59 \chardef\other=12
    60 \chardef\at=`\@
    61 
    62 % alternative underscore
    63 \def\_{\leavevmode\kern.06em\vbox{\hrule height.2ex width.3em}\hskip0.1em}
    64 
    65 %%% \dquotes permits usage of "..." for \hbox{...} -- also taken from under.sty
    66 {\catcode`\"=\active
    67 \gdef\dquotes{\catcode`\"=\active  \let"=\@mathText}%
    68 \gdef\@mathText#1"{\hbox{\mathTextFont #1\/}}}
    69 \def\mathTextFont{\frenchspacing\tt}
    70 \def\dquotesoff{\catcode`\"=\other}
    71 
    72 %%%% meta-logical connectives
    73 
    74 \let\Forall=\bigwedge
    75 \let\Imp=\Longrightarrow
    76 \let\To=\Rightarrow
    77 \newcommand\Var[1]{{?\!#1}}
    78 \newcommand\All[1]{\Forall#1.}  %quantification
    79 
    80 %%%% ``WARNING'' environment
    81 \def\dbend{\vtop to 0pt{\vss\hbox{\Huge\bf!}\vss}}
    82 \newenvironment{warn}{\medskip\medbreak\begingroup \clubpenalty=10000 
    83          \small %%WAS\baselineskip=0.9\baselineskip
    84          \noindent \hangindent\parindent \hangafter=-2 
    85          \hbox to0pt{\hskip-\hangindent\dbend\hfill}\ignorespaces}%
    86         {\par\endgroup\medbreak}
    87 
    88 
    89 %%%% Standard logical symbols
    90 \let\turn=\vdash
    91 \let\conj=\wedge
    92 \let\disj=\vee
    93 \let\imp=\rightarrow
    94 \let\bimp=\leftrightarrow
    95 \newcommand\all[1]{\forall#1.}  %quantification
    96 \newcommand\ex[1]{\exists#1.}
    97 \newcommand{\pair}[1]{\langle#1\rangle}
    98 
    99 \newcommand{\lparr}{\mathopen{(\!|}}
   100 \newcommand{\rparr}{\mathclose{|\!)}}
   101 \newcommand{\fs}{\mathpunct{,\,}}
   102 \newcommand{\ty}{\mathrel{::}}
   103 \newcommand{\asn}{\mathrel{:=}}
   104 \newcommand{\more}{\ldots}
   105 \newcommand{\record}[1]{\lparr #1 \rparr}
   106 \newcommand{\dtt}{\mathord.}
   107 
   108 \newcommand\lbrakk{\mathopen{[\![}}
   109 \newcommand\rbrakk{\mathclose{]\!]}}
   110 \newcommand\List[1]{\lbrakk#1\rbrakk}  %was \obj
   111 \newcommand\vpile[1]{\begin{array}{c}#1\end{array}}
   112 \newenvironment{matharray}[1]{\[\begin{array}{#1}}{\end{array}\]}
   113 
   114 \let\int=\cap
   115 \let\un=\cup
   116 \let\inter=\bigcap
   117 \let\union=\bigcup
   118 
   119 \def\ML{{\sc ml}}
   120 \def\OBJ{{\sc obj}}
   121 \def\AST{{\sc ast}}
   122 
   123 \def\Pure{{\tt Pure}\@}
   124 \def\CPure{{\tt CPure}\@}
   125 \def\LCF{{\tt LCF}\@}
   126 \def\FOL{{\tt FOL}\@}
   127 \def\HOL{{\tt HOL}\@}
   128 \def\HOLCF{{\tt HOLCF}\@}
   129 \def\LK{{\tt LK}\@}
   130 \def\ZF{{\tt ZF}\@}
   131 \def\CTT{{\tt CTT}\@}
   132 \def\Cube{{\tt Cube}\@}
   133 \def\Modal{{\tt Modal}\@}
   134 
   135 %macros to change the treatment of symbols
   136 \def\relsemicolon{\mathcode`\;="303B}   %treat ; like a relation
   137 \def\binperiod{\mathcode`\.="213A}   %treat . like a binary operator
   138 \def\binvert{\mathcode`\|="226A}     %treat | like a binary operator
   139 
   140 %redefinition of \sloppy and \fussy to use \emergencystretch
   141 \def\sloppy{\tolerance2000 \hfuzz.5pt \vfuzz.5pt \emergencystretch=15pt}
   142 \def\fussy{\tolerance200 \hfuzz.1pt \vfuzz.1pt \emergencystretch=0pt}
   143 
   144 %%%% \tt things
   145 
   146 \def\ttdescriptionlabel#1{\hspace\labelsep \tt #1}
   147 \def\ttdescription{\list{}{\labelwidth\z@ \itemindent-\leftmargin
   148        \let\makelabel\ttdescriptionlabel}}
   149 
   150 \let\endttdescription\endlist
   151 
   152 \chardef\ttilde=`\~     % A tilde for \tt font
   153 \chardef\ttback=`\\     % A backslash for \tt font
   154 \chardef\ttlbrace=`\{   % A left brace for \tt font
   155 \chardef\ttrbrace=`\}   % A right brace for \tt font
   156 
   157 \newcommand\out{\ \ttfamily\slshape}   %% for output from terminal sessions
   158 
   159 % The mathcodes for the letters A, ..., Z, a, ..., z are changed to
   160 % generate text italic rather than math italic by default. This makes
   161 % multi-letter identifiers look better. The mathcode for character c
   162 % is set to |"7000| (variable family) + |"400| (text italic) + |c|.
   163 %
   164 \DeclareSymbolFont{italics}{\encodingdefault}{\rmdefault}{m}{it}%
   165 \def\@setmcodes#1#2#3{{\count0=#1 \count1=#3
   166         \loop \global\mathcode\count0=\count1 \ifnum \count0<#2
   167         \advance\count0 by1 \advance\count1 by1 \repeat}}
   168 \@setmcodes{`A}{`Z}{"7\hexnumber@\symitalics41}
   169 \@setmcodes{`a}{`z}{"7\hexnumber@\symitalics61}