summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/apl/aplstyle.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/apl/aplstyle.tex
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/apl/aplstyle.tex')
-rw-r--r--Master/texmf-dist/doc/latex/apl/aplstyle.tex29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/apl/aplstyle.tex b/Master/texmf-dist/doc/latex/apl/aplstyle.tex
new file mode 100644
index 00000000000..b732bded0c4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/apl/aplstyle.tex
@@ -0,0 +1,29 @@
+% aplstyle.tex
+%
+%===============================================================
+% A P L S T Y L E
+%===============================================================
+% A.Hohti/O.Kanerva University of Helsinki April 6 1987
+%
+% APL symbols are represented by the Digital (VAX) APL replacement
+% symbols. The standard escape sequence is changed to "@" (at sign)
+% in accordance with the usage in Digital APL.
+%
+\font\apl=cmapl10 % The APL font of typewriter type
+%
+%
+% The following macro switches the typewriter-like font
+% used within verbatim
+\def\ifundefined#1{\expandafter\ifx\csname#1\endcsname\relax}
+\outer\def\choosett#1{\ifundefined{#1}
+ \message{Undefined font(?), replaced with cmtt10}
+ \let\tt=\tentt
+ \else
+ \def\tt{\expandafter\csname#1\endcsname}\fi}
+%
+\choosett{tentt} % default value
+%
+\input aplverb % definitions for verbatim
+\input apldef % control sequences for the APL symbols
+
+\endinput