Skip to content
Snippets Groups Projects
Commit 32f9c798 authored by mirabilos's avatar mirabilos
Browse files

[verein.git] fix the 0 for account cards, so far

parent 5748e87e
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
% Niklas Bildhauer <niklas.bildhauer@teckids.org>
% with contributions by (among others)
% Steven B. Segletes <http://tex.stackexchange.com/users/25858>
% Enrico Gregorio <http://tex.stackexchange.com/users/4427>
%
% Provided that these terms and disclaimer and all copyright notices
% are retained or reproduced in an accompanying document, permission
......@@ -49,16 +50,19 @@
\RequirePackage{pxfonts}
\renewcommand{\familydefault}{\sfdefault}
\RequirePackage{hyphenat}
\RequirePackage{letltxmacro}
\newcommand\0{\scalebox{-1}[1]{0}}
\let\svttfamily\ttfamily
\let\svtexttt\texttt
\LetLtxMacro\svttfamily\ttfamily
\begingroup\ttfamily\endgroup
\DeclareRobustCommand\ttfamily{%
\catcode`0=\active
\def0{\0}
\renewcommand\ttfamily{\svttfamily\catcode`0=\active }
\renewcommand\texttt{\bgroup\ttfamily\texttthelp}
\def\texttthelp#1{#1\egroup}
\catcode`0=12
\svttfamily
}
\LetLtxMacro{\svtexttt}{\texttt}
\DeclareRobustCommand{\texttt}{\begingroup\catcode`0=\active\dotexttt}
\newcommand\dotexttt[1]{\svtexttt{#1}\endgroup}
\begingroup\lccode`~=`0 \lowercase{\endgroup\def~}{\0}
\DeclareGraphicsExtensions{.pdf,.eps,.png,.jpg}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment