Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

texvc(1) [debian man page]

TEXVC(1)							  [FIXME: manual]							  TEXVC(1)

NAME
texvc - math equation PNG renderer SYNOPSIS
texvc {tempdir} {outputdir} {texcode} {encoding} DESCRIPTION
texvc is designed to render math equations written in latex code into PNG images. OPTIONS
{tempdir} directory where temporary files are created. {outputdir} directory where the result image is stored. {texcode} latex code string representing math equations. {encoding} used encoding in latex code string. OUTPUT
Status codes and HTML/MathML transformations are returned on stdout. A rasterized PNG file will be written to the output directory, named for the MD5 hash code. texvc output format is like this: o +%5 ok, but not html or mathml o c%5%h ok, conservative html, no mathml o m%5%h ok, moderate html, no mathml o l%5%h ok, liberal html, no mathml o C%5%h%m ok, conservative html, with mathml o M%5%h%m ok, moderate html, with mathml o L%5%h%m ok, liberal html, with mathml o X%5%m ok, no html, with mathml o S syntax error o E lexing error o F%s unknown function %s o - other error with the following codes: o - null character o %5 - md5, 32 hex characters o %h - html code, without characters o %m - mathml code, without characters AUTHOR
This manual page was written by Marc Dequ[`e]nes (Duck) Duck@DuckCorp.org for the Debian(TM) system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. AUTHOR
Marc Dequ[`e]nes Author. COPYRIGHT
Copyright (C) 2003 Marc Dequenes (Duck) [FIXME: source] 2005-01-02 TEXVC(1)

Check Out this Related Man Page

COBERTURA-REPORT(1)					      General Commands Manual					       COBERTURA-REPORT(1)

NAME
cobertura-report -- generate coverage reports SYNOPSIS
cobertura-report [--datafile file] --destination dir [--format html|xml] [--encoding encoding] directory [--basedir dir] DESCRIPTION
cobertura-report generates coverage reports from the source code directories and calculates the cyclomatic code complexity of each class. The HTML reports are also made of annotated versions of each source file, showing which lines of code were excercised. OPTIONS
--datafile file Specify the name of the file containing metadata about your classes. Default value: "./cobertura.ser". --basedir dir Specify a directory containing source code. All files listed after this are assumed to be underneath this directory. This should only be used if you want to include only a few specific files underneath a source tree and exclude all other files. --destination dir Specify the output directory for the report. --format xml|html The type of report you want to generate. Default value: html. --encoding encoding Specify the encoding used to read the source. See javadocs for java.nio.charset.Charset for more details. SEE ALSO
junit(1), cobertura-instrument(1), cobertura-check(1), cobertura-merge(1). AUTHOR
This manual page was written by Miguel Landaeta <miguel@miguel.cc> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the terms of GNU General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. COBERTURA-REPORT(1)
Man Page