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