Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

latexmlfind(1p) [debian man page]

LATEXMLFIND(1p) 					User Contributed Perl Documentation					   LATEXMLFIND(1p)

NAME
"latexmlfind" finds interesting things in LaTeXML generated XML. SYNOPSIS
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. OPTIONS AND ARGUMENTS
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. SEE ALSO
latexml, LaTeXML perl v5.10.1 2009-06-11 LATEXMLFIND(1p)

Check Out this Related Man Page

MALSYM(1)						      Malaga quick reference							 MALSYM(1)

NAME
malsym - compile a Malaga symbol file SYNOPSIS
malsym symbol-file malsym extended-symbol-file -use symbol-file DESCRIPTION
Malaga is a development environment for natural-language grammars based on the Left-Associative Grammar formalism. Malaga grammars can be used for automatic morphological and/or syntactic analysis. The program malsym compiles a Malaga symbol file. Give it the symbol file (suffix .sym or .esym) that is to be translated as argument. If an extended-symbol-file (suffix .esym) is to be compiled, you must add the option -use. See info Malaga for details. OPTIONS
-h[elp] Print a help text about malsym's command line arguments and exit. -u[se] symbol-file Use the already compiled symbol-file as the base symbol file when compiling an extended symbol file. -v[ersion] Print malsym's version number and exit. AUTHORS
Malaga has been developed by Bjoern Beutel. Numerous other people distributed to it. This manpage was originally written for the Debian distribution by Antti-Juhani Kaijanaho. SEE ALSO
malaga(1), mallex(1), malmake(1), malrul(1), malshow(1) ``Malaga 7, User's and Programmer's Manual''. Available in Debian systems via info Malaga, and, if the malaga-doc package is installed, in various formats (DVI, Postscript, PDF, HTML) under /usr/share/doc/malaga-doc/. Malaga 26 September 2006 MALSYM(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Error message

I'm getting an error - symbol referencing errors. No output written to, etc Can anybody tell me why this is? (2 Replies)
Discussion started by: Dan Rooney
2 Replies

2. UNIX for Dummies Questions & Answers

amateur needs help

hi ee, iam very much confused with things around me,, we have unix in our syllabus and d faculty herself finds UNIX as something mysterious,,she just cant help us and above dath has put us in a traumatic situation,, no one in my class is at ease with unix. And everybody is preferring career in... (2 Replies)
Discussion started by: alley santosh
2 Replies

3. UNIX for Dummies Questions & Answers

Can you perform mathematical equations in UNIX?

Hello one and all, I have a basic background in UNIX, but I was wondering if there is a way to perform simple mathematical equations (like multiplication, addition)? If so, is there a way to multiply values from a column by a value to produce a column with the answers? :confused: I am... (4 Replies)
Discussion started by: VioletFairy
4 Replies

4. UNIX for Dummies Questions & Answers

adding symbol to newlines with out replacing them

Guyz I have been using tr command to replace symbol. I would like to add a symbol to all newlines in a textfile with out replacing them input \n (i mean new line) a \n b \n c output > a > b > c (0 Replies)
Discussion started by: repinementer
0 Replies

5. Shell Programming and Scripting

finding * in command line argument

I have to write a script to determine whether given command line argument ($1) contains "*" symbol or not, if $1 does not contains "*" symbol add it to $1, otherwise show message "Symbol is not required". For e.g. If we called this script q5 then after giving , $ q5 /bin Here $1 is /bin, it... (5 Replies)
Discussion started by: cynosure2009
5 Replies

6. UNIX for Dummies Questions & Answers

To replace '(' and ')' symbol using tr or sed

I am trying to replace '(' and ')' symbol with nul text using tr command. But i am not able to get the expected output . Please help # cat test.txt 155170816-(75767Mb) # tr '(' '' < test.txt 155170816-(75767Mb) # tr ')' '' < test.txt 155170816-(75767Mb) # I want the o/p as ... (8 Replies)
Discussion started by: thomasraj87
8 Replies

7. Shell Programming and Scripting

Replace trailing whitespaces with pipe symbol using perl

I want to replace the whitespace with Pipe symbol to do a multiple pattern matching for the whole text "mysqld failed start" and same as for other text messages Below are the messages stored in a file seperate by whitespace mysqld failed start nfsd mount failed rpcbind failed to start for... (6 Replies)
Discussion started by: kar_333
6 Replies