summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex3/xinitials/xinitials.sig
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex3/xinitials/xinitials.sig')
-rw-r--r--Master/texmf-dist/source/latex3/xinitials/xinitials.sig43
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex3/xinitials/xinitials.sig b/Master/texmf-dist/source/latex3/xinitials/xinitials.sig
new file mode 100644
index 00000000000..4962f090cb6
--- /dev/null
+++ b/Master/texmf-dist/source/latex3/xinitials/xinitials.sig
@@ -0,0 +1,43 @@
+%%
+%% This is file `xinitials.sig',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% xinitials.dtx (with options: `signature')
+%%
+%%
+%% $Header: /usr3/users/latex3/design/consolidation/CURRENT/RCS/xinitials.dtx,v 1.7 2000/01/28 13:39:56 latex3 Exp $
+%%
+%% (C) Copyright 1999-2000 Frank Mittelbach
+%% All rights reserved.
+%%
+%% Not for general distribution. In its present form it is not allowed
+%% to put this package onto CD or an archive without consulting the
+%% the authors.
+%%
+\ProvidesFile{xinitials.sig}
+ [2000/01/28 v0.1h templates for initials]
+\RequirePackage{xinitials}
+\RequirePackage{xparse}
+\IgnoreWhiteSpace
+\DeclareDocumentCommand \Initial {omo}
+ {
+ \IfExistsInstanceTF{initial}{#2}
+ {\UseInstance{initial}{#2}}
+ {\UseInstance{initial}{default}}
+ {#1}{#2}{#3}
+ }
+\DeclareDocumentCommand \ExtendedInitial {so omo}
+ {
+ \IfBooleanTF{#1}
+ {\UseTemplate{initial}{std}{#2}{#3}{#4}{#5}}
+ {\IfExistsInstanceTF{initial}{#2}
+ {\UseInstance{initial}{#2}}
+ {\UseInstance{initial}{default}}
+ {#3}{#4}{#5}
+ }
+ }
+\endinput
+%%
+%% End of file `xinitials.sig'.