summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/makedtx/creatdtx.perl
blob: add32266da44361afd066441daefd3762d197c6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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;