summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/iso10303/apsstempl.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:57:12 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:57:12 +0000
commit76f683b146315bf9236a0f9599561bd6d616555e (patch)
tree76f5fa5fe8d02f222b49f1d5b526f051a03b54c8 /Master/texmf-dist/tex/latex/iso10303/apsstempl.tex
parent235470c52ce4a3651b5be4bcffac6a600b0b7eab (diff)
iso10303
git-svn-id: svn://tug.org/texlive/trunk@999 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/iso10303/apsstempl.tex')
-rw-r--r--Master/texmf-dist/tex/latex/iso10303/apsstempl.tex68
1 files changed, 68 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/iso10303/apsstempl.tex b/Master/texmf-dist/tex/latex/iso10303/apsstempl.tex
new file mode 100644
index 00000000000..a51dab740bc
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/iso10303/apsstempl.tex
@@ -0,0 +1,68 @@
+%%
+%% This is file `apsstempl.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% stepe.dtx (with options: `apsstempl')
+%%
+%% This work has been partially funded by the US government
+%% and is not subject to copyright.
+%%
+%% This program is provided under the terms of the
+%% LaTeX Project Public License distributed from CTAN
+%% archives in directory macros/latex/base/lppl.txt.
+%%
+%% Author: Peter Wilson (CUA and NIST)
+%% now at: peter.r.wilson@boeing.com
+%%
+\ProvidesFile{apsstempl.tex}[2001/07/16 AP SUP/SUB templates boilerplate]
+\typeout{apsstempl.tex [2001/07/16 AP SUP/SUB templates boilerplate]}
+
+\sssclause{SUBTYPE}
+
+ The SUBTYPE mapping template specifies a reference to the mapping of
+a subtype of the current application object. Several such references may
+be included for one supertype application object.
+
+\begin{anote} This template definition only consists of a template signature,
+ there is no matching template body. The template is included to ease the
+ automatic processing of the mapping specification.
+\end{anote}
+
+\signature
+
+/SUBTYPE(application\_object)/
+
+\parameters
+
+application\_object: the application object that is a subtype of the current
+ supertype application object and that has the entire
+ or a part of the mapping specification of this
+ supertype.
+
+\sssclause{SUPERTYPE}
+
+ The SUPERTYPE mapping template specifies a reference to the mapping of
+a supertype of the current application object. Several such references may
+be included for the subtype application object.
+
+\begin{anote} This template only consists of a signature,
+ there is no matching body. The template is included to ease the
+ automatic processing of the mapping specification.
+\end{anote}
+
+\signature
+
+/SUPERTYPE(application\_object)/
+
+\parameters
+
+application\_object: the application object that is a supertype of the current
+ subtype application object and that has the entire
+ or a part of the mapping specification of this
+ subtype.
+
+\endinput
+%%
+%% End of file `apsstempl.tex'.