author | wenzelm |
Sat, 13 Nov 2010 11:41:02 +0100 | |
changeset 40520 | 77a7b0a7d4b1 |
parent 40407 | 2ff10e613689 |
child 42514 | f32500b4bc23 |
permissions | -rw-r--r-- |
7709 | 1 |
%% |
2 |
%% macros for Isabelle generated LaTeX output |
|
3 |
%% |
|
4 |
||
9913 | 5 |
%%% Simple document preparation (based on theory token language and symbols) |
7709 | 6 |
|
8714 | 7 |
% isabelle environments |
7788 | 8 |
|
9913 | 9 |
\newcommand{\isabellecontext}{UNKNOWN} |
10 |
||
18860
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
11 |
\newcommand{\isastyle}{\UNDEF} |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
12 |
\newcommand{\isastyleminor}{\UNDEF} |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
13 |
\newcommand{\isastylescript}{\UNDEF} |
9657 | 14 |
\newcommand{\isastyletext}{\normalsize\rm} |
15 |
\newcommand{\isastyletxt}{\rm} |
|
16 |
\newcommand{\isastylecmt}{\rm} |
|
8713 | 17 |
|
10220 | 18 |
%symbol markup -- \emph achieves decent spacing via italic corrections |
19 |
\newcommand{\isamath}[1]{\emph{$#1$}} |
|
20 |
\newcommand{\isatext}[1]{\emph{#1}} |
|
25055
3bb2ad8b1b37
DeclareRobustCommand isascriptstyle (enables sub/superscripts within section headings etc.);
wenzelm
parents:
22647
diff
changeset
|
21 |
\DeclareRobustCommand{\isascriptstyle}{\def\isamath##1{##1}\def\isatext##1{\mbox{\isastylescript##1}}} |
17180
5fefe658a6f8
recover original definitions of \isactrlsub etc.;
wenzelm
parents:
17173
diff
changeset
|
22 |
\newcommand{\isactrlsub}[1]{\emph{\isascriptstyle${}\sb{#1}$}} |
5fefe658a6f8
recover original definitions of \isactrlsub etc.;
wenzelm
parents:
17173
diff
changeset
|
23 |
\newcommand{\isactrlsup}[1]{\emph{\isascriptstyle${}\sp{#1}$}} |
5fefe658a6f8
recover original definitions of \isactrlsub etc.;
wenzelm
parents:
17173
diff
changeset
|
24 |
\newcommand{\isactrlisub}[1]{\emph{\isascriptstyle${}\sb{#1}$}} |
5fefe658a6f8
recover original definitions of \isactrlsub etc.;
wenzelm
parents:
17173
diff
changeset
|
25 |
\newcommand{\isactrlisup}[1]{\emph{\isascriptstyle${}\sp{#1}$}} |
25081 | 26 |
\DeclareRobustCommand{\isactrlbsub}{\emph\bgroup\math{}\sb\bgroup\mbox\bgroup\isastylescript} |
27 |
\DeclareRobustCommand{\isactrlesub}{\egroup\egroup\endmath\egroup} |
|
28 |
\DeclareRobustCommand{\isactrlbsup}{\emph\bgroup\math{}\sp\bgroup\mbox\bgroup\isastylescript} |
|
29 |
\DeclareRobustCommand{\isactrlesup}{\egroup\egroup\endmath\egroup} |
|
11573 | 30 |
\newcommand{\isactrlbold}[1]{{\bfseries\upshape\boldmath#1}} |
17173 | 31 |
\newcommand{\isactrlloc}[1]{{\bfseries\upshape\boldmath#1}} |
27337 | 32 |
|
22647 | 33 |
\newenvironment{isaantiq}{{\isacharat\isacharbraceleft}}{{\isacharbraceright}} |
27337 | 34 |
\newcommand{\isaantiqopen}{\isakeyword{\isacharbraceleft}} |
35 |
\newcommand{\isaantiqclose}{\isakeyword{\isacharbraceright}} |
|
14332
fd3535af90ab
spanning super and sub scripts \<^bsub> .. \<^esub> and \<^bsup> .. \<^esup>
kleing
parents:
14234
diff
changeset
|
36 |
|
8713 | 37 |
\newdimen\isa@parindent\newdimen\isa@parskip |
9657 | 38 |
|
9702
f23bee3c0682
\newenvironment{isabellebody}: version without trivlist;
wenzelm
parents:
9688
diff
changeset
|
39 |
\newenvironment{isabellebody}{% |
11863
87643169ae7d
\newif\ifisamarkup controls spacing of isabeginpar;
wenzelm
parents:
11573
diff
changeset
|
40 |
\isamarkuptrue\par% |
9702
f23bee3c0682
\newenvironment{isabellebody}: version without trivlist;
wenzelm
parents:
9688
diff
changeset
|
41 |
\isa@parindent\parindent\parindent0pt% |
8713 | 42 |
\isa@parskip\parskip\parskip0pt% |
10470 | 43 |
\isastyle}{\par} |
9702
f23bee3c0682
\newenvironment{isabellebody}: version without trivlist;
wenzelm
parents:
9688
diff
changeset
|
44 |
|
f23bee3c0682
\newenvironment{isabellebody}: version without trivlist;
wenzelm
parents:
9688
diff
changeset
|
45 |
\newenvironment{isabelle} |
10422 | 46 |
{\begin{trivlist}\begin{isabellebody}\item\relax} |
47 |
{\end{isabellebody}\end{trivlist}} |
|
8713 | 48 |
|
9669 | 49 |
\newcommand{\isa}[1]{\emph{\isastyleminor #1}} |
8714 | 50 |
|
10949 | 51 |
\newcommand{\isaindent}[1]{\hphantom{#1}} |
13933 | 52 |
\newcommand{\isanewline}{\mbox{}\par\mbox{}} |
17158
d68bf267cbba
added \isachardoublequoteopen/close, \isacharbackquoteopen/close;
wenzelm
parents:
17052
diff
changeset
|
53 |
\newcommand{\isasep}{} |
9669 | 54 |
\newcommand{\isadigit}[1]{#1} |
7752 | 55 |
|
18860
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
56 |
\newcommand{\isachardefaults}{% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
57 |
\chardef\isacharbang=`\!% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
58 |
\chardef\isachardoublequote=`\"% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
59 |
\chardef\isachardoublequoteopen=`\"% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
60 |
\chardef\isachardoublequoteclose=`\"% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
61 |
\chardef\isacharhash=`\#% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
62 |
\chardef\isachardollar=`\$% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
63 |
\chardef\isacharpercent=`\%% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
64 |
\chardef\isacharampersand=`\&% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
65 |
\chardef\isacharprime=`\'% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
66 |
\chardef\isacharparenleft=`\(% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
67 |
\chardef\isacharparenright=`\)% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
68 |
\chardef\isacharasterisk=`\*% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
69 |
\chardef\isacharplus=`\+% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
70 |
\chardef\isacharcomma=`\,% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
71 |
\chardef\isacharminus=`\-% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
72 |
\chardef\isachardot=`\.% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
73 |
\chardef\isacharslash=`\/% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
74 |
\chardef\isacharcolon=`\:% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
75 |
\chardef\isacharsemicolon=`\;% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
76 |
\chardef\isacharless=`\<% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
77 |
\chardef\isacharequal=`\=% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
78 |
\chardef\isachargreater=`\>% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
79 |
\chardef\isacharquery=`\?% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
80 |
\chardef\isacharat=`\@% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
81 |
\chardef\isacharbrackleft=`\[% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
82 |
\chardef\isacharbackslash=`\\% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
83 |
\chardef\isacharbrackright=`\]% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
84 |
\chardef\isacharcircum=`\^% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
85 |
\chardef\isacharunderscore=`\_% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
86 |
\def\isacharunderscorekeyword{\_}% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
87 |
\chardef\isacharbackquote=`\`% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
88 |
\chardef\isacharbackquoteopen=`\`% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
89 |
\chardef\isacharbackquoteclose=`\`% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
90 |
\chardef\isacharbraceleft=`\{% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
91 |
\chardef\isacharbar=`\|% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
92 |
\chardef\isacharbraceright=`\}% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
93 |
\chardef\isachartilde=`\~% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
94 |
\def\isacharverbatimopen{\isacharbraceleft\isacharasterisk}% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
95 |
\def\isacharverbatimclose{\isacharasterisk\isacharbraceright}% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
96 |
} |
7788 | 97 |
|
40402
b646316f8b3c
basic setup for literal replacement text in PDF, to support copy/paste of Isabelle symbols;
wenzelm
parents:
39662
diff
changeset
|
98 |
\newcommand{\isaliteral}[2]{#2} |
40407
2ff10e613689
more robust treatment of suppressed quotes concerning replacement text -- for improved copy/paste behaviour;
wenzelm
parents:
40402
diff
changeset
|
99 |
\newcommand{\isanil}{} |
40402
b646316f8b3c
basic setup for literal replacement text in PDF, to support copy/paste of Isabelle symbols;
wenzelm
parents:
39662
diff
changeset
|
100 |
|
7797 | 101 |
|
102 |
% keyword and section markup |
|
7788 | 103 |
|
9669 | 104 |
\newcommand{\isakeyword}[1] |
18860
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
105 |
{\emph{\bf\def\isachardot{.}\def\isacharunderscore{\isacharunderscorekeyword}% |
9669 | 106 |
\def\isacharbraceleft{\{}\def\isacharbraceright{\}}#1}} |
107 |
\newcommand{\isacommand}[1]{\isakeyword{#1}} |
|
7758 | 108 |
|
8501 | 109 |
\newcommand{\isamarkupheader}[1]{\section{#1}} |
7752 | 110 |
\newcommand{\isamarkupchapter}[1]{\chapter{#1}} |
111 |
\newcommand{\isamarkupsection}[1]{\section{#1}} |
|
112 |
\newcommand{\isamarkupsubsection}[1]{\subsection{#1}} |
|
113 |
\newcommand{\isamarkupsubsubsection}[1]{\subsubsection{#1}} |
|
114 |
\newcommand{\isamarkupsect}[1]{\section{#1}} |
|
115 |
\newcommand{\isamarkupsubsect}[1]{\subsection{#1}} |
|
116 |
\newcommand{\isamarkupsubsubsect}[1]{\subsubsection{#1}} |
|
8662
f9679ddbc492
isapar, isamarkuptext, isamarkuptxt turned into environments;
wenzelm
parents:
8512
diff
changeset
|
117 |
|
11863
87643169ae7d
\newif\ifisamarkup controls spacing of isabeginpar;
wenzelm
parents:
11573
diff
changeset
|
118 |
\newif\ifisamarkup |
87643169ae7d
\newif\ifisamarkup controls spacing of isabeginpar;
wenzelm
parents:
11573
diff
changeset
|
119 |
\newcommand{\isabeginpar}{\par\ifisamarkup\relax\else\medskip\fi} |
10586 | 120 |
\newcommand{\isaendpar}{\par\medskip} |
121 |
\newenvironment{isapar}{\parindent\isa@parindent\parskip\isa@parskip\isabeginpar}{\isaendpar} |
|
17215
8b969275a5d2
isamarkuptext/txt: \par before changing sizes prevents spacing anomaly;
wenzelm
parents:
17180
diff
changeset
|
122 |
\newenvironment{isamarkuptext}{\par\isastyletext\begin{isapar}}{\end{isapar}} |
8b969275a5d2
isamarkuptext/txt: \par before changing sizes prevents spacing anomaly;
wenzelm
parents:
17180
diff
changeset
|
123 |
\newenvironment{isamarkuptxt}{\par\isastyletxt\begin{isapar}}{\end{isapar}} |
9657 | 124 |
\newcommand{\isamarkupcmt}[1]{{\isastylecmt--- #1}} |
125 |
||
126 |
||
18860
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
127 |
% styles |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
128 |
|
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
129 |
\def\isabellestyle#1{\csname isabellestyle#1\endcsname} |
9657 | 130 |
|
18860
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
131 |
\newcommand{\isabellestyledefault}{% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
132 |
\renewcommand{\isastyle}{\small\tt\slshape}% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
133 |
\renewcommand{\isastyleminor}{\small\tt\slshape}% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
134 |
\renewcommand{\isastylescript}{\footnotesize\tt\slshape}% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
135 |
\isachardefaults% |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
136 |
} |
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
137 |
\isabellestyledefault |
9657 | 138 |
|
10024 | 139 |
\newcommand{\isabellestylett}{% |
140 |
\renewcommand{\isastyle}{\small\tt}% |
|
10188 | 141 |
\renewcommand{\isastyleminor}{\small\tt}% |
10220 | 142 |
\renewcommand{\isastylescript}{\footnotesize\tt}% |
18860
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
143 |
\isachardefaults% |
10024 | 144 |
} |
18860
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
145 |
|
9669 | 146 |
\newcommand{\isabellestyleit}{% |
147 |
\renewcommand{\isastyle}{\small\it}% |
|
148 |
\renewcommand{\isastyleminor}{\it}% |
|
10220 | 149 |
\renewcommand{\isastylescript}{\footnotesize\it}% |
18860
9089cdb4c5fd
all styles now reset to defaults first, i.e. the document may switch styles back and forth;
wenzelm
parents:
17531
diff
changeset
|
150 |
\renewcommand{\isacharunderscorekeyword}{\mbox{-}}% |
10220 | 151 |
\renewcommand{\isacharbang}{\isamath{!}}% |
40407
2ff10e613689
more robust treatment of suppressed quotes concerning replacement text -- for improved copy/paste behaviour;
wenzelm
parents:
40402
diff
changeset
|
152 |
\renewcommand{\isachardoublequote}{\isanil}% |
2ff10e613689
more robust treatment of suppressed quotes concerning replacement text -- for improved copy/paste behaviour;
wenzelm
parents:
40402
diff
changeset
|
153 |
\renewcommand{\isachardoublequoteopen}{\isanil}% |
2ff10e613689
more robust treatment of suppressed quotes concerning replacement text -- for improved copy/paste behaviour;
wenzelm
parents:
40402
diff
changeset
|
154 |
\renewcommand{\isachardoublequoteclose}{\isanil}% |
10220 | 155 |
\renewcommand{\isacharhash}{\isamath{\#}}% |
156 |
\renewcommand{\isachardollar}{\isamath{\$}}% |
|
157 |
\renewcommand{\isacharpercent}{\isamath{\%}}% |
|
158 |
\renewcommand{\isacharampersand}{\isamath{\&}}% |
|
159 |
\renewcommand{\isacharprime}{\isamath{\mskip2mu{'}\mskip-2mu}}% |
|
160 |
\renewcommand{\isacharparenleft}{\isamath{(}}% |
|
161 |
\renewcommand{\isacharparenright}{\isamath{)}}% |
|
162 |
\renewcommand{\isacharasterisk}{\isamath{*}}% |
|
163 |
\renewcommand{\isacharplus}{\isamath{+}}% |
|
164 |
\renewcommand{\isacharcomma}{\isamath{\mathord,}}% |
|
165 |
\renewcommand{\isacharminus}{\isamath{-}}% |
|
166 |
\renewcommand{\isachardot}{\isamath{\mathord.}}% |
|
167 |
\renewcommand{\isacharslash}{\isamath{/}}% |
|
168 |
\renewcommand{\isacharcolon}{\isamath{\mathord:}}% |
|
169 |
\renewcommand{\isacharsemicolon}{\isamath{\mathord;}}% |
|
170 |
\renewcommand{\isacharless}{\isamath{<}}% |
|
171 |
\renewcommand{\isacharequal}{\isamath{=}}% |
|
172 |
\renewcommand{\isachargreater}{\isamath{>}}% |
|
173 |
\renewcommand{\isacharat}{\isamath{@}}% |
|
174 |
\renewcommand{\isacharbrackleft}{\isamath{[}}% |
|
17052 | 175 |
\renewcommand{\isacharbackslash}{\isamath{\backslash}}% |
10220 | 176 |
\renewcommand{\isacharbrackright}{\isamath{]}}% |
9725 | 177 |
\renewcommand{\isacharunderscore}{\mbox{-}}% |
10220 | 178 |
\renewcommand{\isacharbraceleft}{\isamath{\{}}% |
179 |
\renewcommand{\isacharbar}{\isamath{\mid}}% |
|
180 |
\renewcommand{\isacharbraceright}{\isamath{\}}}% |
|
10260 | 181 |
\renewcommand{\isachartilde}{\isamath{{}\sp{\sim}}}% |
17158
d68bf267cbba
added \isachardoublequoteopen/close, \isacharbackquoteopen/close;
wenzelm
parents:
17052
diff
changeset
|
182 |
\renewcommand{\isacharbackquoteopen}{\isatext{\raise.3ex\hbox{$\scriptscriptstyle\langle$}}}% |
d68bf267cbba
added \isachardoublequoteopen/close, \isacharbackquoteopen/close;
wenzelm
parents:
17052
diff
changeset
|
183 |
\renewcommand{\isacharbackquoteclose}{\isatext{\raise.3ex\hbox{$\scriptscriptstyle\rangle$}}}% |
17180
5fefe658a6f8
recover original definitions of \isactrlsub etc.;
wenzelm
parents:
17173
diff
changeset
|
184 |
\renewcommand{\isacharverbatimopen}{\isamath{\langle\!\langle}}% |
5fefe658a6f8
recover original definitions of \isactrlsub etc.;
wenzelm
parents:
17173
diff
changeset
|
185 |
\renewcommand{\isacharverbatimclose}{\isamath{\rangle\!\rangle}}% |
9657 | 186 |
} |
187 |
||
9975 | 188 |
\newcommand{\isabellestylesl}{% |
189 |
\isabellestyleit% |
|
190 |
\renewcommand{\isastyle}{\small\sl}% |
|
191 |
\renewcommand{\isastyleminor}{\sl}% |
|
10220 | 192 |
\renewcommand{\isastylescript}{\footnotesize\sl}% |
9975 | 193 |
} |
17052 | 194 |
|
195 |
||
196 |
% tagged regions |
|
197 |
||
198 |
%plain TeX version of comment package -- much faster! |
|
199 |
\let\isafmtname\fmtname\def\fmtname{plain} |
|
200 |
\usepackage{comment} |
|
201 |
\let\fmtname\isafmtname |
|
202 |
||
203 |
\newcommand{\isafold}[1]{\emph{$\langle\mathord{\mathit{#1}}\rangle$}} |
|
204 |
||
205 |
\newcommand{\isakeeptag}[1]% |
|
206 |
{\includecomment{isadelim#1}\includecomment{isatag#1}\csarg\def{isafold#1}{}} |
|
207 |
\newcommand{\isadroptag}[1]% |
|
208 |
{\excludecomment{isadelim#1}\excludecomment{isatag#1}\csarg\def{isafold#1}{}} |
|
209 |
\newcommand{\isafoldtag}[1]% |
|
210 |
{\includecomment{isadelim#1}\excludecomment{isatag#1}\csarg\def{isafold#1}{\isafold{#1}}} |
|
211 |
||
212 |
\isakeeptag{theory} |
|
213 |
\isakeeptag{proof} |
|
214 |
\isakeeptag{ML} |
|
215 |
\isakeeptag{visible} |
|
216 |
\isadroptag{invisible} |
|
217 |
||
218 |
\IfFileExists{isabelletags.sty}{\usepackage{isabelletags}}{} |