%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.
%Commented-out the original versions to see what the index looks like without them. % In any event, they need to use \isa or \protect\isa rather than \texttt. %%\newcommand{\indexboldpos}[2]{#1\index{#2@#1|bold}\@} %%\newcommand{\ttindexboldpos}[2]{\texttt{#1}\index{#2@\texttt{#1}|bold}\@} \newcommand{\indexboldpos}[2]{#1\@} \newcommand{\ttindexboldpos}[2]{\isa{#1}\@}
%%% 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}
%%%% ``WARNING'' environment: 2 ! characters separated by negative thin space \def\warnbang{\vtop to 0pt{\vss\hbox{\Huge\bf!\!!}\vss}} \newenvironment{warn}{\medskip\medbreak\begingroup\clubpenalty=10000 \small%%WAS\baselineskip=0.9\baselineskip \noindent\hangindent\parindent\hangafter=-2 \hbox to0pt{\hskip-\hangindent\warnbang\hfill}\ignorespaces}%
{\par\endgroup\medbreak}
%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}
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
¤
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 ist noch experimentell.