%% %% Der LaTeX-Begleiter, zweite Auflage (September 2005) %% %% Beispiel 9-4-5 von Seite 595. %% %% 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{lb2baseexa} \pagestyle{empty} \setcounter{page}{6} \setlength\textwidth{221.4372pt} \typeout{Dieses Beispiel erfordert Zeichensätze, die auf der^^J% LB2-Demo-CD nicht verfügbar sind} \StartShownPreambleCommands % \renewcommand\rmdefault{cmr} \renewcommand\bfdefault{bx} \renewcommand\itdefault{it} \usepackage[LHE,T1]{fontenc} \usepackage[hebrew,english]{babel} \usepackage{hebfont} \newcommand\cs[1]{\texttt{\textbackslash#1}} \StopShownPreambleCommands \begin{document} \begin{center} \begin{tabular}{llll} \itshape Befehl & \itshape Entspricht der Deklaration & \itshape Fontfamilie & \itshape Beispiel \\[4pt] \cs{textjm} & \cs{rmfamily} & Jerusalem Font & \R{\textjm{\contentsname}} \\ \cs{textds} & \cs{bfseries} & Dead Sea Font & \R{\textds{\contentsname}} \\ \cs{textoj} & \cs{itshape} & Old Jaffa Font& \R{\textoj{\contentsname}}\\ \cs{textta} & \cs{sffamily} & Tel Aviv Font & \R{\textta{\contentsname}}\\ & \cs{ttfamily} & \\[2pt] \cs{textcrml} & \cs{fontfamily}\verb={crml}= & Carmel Fonts & \R{\textcrml{\contentsname}}\\[2pt] \cs{textfr} & \cs{fontfamily}\verb={fr}= & Frank Ruehl Fonts& \R{\textfr{\contentsname}}\\[2pt] \cs{textredis} & \cs{fontfamily}\verb={redis}= & Redis Fonts& \R{\textredis{\contentsname}}\\[2pt] \cs{textclas} & \cs{fontfamily}\verb={clas}= & Classic Fonts& \R{\textclas{\contentsname}}\\[2pt] \cs{textshold} & \cs{fontfamily}\verb={shold}= & Shalom Old Style Font& \R{\textshold{\contentsname}}\\ \cs{textshscr} & \cs{fontfamily}\verb={shscr}= & Shalom Script Font& \R{\textshscr{\contentsname}}\\ \cs{textshstk} & \cs{fontfamily}\verb={schstk}= & Shalom Stick Font& \R{\textshstk{\contentsname}}\\ \end{tabular} \end{center} \end{document}