summaryrefslogtreecommitdiff
path: root/info/examples/lb2/7-10-1.ltx
blob: f8b7bb66c6c9b5430f0f85f3b5a8bb97033bd6a2 (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
%%
%% Der LaTeX-Begleiter, zweite Auflage (September 2005)
%%
%% Beispiel 7-10-1 von Seite 451.
%%
%% 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{lb2exa}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{192.63727pt}

\typeout{Dieses Beispiel erfordert kommerzielle Fonts, die nicht zu der^^J%
         kostenlosen LaTeX-Installation gehören, sondern zu kaufen sind.}
\begin{filecontents}{t1zasj.fd}
\ProvidesFile{t1zasj.fd}
   [2003/10/12 font definitions for T1 Aldus/Palatino mix.]
\DeclareFontFamily{T1}{zasj}{}
\DeclareFontShape{T1}{zasj}{m}{n} {<->pasr9d}{}
\DeclareFontShape{T1}{zasj}{m}{sc}{<->pasrc9d}{}
\DeclareFontShape{T1}{zasj}{m}{it}{<->pasri9d}{}
\DeclareFontShape{T1}{zasj}{m}{sl}{<->ssub * pasx/m/it}{}
\DeclareFontShape{T1}{zasj}{b}{n}{<-> pplb8t}{}
\DeclareFontShape{T1}{zasj}{b}{sc}{<->pplbc8t}{}
\DeclareFontShape{T1}{zasj}{b}{sl}{<->pplbo8t}{}
\DeclareFontShape{T1}{zasj}{b}{it}{<->pplbi8t}{}
\end{filecontents}
\begin{filecontents}{fontmix.sty}
\ProvidesPackage{fontmix}[2003/10/12 T1 Aldus/Palatino mix.]
\RequirePackage[T1]{fontenc}
\renewcommand\rmdefault{zasj} \renewcommand\bfdefault{b}
\end{filecontents}

\StartShownPreambleCommands
\usepackage{fontmix}
% t1zasj.fd und fontmix.sty wie definiert
\StopShownPreambleCommands
\begin{document}
\section*{Palatino und Aldus von Zapf}
Dieser Text ist in der Schrift Aldus mit
passenden \emph{Mediävalziffern} gesetzt
"`1234567890"'.

Als begleitende \textbf{fette Schrift}
wurde die Palatino von Zapf gewählt.
\end{document}