summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/pcarl/pcarlsample.tex
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/latex/pcarl/pcarlsample.tex')
-rw-r--r--texmf-dist/doc/latex/pcarl/pcarlsample.tex31
1 files changed, 31 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/pcarl/pcarlsample.tex b/texmf-dist/doc/latex/pcarl/pcarlsample.tex
new file mode 100644
index 00000000..dde9661f
--- /dev/null
+++ b/texmf-dist/doc/latex/pcarl/pcarlsample.tex
@@ -0,0 +1,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}