some more macros;
authorwenzelm
Wed, 11 Feb 2009 21:39:12 +0100
changeset 29725 03916d2d16d3
parent 29724 48634259d410
child 29726 5f91ff5c03a2
some more macros;
doc-src/IsarRef/style.sty
--- a/doc-src/IsarRef/style.sty	Wed Feb 11 21:38:28 2009 +0100
+++ b/doc-src/IsarRef/style.sty	Wed Feb 11 21:39:12 2009 +0100
@@ -1,6 +1,3 @@
-
-%% $Id$
-
 %% toc
 \newcommand{\tocentry}[1]{\cleardoublepage\phantomsection\addcontentsline{toc}{chapter}{#1}
 \@mkboth{\MakeUppercase{#1}}{\MakeUppercase{#1}}}
@@ -20,10 +17,15 @@
 \newenvironment{mldecls}{\par\noindent\begingroup\def\isanewline{\\}\begin{tabular}{ll}}{\end{tabular}\medskip\endgroup}
 \newcommand{\indexml}[1]{\index{#1 (ML value)|bold}}
 
+%% Isar
+\newcommand{\isasymBBAR}{{\,\newdimen{\tmpheight}\settoheight\tmpheight{\isacharbar}\rule{1pt}{\tmpheight}\,}}
+
 %% math
+\newcommand{\isasymstrut}{\isamath{\mathstrut}}
+\newcommand{\isasymvartheta}{\isamath{\,\theta}}
 \newcommand{\isactrlvec}[1]{\emph{$\overline{#1}$}}
 \renewcommand{\isadigit}[1]{\isamath{#1}}
-
+\newcommand{\text}[1]{\mbox{#1}}
 
 %% global style options
 \pagestyle{headings}