summaryrefslogtreecommitdiff
path: root/info/examples/Math/08-02-2.ltx
blob: 719593c4663fde9fcc1a3fbddd96b0a12819ee3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
%% 
%%  Ein Beispiel der DANTE-Edition
%%  Mathematiksatz mit LaTeX
%%  2. Auflage
%% 
%%  Beispiel 08-02-2 auf Seite 165.
%% 
%%  Copyright (C) 2012 Herbert Voss
%% 
%%  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.
%% 
%% 
%% ==== 
% Show page(s) 1
%% 
%% 
\documentclass[]{exaarticle}
\pagestyle{empty}
\setlength\textwidth{166.324pt}
\AtBeginDocument{\setlength\parindent{0pt}}
\StartShownPreambleCommands
\usepackage{array,mathptmx,booktabs}
\def\Text{123aicAIC\alpha\iota\gamma}
\StopShownPreambleCommands
\begin{document}
\begin{tabular}{@{}*{2}{>{\ttfamily\textbackslash}ll}@{}}\toprule
fam & \emph{Beispiel} & fam & \emph{Beispiel}\\\midrule
fam=-1 & $\fam=-1 \Text$ &
fam=0  & $\fam=0  \Text$\\
fam=1  & $\fam=1  \Text$ &
fam=2  & $\fam=2  \Text$\\
fam=3  & $\fam=3  \Text$ &
fam=4  & $\fam=4  \Text$\\
fam=5  & $\fam=5  \Text$ &
fam=6  & $\fam=0  \Text$\\
%fam=7  & $\fam=1  \Text$ &
%fam=8  & $\fam=2  \Text$\\
%fam=9  & $\fam=3  \Text$ &
%fam=10  & $\fam=4 \Text$\\
%fam=11  & $\fam=5 \Text$ &
%fam=12  & $\fam=4 \Text$\\
%fam=13  & $\fam=5 \Text$ &
%fam=14  & $\fam=4 \Text$\\
%fam=15  & $\fam=5 \Text$
\bottomrule
\end{tabular}
\end{document}