%index, putting page numbers of definitions in boldface \def\bold#1{\textbf{#1}} \newcommand\fnote[1]{#1n} \newcommand\indexbold[1]{\index{#1|bold}}
% The alternative to \protect\isa in the indexing macros is % \noexpand\noexpand \noexpand\isa % need TWO levels of \noexpand to delay the expansion of \isa: % the \noexpand\noexpand will leave one \noexpand, to be given to the % (still unexpanded) \isa token. See TeX by Topic, page 122.
%%% underscores as ordinary characters, not for subscripting %% use @ or \sb for subscripting; use \at for @ %% only works in \tt font %% must not make _ an active char; would make \ttindex fail! \gdef\underscoreoff{\catcode`\@=8\catcode`\_=\other} \gdef\underscoreon{\catcode`\_=8\makeatother} \chardef\other=12 \chardef\at=`\@
% alternative underscore \def\_{\leavevmode\kern.06em\vbox{\hrule height.2ex width.3em}\hskip0.1em}
%macros to change the treatment of symbols \def\relsemicolon{\mathcode`\;="303B} %treat ; like a relation \def\binperiod{\mathcode`\.="213A} %treat . like a binary operator \def\binvert{\mathcode`\|="226A} %treat | like a binary operator
%redefinition of \sloppy and \fussy to use \emergencystretch \def\sloppy{\tolerance2000\hfuzz.5pt \vfuzz.5pt \emergencystretch=15pt} \def\fussy{\tolerance200\hfuzz.1pt \vfuzz.1pt \emergencystretch=0pt}
%non-bf version of description \def\descrlabel#1{\hspace\labelsep #1} \def\descr{\list{}{\labelwidth\z@ \itemindent-\leftmargin\let\makelabel\descrlabel}} \let\enddescr\endlist
% The mathcodes for the letters A, ..., Z, a, ..., z are changed to % generate text italic rather than math italic by default. This makes % multi-letter identifiers look better. The mathcode for character c % is set to |"7000| (variable family) + |"400| (text italic) + |c|. % \DeclareSymbolFont{italics}{\encodingdefault}{\rmdefault}{m}{it}% \def\@setmcodes#1#2#3{{\count0=#1 \count1=#3 \loop\global\mathcode\count0=\count1\ifnum\count0<#2 \advance\count0 by1 \advance\count1 by1 \repeat}} \@setmcodes{`A}{`Z}{"7\hexnumber@\symitalics41} \@setmcodes{`a}{`z}{"7\hexnumber@\symitalics61}
%%% \dquotes permits usage of "..." for \hbox{...} %%% also taken from under.sty
{\catcode`\"=\active \gdef\dquotes{\catcode`\"=\active\let"=\@mathText}% \gdef\@mathText#1"{\hbox{\mathTextFont #1\/}}} \def\mathTextFont{\frenchspacing\tt} \def\dquotesoff{\catcode`\"=\other}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.