Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gregorio(1) [debian man page]

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

NAME
gregorio - tool for gregorian chant typesetting SYNOPSIS
gregorio [-hvVWsSL] [-o file] [-f format] [-F format] [-l error-file] [file] DESCRIPTION
This manual page documents briefly the gregorio command. gregorio is the software of the gregorio project, that comes with a lot of functionalities. The goal is to describe and typeset a gregorian chant score very simply. The gregorio command is there to read and write the formats handled by the Gregorio project. See FORMATS for details. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h Show summary of options. -V Show version of program. -L Show licence of program. -v Set the program in verbose mode. -W Show all warnings. -s Read stdin as input. -S Write output to stdout. -F format Sets the format of the produced file, where format is one of gabc, xml, otex, gtex, dump. See FORMATS for details. Default is gtex. -f format Sets the format of the file to read, where format is one of gabc, xml. See FORMATS for details. Default it gabc. FORMATS
gabc Gregorian abc. The most interesting part of the Gregorio project, it is a very simple language made to describe briefly and simply a gregorian chant score. The syntax is quite close to abc language. xml GregorioXML is a XML language describing a gregorian chant score. gtex GregorioTeX is the TeX style made by the Gregorio project. You must install the gregoriotex environment to use it (it usually comes with gregorio). otex OpusTeX is the most used TeX style to typeset a gregorian chant score. Install the opustex environment to use it. dump This output simply dumps the internal gregorio structure. Only for debugging. EXAMPLE
gregorio myfile.gabc converts the gabc file into GregorioTeX, and writes the result to myfile.tex. SEE ALSO
http://home.gna.org/gregorio for a complete description of the formats. AUTHOR
Elie Roux Author. COPYRIGHT
Copyright (C) 2007 Elie Roux [FIXME: source] juin 4, 2007 GREGORIO(1)

Check Out this Related 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)
Man Page