lib/texinputs/isabelle.sty
author kleing
Fri, 24 Jun 2005 03:16:52 +0200
changeset 16558 e97188c6bd71
parent 16064 7953879aa6cf
child 17052 30781cc78fc6
permissions -rw-r--r--
made su[bp]/isu[bp] behave the same as their bsu[bp]..esu[bp] counterparts,
properly respect isastylescript now
wenzelm@7709
     1
%%
wenzelm@9818
     2
%% Author: Markus Wenzel, TU Muenchen
wenzelm@7709
     3
%%
wenzelm@7709
     4
%% macros for Isabelle generated LaTeX output
wenzelm@7709
     5
%%
haftmann@16064
     6
%% $Id$
wenzelm@7709
     7
wenzelm@9913
     8
%%% Simple document preparation (based on theory token language and symbols)
wenzelm@7709
     9
wenzelm@8714
    10
% isabelle environments
wenzelm@7788
    11
wenzelm@9913
    12
\newcommand{\isabellecontext}{UNKNOWN}
wenzelm@9913
    13
wenzelm@9657
    14
\newcommand{\isastyle}{\small\tt\slshape}
wenzelm@9669
    15
\newcommand{\isastyleminor}{\small\tt\slshape}
wenzelm@10220
    16
\newcommand{\isastylescript}{\footnotesize\tt\slshape}
wenzelm@9657
    17
\newcommand{\isastyletext}{\normalsize\rm}
wenzelm@9657
    18
\newcommand{\isastyletxt}{\rm}
wenzelm@9657
    19
\newcommand{\isastylecmt}{\rm}
wenzelm@8713
    20
wenzelm@10220
    21
%symbol markup -- \emph achieves decent spacing via italic corrections
wenzelm@10220
    22
