summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/makedtx/creatdtx.perl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/makedtx/creatdtx.perl')
-rw-r--r--Master/texmf-dist/doc/latex/makedtx/creatdtx.perl32
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/makedtx/creatdtx.perl b/Master/texmf-dist/doc/latex/makedtx/creatdtx.perl
new file mode 100644
index 00000000000..add32266da4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/makedtx/creatdtx.perl
@@ -0,0 +1,32 @@
+# creatdtx.perl LaTeX2HTML file corresponding to creatdtx.sty package
+# author : Nicola Talbot
+# date : 8th Feb 2005
+
+package main;
+
+print " [creatdtx v0.9b (N.L.C. Talbot)]";
+
+sub do_cmd_meta
+{
+ &do_cmd_emph(@_);
+}
+
+&ignore_commands( <<_IGNORED_CMDS_);
+ifmakedtx # {}
+StopEventually # {}
+OnlyDescription
+RecordChanges
+PrintChanges
+EnableCrossRefs
+CodelineIndex
+GetFileInfo # {}
+CheckSum # {}
+DescribeMacro # {}
+DescribeEnvironment # {}
+MakeShortVerb # {}
+DeleteShortVerb # {}
+DoNotIndex # {}
+changes # {} # {} # {}
+_IGNORED_CMDS_
+
+1;