summaryrefslogtreecommitdiff
path: root/info/examples/Einfuehrung2/12-03-1.ltx
blob: f9b801d781dc80d64973fe20feed7d19963374ae (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
%% 
%%  Ein Beispiel der DANTE-Edition
%%  
%%  2. Auflage
%% 
%%  Beispiel 12-03-1 auf Seite 600.
%% 
%%  Copyright (C) 2016 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[ngerman]{exaarticle}
\pagestyle{empty}
\setlength\textwidth{169.16928pt}
\usepackage{babel}
\usepackage[textwidth=12cm,textheight=15cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\setlength{\parindent}{0em}
%StartShownPreambleCommands
\newcommand\setfont[3][T1]{{\fontencoding{#1}%
 \fontfamily{#2}\selectfont #3\par}}
%StopShownPreambleCommands
\begin{document}
Dies ist Computer Modern.\par
\setfont{antt}{Dies ist Antikwa Torunska.}
\setfont{bch}{Dies ist Charter.}
\setfont{ccr}{Dies ist Computer Concrete.}
\setfont{DejaVuSerif-TLF}{Dies ist DejaVu.}
\setfont{fav}{Dies ist Arev.}
\setfont{zi4}{Dies ist Inconsolata.}
\setfont{LinuxBiolinumT-LF}{Dies ist Linux Biolinum.}
\setfont{LinuxLibertineT-LF}{Dies ist Linux Libertine.}
\setfont{fvs}{Dies ist Bitstream Vera Sans.}
\setfont{jkp}{Dies ist Johann Kepler.}
%\setfont{zgmx}{Dies ist Garamond.}
\setfont{pag}{Dies ist Avant Garde.}
\setfont{pbk}{Dies ist Bookman.}
\setfont{pcr}{Dies ist Courier.}
\setfont{phv}{Dies ist Helvetica.}
\setfont{pnc}{Dies ist New Century Schoolbook.}
\setfont{ppl}{Dies ist Palatino.}
\setfont{ptm}{Dies ist Times.}
\setfont{put}{Dies ist Utopia.}
\setfont{pzc}{Dies ist Zapf Chancery.}
\setfont{qzc}{Dies ist \TeX-Gyre Chorus.}
\setfont{uncl}{Dies ist Uncial.}
\setfont{yes}{Dies ist Electrum.}
\setfont{yly}{Dies ist Libris.}
\setfont{yvt}{Dies ist Venturis.}
\end{document}