diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/math-e/08-02-2.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/math-e/08-02-2.ltx | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/math-e/08-02-2.ltx b/Master/texmf-dist/doc/latex/math-e/08-02-2.ltx new file mode 100644 index 00000000000..3d536be627d --- /dev/null +++ b/Master/texmf-dist/doc/latex/math-e/08-02-2.ltx @@ -0,0 +1,47 @@ +%% +%% An UIT Edition example +%% +%% Example 08-02-2 on page 156. +%% +%% Copyright (C) 2010 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{177.70511pt} +\AtBeginDocument{\setlength\parindent{0pt}} +\StartShownPreambleCommands +\usepackage{array,mathptmx} +\def\Text{123aicAIC\alpha\iota\gamma} +\StopShownPreambleCommands +\begin{document} +\begin{tabular}{@{}*{2}{>{\ttfamily\textbackslash}ll}@{}} +fam & \emph{example} & fam & \emph{example}\\\hline +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$ +\end{tabular} +\end{document} |