Skip to content
Snippets Groups Projects
Commit 1d9f9dae authored by Jan Wille's avatar Jan Wille
Browse files

remove catcode

parent c16d6321
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,6 @@ ...@@ -190,7 +190,6 @@
%% typesetting indexes upright or standart %% typesetting indexes upright or standart
\def\subinrm#1{\sb{\mathrm{#1}}} \def\subinrm#1{\sb{\mathrm{#1}}}
{\catcode`\_=13 \global\let_=\subinrm} {\catcode`\_=13 \global\let_=\subinrm}
\mathcode`_="8000
% the toggle for upright subscripts % the toggle for upright subscripts
\newcommand\upsubscripts{\catcode`\_=12 } \newcommand\upsubscripts{\catcode`\_=12 }
% the toggle for italic subscripts % the toggle for italic subscripts
......
...@@ -140,7 +140,6 @@ ...@@ -140,7 +140,6 @@
%% typesetting indexes upright or standart %% typesetting indexes upright or standart
\def\subinrm#1{\sb{\mathrm{#1}}} \def\subinrm#1{\sb{\mathrm{#1}}}
{\catcode`\_=13 \global\let_=\subinrm} {\catcode`\_=13 \global\let_=\subinrm}
\mathcode`_="8000
\newcommand\upsubscripts{\catcode`\_=12 } \newcommand\upsubscripts{\catcode`\_=12 }
\newcommand\normalsubscripts{\catcode`\_=8 } \newcommand\normalsubscripts{\catcode`\_=8 }
\upsubscripts \upsubscripts
...@@ -153,14 +152,22 @@ ...@@ -153,14 +152,22 @@
\ifx\@shorttitle\@empty\@title\else\@shorttitle\fi \ifx\@shorttitle\@empty\@title\else\@shorttitle\fi
}% }%
} }
{\parbox[b]{\sls@headwidth}{\LaTeXraggedleft\leftmark}} {
\parbox[b]{\sls@headwidth}{
\LaTeXraggedleft
\leftmark
}%
}
{ {
\parbox[b]{.45\sls@headwidth}{ \parbox[b]{.45\sls@headwidth}{
\LaTeXraggedright \LaTeXraggedright
\ifx\@shorttitle\@empty\@title\else\@shorttitle\fi \ifx\@shorttitle\@empty\@title\else\@shorttitle\fi
}% }%
\hfill \hfill
\parbox[b]{.45\sls@headwidth}{\LaTeXraggedleft\headmark}% \parbox[b]{.45\sls@headwidth}{
\LaTeXraggedleft
\headmark
}%
} }
(\textwidth,.1pt) (\textwidth,.1pt)
}{ }{
......
...@@ -140,7 +140,6 @@ ...@@ -140,7 +140,6 @@
%% typesetting indexes upright or standart %% typesetting indexes upright or standart
\def\subinrm#1{\sb{\mathrm{#1}}} \def\subinrm#1{\sb{\mathrm{#1}}}
{\catcode`\_=13 \global\let_=\subinrm} {\catcode`\_=13 \global\let_=\subinrm}
\mathcode`_="8000
\newcommand\upsubscripts{\catcode`\_=12 } \newcommand\upsubscripts{\catcode`\_=12 }
\newcommand\normalsubscripts{\catcode`\_=8 } \newcommand\normalsubscripts{\catcode`\_=8 }
\upsubscripts \upsubscripts
...@@ -153,14 +152,22 @@ ...@@ -153,14 +152,22 @@
\ifx\@shorttitle\@empty\@title\else\@shorttitle\fi \ifx\@shorttitle\@empty\@title\else\@shorttitle\fi
}% }%
} }
{\parbox[b]{\sls@headwidth}{\LaTeXraggedleft\leftmark}} {
\parbox[b]{\sls@headwidth}{
\LaTeXraggedleft
\leftmark
}%
}
{ {
\parbox[b]{.45\sls@headwidth}{ \parbox[b]{.45\sls@headwidth}{
\LaTeXraggedright \LaTeXraggedright
\ifx\@shorttitle\@empty\@title\else\@shorttitle\fi \ifx\@shorttitle\@empty\@title\else\@shorttitle\fi
}% }%
\hfill \hfill
\parbox[b]{.45\sls@headwidth}{\LaTeXraggedleft\headmark}% \parbox[b]{.45\sls@headwidth}{
\LaTeXraggedleft
\headmark
}%
} }
(\textwidth,.1pt) (\textwidth,.1pt)
}{ }{
......
...@@ -84,7 +84,6 @@ ...@@ -84,7 +84,6 @@
%% typesetting indexes upright or standart %% typesetting indexes upright or standart
\def\subinrm#1{\sb{\mathrm{#1}}} \def\subinrm#1{\sb{\mathrm{#1}}}
{\catcode`\_=13 \global\let_=\subinrm} {\catcode`\_=13 \global\let_=\subinrm}
\mathcode`_="8000
\newcommand\upsubscripts{\catcode`\_=12 } \newcommand\upsubscripts{\catcode`\_=12 }
\newcommand\normalsubscripts{\catcode`\_=8 } \newcommand\normalsubscripts{\catcode`\_=8 }
\upsubscripts \upsubscripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment