summaryrefslogtreecommitdiff
path: root/support/lametex/doc/example5.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 /support/lametex/doc/example5.tex
Initial commit
Diffstat (limited to 'support/lametex/doc/example5.tex')
-rw-r--r--support/lametex/doc/example5.tex62
1 files changed, 62 insertions, 0 deletions
diff --git a/support/lametex/doc/example5.tex b/support/lametex/doc/example5.tex
new file mode 100644
index 0000000000..01fb7da535
--- /dev/null
+++ b/support/lametex/doc/example5.tex
@@ -0,0 +1,62 @@
+% example5.tex
+%
+% This is a LameTeX document. You may use the LameTeX text formatter
+% to do fancy graphic formatting from this file into PostScript.
+%
+% Alternatively, this file may be formatted with normal LaTeX.
+%
+% Copyright 1992 Jonathan Monsarrat. Permission given to freely distribute,
+% edit and use as long as this copyright statement remains intact.
+%
+
+\documentstyle[10pt]{report}
+
+\begin{document}
+% \begin{stealth} \begin{postscript}
+% % boolean grayscale Smiley - Draws a Smiley Face
+% /Smiley
+% {
+% exch
+% { % if drawing, do the image!
+% gsave
+% setgray currentpoint translate newpath
+% .2 in .2 in .2 in 0 360 arc stroke
+% .2 in .2 in .15 in 330 210 arcn stroke
+% .15 in .27 in .04 in 0 360 arc stroke
+% .25 in .27 in .04 in 0 360 arc stroke
+% grestore
+% }
+% {
+% % if making the word list, add horizontal and vertical space
+% pop .5 in .5 in READJUST
+% } ifelse
+%
+% } def
+%
+% \end{postscript} \end{stealth}
+
+The Tardis lurched, and all at once the Doctor and the crew were thrown to
+the floor. The asteroid flew passed on the viewscreen, and into the view came
+a smaller one, which two loomed up filling the entire screen, but this time it
+only meant they were about to land. There was a discernable jolt as the Tardis
+touched ground and the Time Rotor stopped moving,
+% \STEALTH {\pscmd{0 Smiley}}
+signifying the Tardis had materialized.
+
+The Doctor stood up slowly and looked at the environmental data. They had
+landed in the asteroid belt of the system Sol, which meant they were near
+Earth! But the Doctor's heart fell again when he read the time indicator. It
+was the summer of 1986. He would get no help from Earth. The instruments
+seemed to indicate high technology on the asteroid. But it also registered a
+non-hostile
+envir%\STEALTH{\pscmd{0.6 Smiley}}
+onment with a proper temperature and atmosphere. Clearly
+the Tardis was wrong. It's last attempt to save itself was a useless grasp
+at a barren asteroid when only a hop away would have been Earth, and at least
+something could have been done to at least save their lives.
+
+Still, it never hurts to check, and stranger things have happened, the
+Doctor said to himself, trying to cheer himself up.
+% \STEALTH{\pscmd{0 Smiley}}
+
+\end{document}