src/Tools/8bit/latex/isa2latex.sty
author wenzelm
Mon, 17 Jul 2000 21:44:39 +0200
changeset 9380 63cca60b2cce
parent 4171 93448766eb5a
permissions -rw-r--r--
consts: include *all* names;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4171
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
     1
\newcommand{\isastyle}{\tt}			% to set    isa font etc.
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
     2
\newcommand{\isamodify}{\it}			% to modify isa font etc.
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
     3
\newcommand{\isainline}[2][]{\isastyle{}#1{}#2}
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
     4
						% wrapping text for INLINE mode
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
     5
\newcommand{\isaescape}[1]{\mbox{#1}}		% wrapping text for ESC mode
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
     6
\newcommand{\isabegin}[1]{\isastyle{}#1\begin{tabbing}	% begin of ISA mode
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
     7
xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
     8
xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=xxxxxxxx\=
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
     9
\kill}
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
    10
\newcommand{\isaend}{\end{tabbing}}		% end of ISA mode
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
    11
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
    12
\chardef\tttilde=`\~     % A tilde for \tt font
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
    13
\chardef\ttbackslash=`\\ % A backslash for \tt font
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
    14
%WRONG for \it: \chardef\ttlbrace=`\{    % A left brace for \tt font
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
    15
%WRONG for \it: \chardef\ttrbrace=`\}    % A right brace for \tt font
93448766eb5a reflecting changes of isa2latex
oheimb
parents: 1826
diff changeset
    16