\newcommand{\isamath}[1]{\emph{$#1$}}
wenzelm@10220
    23
\newcommand{\isatext}[1]{\emph{#1}}
wenzelm@10220
    24
\newcommand{\isascriptstyle}{\def\isamath##1{##1}\def\isatext##1{\mbox{\isastylescript##1}}}
kleing@16558
    25
\newcommand{\isactrlsub}[1]{\emph{${}\sb{\mbox{\isastylescript{#1}}}$}}
kleing@16558
    26
\newcommand{\isactrlsup}[1]{\emph{${}\sp{\mbox{\isastylescript{#1}}}$}}
kleing@16558
    27
\newcommand{\isactrlisub}[1]{\emph{${}\sb{\mbox{\isastylescript{#1}}}$}}
kleing@16558
    28
\newcommand{\isactrlisup}[1]{\emph{${}\sp{\mbox{\isastylescript{#1}}}$}}
wenzelm@14708
    29
\newcommand{\isactrlbsub}{\emph\bgroup\begin{math}{}\sb\bgroup\mbox\bgroup\isastylescript}
wenzelm@14708
    30
\newcommand{\isactrlesub}{\egroup\egroup\end{math}\egroup}
wenzelm@14708
    31
\newcommand{\isactrlbsup}{\emph\bgroup\begin{math}{}\sp\bgroup\mbox\bgroup\isastylescript}
wenzelm@14708
    32
\newcommand{\isactrlesup}{\egroup\egroup\end{math}\egroup}
wenzelm@11573
    33
\newcommand{\isactrlbold}[1]{{\bfseries\upshape\boldmath#1}}
wenzelm@10220
    34
kleing@14332
    35
wenzelm@8713
    36
\newdimen\isa@parindent\newdimen\isa@parskip
wenzelm@9657
    37
wenzelm@9702
    38
\newenvironment{isabellebody}{%
wenzelm@11863
    39
\isamarkuptrue\par%
wenzelm@9702
    40
\isa@parindent\parindent\parindent0pt%
wenzelm@8713
    41
\isa@parskip\parskip\parskip0pt%
wenzelm@10470
    42
\isastyle}{\par}
wenzelm@9702
    43
wenzelm@9702
    44
\newenvironment{isabelle}
wenzelm@10422
    45
{\begin{trivlist}\begin{isabellebody}\item\relax}
wenzelm@10422
    46
{\end{isabellebody}\end{trivlist}}
wenzelm@8713
    47
wenzelm@9669
    48
\newcommand{\isa}[1]{\emph{\isastyleminor #1}}
wenzelm@8714
    49
wenzelm@10949
    50
\newcommand{\isaindent}[1]{\hphantom{#1}}
kleing@13933
    51
\newcommand{\isanewline}{\mbox{}\par\mbox{}}
kleing@14347
    52
\newcommand{\isasep}{} % override with e.g. \renewcommand{\isasep}{\vspace{1ex}}
wenzelm@9669
    53
\newcommand{\isadigit}[1]{#1}
wenzelm@7752
    54
wenzelm@9669
    55
\chardef\isacharbang=`\!
wenzelm@9669
    56
\chardef\isachardoublequote=`\"
wenzelm@9657
    57
\chardef\isacharhash=`\#
wenzelm@9657
    58
\chardef\isachardollar=`\$
wenzelm@9657
    59
\chardef\isacharpercent=`\%
wenzelm@9657
    60
\chardef\isacharampersand=`\&
wenzelm@9657
    61
\chardef\isacharprime=`\'
wenzelm@9657
    62
\chardef\isacharparenleft=`\(
wenzelm@9657
    63
\chardef\isacharparenright=`\)
wenzelm@9657
    64
\chardef\isacharasterisk=`\*
wenzelm@9669
    65
\chardef\isacharplus=`\+
wenzelm@9669
    66
\chardef\isacharcomma=`\,
wenzelm@9657
    67
\chardef\isacharminus=`\-
wenzelm@9669
    68
\chardef\isachardot=`\.
wenzelm@9669
    69
\chardef\isacharslash=`\/
wenzelm@9669
    70
\chardef\isacharcolon=`\:
wenzelm@9669
    71
\chardef\isacharsemicolon=`\;
wenzelm@9657
    72
\chardef\isacharless=`\<
wenzelm@9669
    73
\chardef\isacharequal=`\=
wenzelm@9657
    74
\chardef\isachargreater=`\>
wenzelm@9669
    75
\chardef\isacharquery=`\?
wenzelm@9669
    76
\chardef\isacharat=`\@
wenzelm@9657
    77
\chardef\isacharbrackleft=`\[
wenzelm@9657
    78
\chardef\isacharbackslash=`\\
wenzelm@9657
    79
\chardef\isacharbrackright=`\]
wenzelm@9657
    80
\chardef\isacharcircum=`\^
wenzelm@9657
    81
\chardef\isacharunderscore=`\_
wenzelm@9669
    82
\chardef\isacharbackquote=`\`
wenzelm@9657
    83
\chardef\isacharbraceleft=`\{
wenzelm@9657
    84
\chardef\isacharbar=`\|
wenzelm@9657
    85
\chardef\isacharbraceright=`\}
wenzelm@9657
    86
\chardef\isachartilde=`\~
wenzelm@7788
    87
wenzelm@7797
    88
wenzelm@7797
    89
% keyword and section markup
wenzelm@7788
    90
wenzelm@9710
    91
\newcommand{\isakeywordcharunderscore}{\_}
wenzelm@9669
    92
\newcommand{\isakeyword}[1]
wenzelm@9710
    93
{\emph{\bf\def\isachardot{.}\def\isacharunderscore{\isakeywordcharunderscore}%
wenzelm@9669
    94
\def\isacharbraceleft{\{}\def\isacharbraceright{\}}#1}}
wenzelm@9669
    95
\newcommand{\isacommand}[1]{\isakeyword{#1}}
wenzelm@7758
    96
wenzelm@8501
    97
\newcommand{\isamarkupheader}[1]{\section{#1}}
wenzelm@7752
    98
\newcommand{\isamarkupchapter}[1]{\chapter{#1}}
wenzelm@7752
    99
\newcommand{\isamarkupsection}[1]{\section{#1}}
wenzelm@7752
   100
\newcommand{\isamarkupsubsection}[1]{\subsection{#1}}
wenzelm@7752
   101
\newcommand{\isamarkupsubsubsection}[1]{\subsubsection{#1}}
wenzelm@7752
   102
\newcommand{\isamarkupsect}[1]{\section{#1}}
wenzelm@7752
   103
\newcommand{\isamarkupsubsect}[1]{\subsection{#1}}
wenzelm@7752
   104
\newcommand{\isamarkupsubsubsect}[1]{\subsubsection{#1}}
wenzelm@8662
   105
wenzelm@11863
   106
\newif\ifisamarkup
wenzelm@11863
   107
\newcommand{\isabeginpar}{\par\ifisamarkup\relax\else\medskip\fi}
wenzelm@10586
   108
\newcommand{\isaendpar}{\par\medskip}
wenzelm@10586
   109
\newenvironment{isapar}{\parindent\isa@parindent\parskip\isa@parskip\isabeginpar}{\isaendpar}
wenzelm@9657
   110
\newenvironment{isamarkuptext}{\isastyletext\begin{isapar}}{\end{isapar}}
wenzelm@9657
   111
\newenvironment{isamarkuptxt}{\isastyletxt\begin{isapar}}{\end{isapar}}
wenzelm@9657
   112
\newcommand{\isamarkupcmt}[1]{{\isastylecmt--- #1}}
wenzelm@9657
   113
wenzelm@9657
   114
wenzelm@10024
   115
% alternative styles
wenzelm@9657
   116
wenzelm@9657
   117
\newcommand{\isabellestyle}{}
wenzelm@9669
   118
\def\isabellestyle#1{\csname isabellestyle#1\endcsname}
wenzelm@9657
   119
wenzelm@10024
   120
\newcommand{\isabellestylett}{%
wenzelm@10024
   121
\renewcommand{\isastyle}{\small\tt}%
wenzelm@10188
   122
\renewcommand{\isastyleminor}{\small\tt}%
wenzelm@10220
   123
\renewcommand{\isastylescript}{\footnotesize\tt}%
wenzelm@10024
   124
}
wenzelm@9669
   125
\newcommand{\isabellestyleit}{%
wenzelm@9669
   126
\renewcommand{\isastyle}{\small\it}%
wenzelm@9669
   127
\renewcommand{\isastyleminor}{\it}%
wenzelm@10220
   128
\renewcommand{\isastylescript}{\footnotesize\it}%
wenzelm@9725
   129
\renewcommand{\isakeywordcharunderscore}{\mbox{-}}%
wenzelm@10220
   130
\renewcommand{\isacharbang}{\isamath{!}}%
wenzelm@9669
   131
\renewcommand{\isachardoublequote}{}%
wenzelm@10220
   132
\renewcommand{\isacharhash}{\isamath{\#}}%
wenzelm@10220
   133
\renewcommand{\isachardollar}{\isamath{\$}}%
wenzelm@10220
   134
\renewcommand{\isacharpercent}{\isamath{\%}}%
wenzelm@10220
   135
\renewcommand{\isacharampersand}{\isamath{\&}}%
wenzelm@10220
   136
\renewcommand{\isacharprime}{\isamath{\mskip2mu{'}\mskip-2mu}}%
wenzelm@10220
   137
\renewcommand{\isacharparenleft}{\isamath{(}}%
wenzelm@10220
   138
\renewcommand{\isacharparenright}{\isamath{)}}%
wenzelm@10220
   139
\renewcommand{\isacharasterisk}{\isamath{*}}%
wenzelm@10220
   140
\renewcommand{\isacharplus}{\isamath{+}}%
wenzelm@10220
   141
\renewcommand{\isacharcomma}{\isamath{\mathord,}}%
wenzelm@10220
   142
\renewcommand{\isacharminus}{\isamath{-}}%
wenzelm@10220
   143
\renewcommand{\isachardot}{\isamath{\mathord.}}%
wenzelm@10220
   144
\renewcommand{\isacharslash}{\isamath{/}}%
wenzelm@10220
   145
\renewcommand{\isacharcolon}{\isamath{\mathord:}}%
wenzelm@10220
   146
\renewcommand{\isacharsemicolon}{\isamath{\mathord;}}%
wenzelm@10220
   147
\renewcommand{\isacharless}{\isamath{<}}%
wenzelm@10220
   148
\renewcommand{\isacharequal}{\isamath{=}}%
wenzelm@10220
   149
\renewcommand{\isachargreater}{\isamath{>}}%
wenzelm@10220
   150
\renewcommand{\isacharat}{\isamath{@}}%
wenzelm@10220
   151
\renewcommand{\isacharbrackleft}{\isamath{[}}%
wenzelm@10220
   152
\renewcommand{\isacharbrackright}{\isamath{]}}%
wenzelm@9725
   153
\renewcommand{\isacharunderscore}{\mbox{-}}%
wenzelm@10220
   154
\renewcommand{\isacharbraceleft}{\isamath{\{}}%
wenzelm@10220
   155
\renewcommand{\isacharbar}{\isamath{\mid}}%
wenzelm@10220
   156
\renewcommand{\isacharbraceright}{\isamath{\}}}%
wenzelm@10260
   157
\renewcommand{\isachartilde}{\isamath{{}\sp{\sim}}}%
wenzelm@9657
   158
}
wenzelm@9657
   159
wenzelm@9975
   160
\newcommand{\isabellestylesl}{%
wenzelm@9975
   161
\isabellestyleit%
wenzelm@9975
   162
\renewcommand{\isastyle}{\small\sl}%
wenzelm@9975
   163
\renewcommand{\isastyleminor}{\sl}%
wenzelm@10220
   164
\renewcommand{\isastylescript}{\footnotesize\sl}%
wenzelm@9975
   165
}