summaryrefslogtreecommitdiff
path: root/info/examples/Math/06-17-2.ltx
blob: 38f33fee49f919ae113d263bed9751dab41afac8 (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
52
53
54
55
56
57
58
59
60
61
%% 
%%  Ein Beispiel der DANTE-Edition
%%  Mathematiksatz mit LaTeX
%%  2. Auflage
%% 
%%  Beispiel 06-17-2 auf Seite 130.
%% 
%%  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[]{exaarticle2}
\pagestyle{empty}
\setlength\textwidth{190.324pt}
\StartShownPreambleCommands
\usepackage[T1]{fontenc}
\usepackage[de,expert,uprightgreek,OT1]{lucbmath}% für mathe
\usepackage{libertine}
\usepackage[scaled=0.82]{beramono}
\usepackage{amsmath}
\usepackage{booktabs}\tabcolsep=2pt
\newcommand\Lcs[2][]{\texttt{\textbackslash#2}}
\StopShownPreambleCommands
\begin{document}
\def\mathsymbol#1{\Lcs{#1} & $ \csname#1i\endcsname $ & $ \boldsymbol{\csname#1i\endcsname} $ & $ \pmb{\csname#1i\endcsname} $ }
\renewcommand\arraystretch{1.15}
\begin{tabular}{@{}lccc|@{\kern5pt}lccc@{}}\toprule
\emph{Name} &  & \Lcs[amsmath]{boldsymbol} & \Lcs[amsmath]{pmb} & \emph{Name} & & \Lcs[amsmath]{boldsymbol} & \Lcs[amsmath]{pmb}\\\midrule
\mathsymbol{alpha}   & \mathsymbol{beta}\\
\mathsymbol{chi}     & \mathsymbol{delta}\\
%
\mathsymbol{epsilon} & \mathsymbol{eta} \\
\mathsymbol{gamma}   & \mathsymbol{iota}\\
%
\mathsymbol{kappa}   & \mathsymbol{lambda}\\
\mathsymbol{mu}      & \mathsymbol{nu} \\
%
\mathsymbol{omega}   & \mathsymbol{phi}\\
\mathsymbol{pi}      & \mathsymbol{psi}\\
%
\mathsymbol{rho}     & \mathsymbol{sigma}\\
\mathsymbol{tau}     & \mathsymbol{theta}\\
%
\mathsymbol{upsilon} & \mathsymbol{varepsilon}\\
\mathsymbol{varphi}  & \mathsymbol{varpi} \\
%
\mathsymbol{varrho}  & \mathsymbol{varsigma}\\
\mathsymbol{vartheta}& \mathsymbol{xi}\\
%
\mathsymbol{zeta} & \\\bottomrule
\end{tabular}
\end{document}