Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

blahtexml(1) [debian man page]

BLAHTEXML(1)						      General Commands Manual						      BLAHTEXML(1)

NAME
blahtexml - Converts TeX equations into MathML SYNOPSIS
blahtexml [options] files... DESCRIPTION
This manual page documents briefly the blahtexml command. blahtexml converts an equation given in a syntax close to TeX into MathML. Blahtexml is a simple extension of blahtex. In addition to the functionality of blahtex, blahtexml has XML processing in mind and is able to process a whole XML document into another XML document. Instead of converting only one formula at a time, blahtexml can convert all the formulas of the given XML file into MathML. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the online documentation. --help Show summary of options. --texvc-compatible-commands Enables use of commands that are specific to texvc, but that are not standard TeX/LaTeX/AMS-LaTeX commands. --print-error-messages This will print out a list of all error IDs and corresponding messages that blahtex can possibly emit inside an <error> block. MATHML OPTIONS
These options control the MathML output of the blahtexml program. --mathml Enables MathML output. --xmlin This allows one to embed TeX equations in an existing MathML code, using a special notation. The equations are given as attributes (inline or block) in the http://gva.noekeon.org/blahtexml namespace. Whenever blahtexml meets such an equation, it expands it into the equivalent MathML code. For more information check http://gva.noekeon.org/blahtexml/how_to_use.html or the blahtexml manual. --annotate-TeX Produces TeX annotations in the MathML output. --annotate-PNG Produces PNG files and annotates the MathML output with the PNG file name. SEE ALSO
The program is documented fully by the online manual available at: http://gva.noekeon.org/blahtexml AUTHOR
blahtexml was written by Gilles Van Assche. blahtex (whose superset is blahtexml) was written by David Harvey. This manual page was written by Abhishek Dasgupta <abhidg@gmail.com>, for the Debian project (but may be used by others). March 17, 2010 BLAHTEXML(1)

Check Out this Related Man Page

PDFTOHTML(1)						      General Commands Manual						      PDFTOHTML(1)

NAME
pdftohtml - program to convert PDF files into HTML, XML and PNG images SYNOPSIS
pdftohtml [options] <PDF-file> [<HTML-file> <XML-file>] DESCRIPTION
This manual page documents briefly the pdftohtml command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. pdftohtml is a program that converts PDF documents into HTML. It generates its output in the current working directory. OPTIONS
A summary of options are included below. -h, -help Show summary of options. -f <int> first page to print -l <int> last page to print -q do not print any messages or errors -v print copyright and version info -p exchange .pdf links with .html -c generate complex output -s generate single HTML that includes all pages -i ignore images -noframes generate no frames. Not supported in complex output mode. -stdout use standard output -zoom <fp> zoom the PDF document (default 1.5) -xml output for XML post-processing -enc <string> output text encoding name -opw <string> owner password (for encrypted files) -upw <string> user password (for encrypted files) -hidden force hidden text extraction -dev output device name for Ghostscript (png16m, jpeg etc). Unless this option is specified, Splash will be used -fmt image file format for Splash output (png or jpg). If complex is selected, but neither -fmt or -dev are specified, -fmt png will be assumed -nomerge do not merge paragraphs -nodrm override document DRM settings AUTHOR
Pdftohtml was developed by Gueorgui Ovtcharov and Rainer Dorsch. It is based and benefits a lot from Derek Noonburg's xpdf package. This manual page was written by Soren Boll Overgaard <boll@debian.org>, for the Debian GNU/Linux system (but may be used by others). SEE ALSO
pdffonts(1), pdfimages(1), pdfinfo(1), pdftocairo(1), pdftoppm(1), pdftops(1), pdftotext(1) PDFTOHTML(1)
Man Page