1LATEXMLFIND(1)        User Contributed Perl Documentation       LATEXMLFIND(1)
2
3
4

NAME

6       "latexmlfind" - finds interesting things in LaTeXML generated XML.
7

SYNOPSIS

9       latexmlfind [options] xmlfile
10
11         Options:
12          --symbol=symbol            finds equations where the symbol appears.
13          --unknown=symbol           finds equations where the unknown symbol appears (ie role=UNKNOWN).
14          --possiblefunction=symbol  finds equations where symbol is possibly used as a function.
15          --label=symbol             finds objects with the given label.
16          --refnum=symbol            finds objects with the given refnum (reference number).
17          --quiet                    suppress messages (can repeat)
18          --verbose                  more informative output (can repeat)
19          --VERSION                  show version number.
20          --help                     shows help message.
21

OPTIONS AND ARGUMENTS

23       latexmlfind is useful for finding objects within an XML file generated
24       by LaTeXML.
25
26       --output=outputfile
27           Specifies the output file; by default the XML is written to stdout.
28
29       --unknown=symbol
30           Finds equations where the unknown symbol appears.
31
32       --possiblefunction=symbol
33           Finds equations where symbol is possibly used as a function.
34
35       --label=label
36           Finds objects (sections, equations, whatever) labeled by the given
37           label.
38
39       --refnum=refnum
40           Finds objects (sections, equations, whatever) with the given
41           reference number.
42
43       --quiet
44           Reduces the verbosity of output during processing, used twice is
45           pretty silent.
46
47       --verbose
48           Increases the verbosity of output during processing, used twice is
49           pretty chatty.  Can be useful for getting more details when errors
50           occur.
51
52       --VERSION
53           Shows the version number of latexmlfind..
54
55       --help
56           Shows this help message.
57

SEE ALSO

59       latexml, LaTeXML
60
61
62
63perl v5.30.0                      2019-10-13                    LATEXMLFIND(1)
Impressum