%% %% Der LaTeX-Begleiter, zweite Auflage (September 2005) %% %% Beispiel 9-3-28 von Seite 577. %% %% Copyright (C) 2005 Frank Mittelbach, Michel Goossens, %% Johannes Braams, David Carlisle, and Chris Rowley %% %% Uebersetzung: Copyright (C) 2005 Claudia Krysztofiak, %% Rebecca Stiels und Frank Mittelbach %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3 %% of this license or (at your option) any later version. %% %% See http://www.latex-project.org/lppl.txt for details. %% \documentclass{lb2baseexa} \pagestyle{empty} \setcounter{page}{6} \setlength\textwidth{341.4372pt} \typeout{Dieses Beispiel erfordert Zeichensätze, die auf der^^J% LB2-Demo-CD nicht verfügbar sind} \StartShownPreambleCommands \usepackage[esperanto,greek,hebrew,bulgarian,russian,english]{babel} \usepackage{ifthen} \renewcommand\rmdefault{cmr} % für Esperanto erforderlich (j ohne Punkt) \setlength\parindent{0pt} \setlength{\tabcolsep}{3pt} \newcommand\GR[1]{{\extrasgreek#1}} \newcommand\BU[1]{{\extrasbulgarian#1}} \newcommand\HEB[1]{{\extrashebrew#1}} \newcommand\RU[1]{{\extrasrussian#1}} \newcommand\smskip{\hskip.5pt} \makeatletter \gdef\@ctrerr{-} % erzeugt keine Zählerfehler sondern einen Bindestrich \makeatother \newcommand\row{\thecount & % \alph{count} & \Alph{count} & % \esper{count} & \Esper{count} & % \GR{\alph{count}} & \GR{\Alph{count}} & % \RU{\asbuk{count}} & \RU{\Asbuk{count}} & % \BU{\alph{count}} & \BU{\Alph{count}} & \HEB{\alph{count}} & \HEB{\Alph{count}} & \HEB{\Alphfinal{count}}\\} % \newcounter{count} \setcounter{count}{1} \StopShownPreambleCommands \begin{document} \centering \small \begin{tabular}{@{}cc@{\smskip}cc@{\smskip}cc@{\smskip}cc@{\smskip}cc@{\smskip}cc@{\smskip}c@{\smskip}c@{}} % & \multicolumn{2}{c}{\makebox[0pt]{\textit{Voreinstellung}}} & % \multicolumn{2}{c}{\textsf{Esperanto}} & % \multicolumn{2}{c}{\textsf{Griechisch}} & % \multicolumn{2}{c}{\textsf{Russisch}} & % \multicolumn{2}{c}{\textsf{Bulgarisch}} & % \multicolumn{3}{c}{\textsf{Hebr\"aisch}} \\[1pt] % Wert & % \verb|\alph| & \verb|\Alph| & % \verb|\esper| & \verb|\Esper| & % \verb|\alph| & \verb|\Alph| & % \verb|\asbuk| & \verb|\Asbuk| & % \verb|\alph| & \verb|\Alph| & % \verb|\alph| & % \verb|\Alph| & % \verb|\Alphfinal| \\[4pt] % \whiledo{\value{count}<31}{\row\stepcounter{count}}% \setcounter{count}{40}\row \setcounter{count}{50}\row \setcounter{count}{100}\row \setcounter{count}{250}\row \setcounter{count}{500}\row \end{tabular} \end{document}