GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LATEXMLFIND(1) User Contributed Perl Documentation LATEXMLFIND(1)

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

latexmlfind [options] xmlfile

  Options:
   --symbol=symbol            finds equations where the symbol appears.
   --unknown=symbol           finds equations where the unknown symbol appears (ie role=UNKNOWN).
   --possiblefunction=symbol  finds equations where symbol is possibly used as a function.
   --label=symbol             finds objects with the given label.
   --refnum=symbol            finds objects with the given refnum (reference number).
   --quiet                    suppress messages (can repeat)
   --verbose                  more informative output (can repeat)
   --VERSION                  show version number.
   --help                     shows help message.

latexmlfind is useful for finding objects within an XML file generated by LaTeXML.
--output=outputfile
Specifies the output file; by default the XML is written to stdout.
--unknown=symbol
Finds equations where the unknown symbol appears.
--possiblefunction=symbol
Finds equations where symbol is possibly used as a function.
--label=label
Finds objects (sections, equations, whatever) labeled by the given label.
--refnum=refnum
Finds objects (sections, equations, whatever) with the given reference number.
--quiet
Reduces the verbosity of output during processing, used twice is pretty silent.
--verbose
Increases the verbosity of output during processing, used twice is pretty chatty. Can be useful for getting more details when errors occur.
--VERSION
Shows the version number of latexmlfind..
--help
Shows this help message.

latexml, LaTeXML
2020-05-05 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.