diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/tlc2/9-4-5.ltx')
-rw-r--r-- | Master/texmf-doc/doc/english/tlc2/9-4-5.ltx | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/tlc2/9-4-5.ltx b/Master/texmf-doc/doc/english/tlc2/9-4-5.ltx new file mode 100644 index 00000000000..c1e5c573d5e --- /dev/null +++ b/Master/texmf-doc/doc/english/tlc2/9-4-5.ltx @@ -0,0 +1,51 @@ +%% +%% The LaTeX Companion, 2ed (second printing August 2004) +%% +%% Example 9-4-5 on page 579. +%% +%% Copyright (C) 2004 Frank Mittelbach, Michel Goossens, +%% Johannes Braams, David Carlisle, and Chris Rowley +%% +%% 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{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{231.0pt} + + \typeout{This example requires fonts that are not available^^J% + on the TLC2 demo CD} +\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 Command & \itshape Corresponds to Declaration & \itshape Font + Family & \itshape Example \\[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} |