src/Tools/8bit/latex/isa2latex.sty
author wenzelm
Thu, 15 Feb 2001 17:18:54 +0100
changeset 11145 3e47692e3a3e
parent 4171 93448766eb5a
permissions -rw-r--r--
eliminate get_def;

\newcommand{\isastyle}{\tt}			% to set    isa font etc.
\newcommand{\isamodify}{\it}			% to modify isa font etc.
\newcommand{\isainline}[2][]{\isastyle{}#1{}#2}
						% wrapping text for INLINE mode
\newcommand{\isaescape}[1]{\mbox{#1}}		% wrapping text for ESC mode
\newcommand{\isabegin}[1]{\isastyle{}#1\begin{tabbing}	% begin of ISA mode
xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=
xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=
\kill}
\newcommand{\isaend}{\end{tabbing}}		% end of ISA mode

\chardef\tttilde=`\~     % A tilde for \tt font
\chardef\ttbackslash=`\\ % A backslash for \tt font
%WRONG for \it: \chardef\ttlbrace=`\{    % A left brace for \tt font
%WRONG for \it: \chardef\ttrbrace=`\}    % A right brace for \tt font