summaryrefslogtreecommitdiff
path: root/macros/latex/required/psnfss/test2.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/required/psnfss/test2.tex
Initial commit
Diffstat (limited to 'macros/latex/required/psnfss/test2.tex')
-rw-r--r--macros/latex/required/psnfss/test2.tex39
1 files changed, 39 insertions, 0 deletions
diff --git a/macros/latex/required/psnfss/test2.tex b/macros/latex/required/psnfss/test2.tex
new file mode 100644
index 0000000000..94e1f7ad2a
--- /dev/null
+++ b/macros/latex/required/psnfss/test2.tex
@@ -0,0 +1,39 @@
+\documentclass[11pt]{article}
+
+\renewcommand{\rmdefault}{ppl}
+\renewcommand{\bfdefault}{b}
+\linespread{1.05}
+
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+
+\begin{document}
+\frenchspacing
+\title{PSNFSS:\\ Palatino, Bookman, \\ NewCenturySchoolbook, AvantGarde}
+\author{Sebastian Rahtz \and Walter Schmidt}
+\date{2003-09-30}
+\maketitle
+\def\Try#1#2{%
+{\fontfamily{#1}\selectfont
+This is typeset in #2 (#1):
+\begin{quote}
+\raggedright
+A regular f\'ee costs 123\,\texteuro.\\
+\textit{An italic f\'ee costs 123\,\texteuro.}\\
+\textsl{A slanted f\'ee costs 123\,\texteuro.}\\
+\textsc{A SmallCaps f\'ee.}\\
+{\bfseries A bold f\'ee costs 123\,\texteuro.\\
+ \textit{A bold italic f\'ee costs 123\,\texteuro.}\\
+ \textsl{A bold slanted f\'ee costs 123\,\texteuro.}\\
+ \textsc{A bold SmallCaps f\'ee.}\\
+}
+\end{quote}
+\par
+}}
+
+\Try{ppl}{Adobe Palatino}
+\Try{pbk}{Adobe Bookman}
+\Try{pnc}{Adobe NewCenturySchoolbook}
+\Try{pag}{Adobe AvantGarde}
+
+\end{document}