summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/apl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:51:30 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:51:30 +0000
commitc5653341831f1b5370ffea638f3f083599cf56ba (patch)
tree10156f3cf2f818da27cd2c4346c2a225042f7fa4 /Master/texmf-dist/tex/latex/apl
parent78546333437a75b954a04bf1b5fa6cc0d0e141ed (diff)
apl
git-svn-id: svn://tug.org/texlive/trunk@670 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apl')
-rw-r--r--Master/texmf-dist/tex/latex/apl/apl.sty37
-rw-r--r--Master/texmf-dist/tex/latex/apl/aplstyle.sty35
2 files changed, 72 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/apl/apl.sty b/Master/texmf-dist/tex/latex/apl/apl.sty
new file mode 100644
index 00000000000..f676e6e541f
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/apl/apl.sty
@@ -0,0 +1,37 @@
+
+
+
+%==================================================================
+% A P L S T Y L E
+%==================================================================
+% A.Hohti/O.Kanerva University of Helsinki April 6 1987
+% revised August 19 1987
+%
+% APL symbols are represented by the Digital (VAX) APL
+% replacement symbols. The standard escape character 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 \choosett switches the typewriter-like
+% font used within verbatim:
+%
+\def\ifundefined#1{\expandafter\ifx\csname#1\endcsname\relax}
+\newif\ifapl \def\aplname{apl}
+\outer\def\choosett#1{\ifundefined{#1}%
+ \message{Undefined font(?), replaced with cmtt10}%
+ \let\tt=\tentt
+ \else
+ \def\tt{\expandafter\csname#1\endcsname}%
+ \def\ttname{#1}%
+ \ifx\ttname\aplname\apltrue\else\aplfalse\fi\fi}
+%
+\choosett{tentt} % default value
+%
+\input versatim % a slightly modified version of verbatim
+\input apldef % control sequences for APL symbols
+
+
+
diff --git a/Master/texmf-dist/tex/latex/apl/aplstyle.sty b/Master/texmf-dist/tex/latex/apl/aplstyle.sty
new file mode 100644
index 00000000000..1a744df2189
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/apl/aplstyle.sty
@@ -0,0 +1,35 @@
+
+%==================================================================
+% A P L S T Y L E
+%==================================================================
+% A.Hohti/O.Kanerva University of Helsinki April 6 1987
+% revised August 19 1987
+%
+% APL symbols are represented by the Digital (VAX) APL
+% replacement symbols. The standard escape character 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 \choosett switches the typewriter-like
+% font used within verbatim:
+%
+\def\ifundefined#1{\expandafter\ifx\csname#1\endcsname\relax}
+\newif\ifapl \def\aplname{apl}
+\outer\def\choosett#1{\ifundefined{#1}%
+ \message{Undefined font(?), replaced with cmtt10}%
+ \let\tt=\tentt
+ \else
+ \def\tt{\expandafter\csname#1\endcsname}%
+ \def\ttname{#1}%
+ \ifx\ttname\aplname\apltrue\else\aplfalse\fi\fi}
+%
+\choosett{tentt} % default value
+%
+\input versatim % a slightly modified version of verbatim
+\input apldef % control sequences for APL symbols
+
+
+