diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-23 23:37:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-23 23:37:56 +0000 |
commit | ffb1770349df5fa5ac78779011f37a9900d913e4 (patch) | |
tree | db3c0c9ad34fb3183be38923c323370f4edc235a /Master/texmf | |
parent | f3ca29a36043f523ad16099e3466bd3710ec5e3d (diff) |
latex2man 1.24 (23dec10)
git-svn-id: svn://tug.org/texlive/trunk@20844 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/doc/info/latex2man.info | 196 |
1 files changed, 158 insertions, 38 deletions
diff --git a/Master/texmf/doc/info/latex2man.info b/Master/texmf/doc/info/latex2man.info index 61b079bada2..20f024d7e05 100644 --- a/Master/texmf/doc/info/latex2man.info +++ b/Master/texmf/doc/info/latex2man.info @@ -1,7 +1,8 @@ +This is latex2man.info, produced by makeinfo version 4.13 from +latex2man.texi. + INFO-DIR-SECTION Man-pages START-INFO-DIR-ENTRY -This is latex2man.info, produced by makeinfo version 4.11 from latex2man.texi. - * Latex2man: (latex2man). Its Man-Page END-INFO-DIR-ENTRY @@ -20,7 +21,8 @@ feature (for this, LaTeX generation may be used). Synopsis ======== -latex2man [ -tTRANSFILE ] [ -HMTL ] [ -h ] [ -V ] [ -CNAME ] +latex2man [ -tTRANSFILE ] [ -cCSSFILE ] [ -HMTL ] [ -h ] [ -V ] [ +-CNAME ] [ -aCHAR ] INFILE OUTFILE * Menu: @@ -43,6 +45,7 @@ latex2man [ -tTRANSFILE ] [ -HMTL ] [ -h ] [ -V ] [ -CNAME ] * Subsubsection works:: * Subsubsection still works:: * General Remarks:: +* CSS classnames:: * Some Bug Fix Tests:: * Requirements:: * Changes:: @@ -62,6 +65,10 @@ translates that document into the troff(1) format using the -man macro package. Using the -H option, HTML code can be produced, instead of troff(1). +With this option you can, optionally, specify a CSSFILE as an argument. +CSS (Cascading Style Sheets) allows you to control the appearance of +the resulting HTML page. See below for the names of CSS classes that +are included in the HTML tags as attributes. Using the -T option, TexInfo code can be produced, instead of troff(1). @@ -80,6 +87,11 @@ Options `-tTRANSFILE' Translation for user defined LaTeX macros. +`-cCSSFILE' + If you use the -H you can also specify a file that contains CSS + style sheets. The link to the CSS file is inserted into the + generatedHTML output using the specified CSSFILE filename. + `-M' Produce output suitable for the man(1) command (default). @@ -143,6 +155,9 @@ Files ``latex2man.cfg'' The configuration file for Latex2man LaTeX-package. +``latex2man.css'' + File containing example CSS definitions. + ``latex2man.trans'' File containing example translations of user defined LaTeX macros. @@ -156,6 +171,9 @@ Files A LaTeX package used to extract and use RCS version control information in LaTeX documents. +``latex2man.pdf'' + The PDF version of this document. + File: latex2man.info, Node: See Also, Next: LaTeX commands, Prev: Files, Up: Top @@ -373,8 +391,8 @@ The following commands are provided: set .. as version information. `\setVersionWord{..}' - set .. for the word _Version:_ in the footline. The default is - \setVersionWord{Version:}. + set .. for the word _Version:_ in the footline. + The default is \setVersionWord{Version:}. `\Version' returns the version information. @@ -392,7 +410,8 @@ The following commands are provided: `\URL{..}' use to mark an URL: \URL{http://www.foo.de/\Tilde vollmer} is - typeset as `http://www.foo.de/~vollmer'. + typeset as + `http://www.foo.de/~vollmer'. `\LatexManEnd' the input file is read and processed until reading end-of-file or @@ -401,7 +420,8 @@ The following commands are provided: `\Lbr, \Rbr' is typeset as [ and ] (these variants are needed only somtimes - like in item[FooBar\LBr xx \Lbr]. Usually [ ] will work. + like in + \item[FooBar\LBr xx \Lbr]. Usually [ ] will work. `\LBr, \RBr' is typeset as { and } (these variants are needed when using { or } @@ -589,7 +609,7 @@ The following standard LaTeX commands are accepted: inside a itemize, enumerate, or description environment. `\today' - 11 November 2008(see also the rcsinfo LaTeXpackage). + 22 December 2010(see also the rcsinfo LaTeXpackage). `\ss,\"a, ...' \ss = ss, \"a= a", \"o= o", \"u= u", \"A= A", \"O= O", \"U= U". It @@ -784,7 +804,7 @@ Subsubsection still works This is another \subsubsection. -File: latex2man.info, Node: General Remarks, Next: Some Bug Fix Tests, Prev: Subsubsection still works, Up: Top +File: latex2man.info, Node: General Remarks, Next: CSS classnames, Prev: Subsubsection still works, Up: Top General Remarks --------------- @@ -807,10 +827,107 @@ General Remarks steps shown in the `Makefile' manually. -File: latex2man.info, Node: Some Bug Fix Tests, Next: Requirements, Prev: General Remarks, Up: Top +File: latex2man.info, Node: CSS classnames, Next: Some Bug Fix Tests, Prev: General Remarks, Up: Top + +CSS classnames +============== + +The table below shows the names of CSS classes that will be included in +the HTML tags as attributes. You can specify the CSS style properties +in the CSSFILE for these classes: + + +*HTML tag* *Class* *Style applies to* +body the body of the HTML + page +h1 titlehead the title at the top + of the HTML page + specified as an + argument to the _Name_ + environment +h4 authorhead the author at the top + of the HTML page + specified as an + argument to the _Name_ + environment +h4 datehead the date at the top + of the HTML page +h4 versionhead the man page version + at the top of the + HTML page specified + as an argument to the + _setVersion_ macro +h2 sectionname a section title + specified as an + argument to the + _section_ macro +h4 subsectionname a subsection title + specified as an + argument to the + _subsection_ macro +h5 subsubsectionname a subsubsection title + specified as an + argument to the + _subsubsection_ macro +font progname a program name + specified as an + argument to the _Prog_ + macro +font filename a file name specified + as an argument to the + _File_ macro +font commandname a command name + specified as an + argument to the _Cmd_ + macro +font textstyle all text that is not + an argument to some + LaTeX or latex2man + macro +font optstyle a name of an option + specified as an + argument to the _Opt_, + _oOpt_, _OptArg_, + _oOptArg_ or + _oOptoArg_ macros +font argstyle a name of an argument + specified as an + argument to the _Arg_, + _oArg_, _OptArg_, + _oOptArg_ or + _oOptoArg_ macros +a, font urlstyle a URL specified as an + argument to the _URL_ + macro +a, font urlstyle.link subclass of urlstyle + class +a, font urlstyle.visited subclass of urlstyle + class +a, font urlstyle.hover subclass of urlstyle + class +a, font emailstyle an email specified as + an argument to the + _Email_ macro +a, font emailstyle.link subclass of + emailstyle class +a, font emailstyle.visited subclass of + emailstyle class +a, font emailstyle.hover subclass of + emailstyle class +table tablestyle a table specified as + a _Table_ environment +tr rowstyle a row of a table + specified as a _Table_ + environment +td cellstyle a cell of a table + specified as a _Table_ + environment + + +File: latex2man.info, Node: Some Bug Fix Tests, Next: Requirements, Prev: CSS classnames, Up: Top Some Bug Fix Tests ------------------- +================== `Leading . and '' Now leading . and ' in generation troff output should work @@ -858,7 +975,8 @@ File: latex2man.info, Node: Changes, Next: Version, Prev: Requirements, Up: Changes ======= -Please check the file `latex2man-CHANGES' for the list of changes. +Please check the file `latex2man-CHANGES' for the list of changes and +acknowledgment to people contributing bugfixes or enhancements. File: latex2man.info, Node: Version, Next: License and Copyright, Prev: Changes, Up: Top @@ -866,7 +984,7 @@ File: latex2man.info, Node: Version, Next: License and Copyright, Prev: Chang Version ======= -Version: 1.23 of 2008/11/11. +Version: 1.24 of 2010/12/22. File: latex2man.info, Node: License and Copyright, Next: Author, Prev: Version, Up: Top @@ -876,7 +994,8 @@ License and Copyright `Copyright' (C)1998, Dr. Ju"rgen Vollmer, Viktoriastrasse 15, D-76133 - Karlsruhe, Germany, <Juergen.Vollmer@informatik-vollmer.de> + Karlsruhe, Germany, + <Juergen.Vollmer@informatik-vollmer.de> The actual version of Latex2man may be found on my homepage `http://www.informatik-vollmer.de/software/latex2man.html'. @@ -907,29 +1026,30 @@ WWW: `http://www.informatik-vollmer.de'. Tag Table: Node: Top187 -Node: Description1254 -Node: Options1852 -Node: Files3557 -Node: See Also4245 -Node: LaTeX commands4401 -Node: Package Options4684 -Node: Package Specific Environments5136 -Node: Accepted LaTeX Environments7924 -Node: Package Specific Macros8456 -Node: Accepted Macros from the rcsinfo Package12031 -Node: Accepted LaTeX Macros12528 -Node: Conditional Text15597 -Node: Translation of User Defined Macros17635 -Node: Verbatim Environment19749 -Node: Subsection works20075 -Node: Subsubsection works20250 -Node: Subsubsection still works20439 -Node: General Remarks20645 -Node: Some Bug Fix Tests21387 -Node: Requirements22126 -Node: Changes22540 -Node: Version22712 -Node: License and Copyright22855 -Node: Author23644 +Node: Description1287 +Node: Options2141 +Node: Files4057 +Node: See Also4868 +Node: LaTeX commands5024 +Node: Package Options5307 +Node: Package Specific Environments5759 +Node: Accepted LaTeX Environments8547 +Node: Package Specific Macros9079 +Node: Accepted Macros from the rcsinfo Package12665 +Node: Accepted LaTeX Macros13162 +Node: Conditional Text16231 +Node: Translation of User Defined Macros18269 +Node: Verbatim Environment20383 +Node: Subsection works20709 +Node: Subsubsection works20884 +Node: Subsubsection still works21073 +Node: General Remarks21279 +Node: CSS classnames22017 +Node: Some Bug Fix Tests27698 +Node: Requirements28436 +Node: Changes28850 +Node: Version29089 +Node: License and Copyright29232 +Node: Author30026 End Tag Table |