%% %% 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}