summaryrefslogtreecommitdiff
path: root/dviware/dvi2pcl/sample.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 /dviware/dvi2pcl/sample.tex
Initial commit
Diffstat (limited to 'dviware/dvi2pcl/sample.tex')
-rw-r--r--dviware/dvi2pcl/sample.tex33
1 files changed, 33 insertions, 0 deletions
diff --git a/dviware/dvi2pcl/sample.tex b/dviware/dvi2pcl/sample.tex
new file mode 100644
index 0000000000..82f1d89150
--- /dev/null
+++ b/dviware/dvi2pcl/sample.tex
@@ -0,0 +1,33 @@
+\documentstyle[pjxl,hiscatrep]{report}
+
+\pagestyle{empty}
+
+\topmargin-8mm
+\oddsidemargin-9mm
+\textwidth95mm
+\textheight130mm
+\begin{document}
+
+{\bf Hello World!}
+
+\medskip
+{\small\sf This is \TeX\ printout on the HP PaintJet XL.}
+
+{\small\em Graphics can be included \dots}
+
+\special{move(h-42mm v6mm r)}
+\special{include(hiscatlogo.pcl)}
+\vspace{32mm}
+%{\GAro \hiscat{}}
+{\em \dots and color text too!}
+
+\small\red{}Now \green colors \yellow can \blue be \magenta changed \cyan
+at \black any \red time\black!
+
+\cyan\small Here's math:\normalsize
+$$
+\vec A\approx\mu_0\int\!d^3x'\,
+\vec {\red{}J^{\rm NL}}(\vec x')\cyan{}e^{-ik\vec n\cdot\vec x'}
+$$
+\black\tiny The driver used is the 'dvi2pcl' dvi-to-pcl translator.
+\end{document}