blob: dde9661fd26a8f4c71bf0d6215dd3cc851ae0098 (
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
|
%
% Sample file for pcarl
%
\documentclass{minimal}
\usepackage{lipsum,textcomp}
\usepackage[scaled=1.1]{pcarl}
\usepackage{ifpdf}
\ifpdf
\pdfmapfile{pcarl.map}
\usepackage{microtype}\fi
\begin{document}
{\fontfamily{pcarl}\fontencoding{OT1}\selectfont
0123456789, \$20, \texteuro30, \pounds60. Na\"ive
\AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[1]}
{\fontfamily{pcarl}\fontencoding{T1}\selectfont
0123456789, \$20, \texteuro30, \pounds60. Na\"ive
\AE sop's \OE uvres in fran\c cais were my first reading.
\lipsum[2]}
\emph{This demonstrates the use of the {\offamily declaration}}
\verb|\offamily|
\textbf{and the \textof{command}} \verb|\textof|.
\end{document}
|