summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latex2man/latex2man.texi
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latex2man/latex2man.texi')
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man.texi151
1 files changed, 135 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.texi b/Master/texmf-dist/doc/support/latex2man/latex2man.texi
index 0614458666d..d299fa1907f 100644
--- a/Master/texmf-dist/doc/support/latex2man/latex2man.texi
+++ b/Master/texmf-dist/doc/support/latex2man/latex2man.texi
@@ -3,7 +3,7 @@
@setfilename latex2man.info
@settitle latex2man
@c %**end of header
-@c Manual page created with latex2man on Di 11. Nov 08:21:27 CET 2008>
+@c Manual page created with latex2man on Mi 22. Dez 13:46:37 CET 2010>
@c NOTE: This file is generated, DO NOT EDIT.
@dircategory Man-pages
@direntry
@@ -29,6 +29,7 @@ feature (for this, LaTeX generation may be used).
latex2man
[ -t@var{transfile} ]
+[ -c@var{CSSfile} ]
[ -HMTL ]
[ -h ]
[ -V ]
@@ -57,6 +58,7 @@ latex2man
* Subsubsection works::
* Subsubsection still works::
* General Remarks::
+* CSS classnames::
* Some Bug Fix Tests::
* Requirements::
* Changes::
@@ -82,6 +84,10 @@ macro package.
Using the -H
option, HTML code can be produced, instead of
troff(1).
+With this option you can, optionally, specify a @var{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
@@ -101,6 +107,12 @@ troff(1).
@table @samp
@item -t@var{transfile}
Translation for user defined LaTeX macros.
+@item -c@var{CSSfile}
+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 @var{CSSfile}
+filename.
@item -M
Produce output suitable for the man(1)
command (default).
@@ -173,6 +185,8 @@ commands.
@item @file{latex2man.cfg}
The configuration file for Latex2man
LaTeX-package.
+@item @file{latex2man.css}
+File containing example CSS definitions.
@item @file{latex2man.trans}
File containing example translations of user
defined LaTeX macros.
@@ -185,6 +199,9 @@ lines.
@item @file{rcsinfo.sty}
A LaTeX package used to extract and use RCS version
control information in LaTeX documents.
+
+@item @url{latex2man.pdf}
+The PDF version of this document.
@end table
@node See Also, LaTeX commands, Files, Top
@@ -398,7 +415,8 @@ Optional option with argument, e.g.@*
@t{\oOptArg@{-o@}@{filename@}} will be typeset as [ -o@var{filename} ].
@item \oOptoArg@{option@}@{argument@}
Optional option with optional
-argument, e.g.
+argument, e.g.@*
+
@t{\oOptoArg@{-o@}@{filename@}} will be typeset as [ -o[@var{filename}] ].
@item \File@{filename@}
used to typeset filenames, e.g.
@@ -408,8 +426,9 @@ used to typeset program names, e.g.
@t{\Prog@{latex2man@}} will be typeset as latex2man.
@item \Cmd@{command@}@{chapter@}
used to typeset references to other
-commands, e.g. @t{\Cmd@{latex2man@}@{1@}} will be typeset as
-latex2man(1).
+commands, e.g.@*
+
+@t{\Cmd@{latex2man@}@{1@}} will be typeset as latex2man(1).
@item \Bar
is typeset as |.
@item \Bs
@@ -425,7 +444,9 @@ set @t{..} as version information.
@item \setVersionWord@{..@}
set @t{..} for the word @emph{Version:}
in
-the footline. The default is @t{\setVersionWord@{Version:@}}.
+the footline.@*
+
+The default is @t{\setVersionWord@{Version:@}}.
@item \Version
returns the version information.
@item \setDate@{..@}
@@ -440,16 +461,20 @@ use to mark an Email address:@*
@email{Juergen.Vollmer@@informatik-vollmer.de}.
@item \URL@{..@}
use to mark an URL:
-@t{\URL@{http://www.foo.de/\Tilde vollmer@}} is typeset as
+@t{\URL@{http://www.foo.de/\Tilde vollmer@}} is typeset as@*
+
@url{http://www.foo.de/~vollmer}.
@item \LatexManEnd
the input file is read and processed until reading
-end-of-file or @t{\LatexManEnd} (at the beginning of a line).
+end-of-file or@*
+
+@t{\LatexManEnd} (at the beginning of a line).
LaTeXignores this command.
@item \Lbr, \Rbr
is typeset as [ and ] (these variants are
-needed only somtimes like in @t{item[FooBar\LBr xx \Lbr]}. Usually
-@t{[ ]} will work.
+needed only somtimes like in@*
+
+@t{\item[FooBar\LBr xx \Lbr]}. Usually @t{[ ]} will work.
@item \LBr, \RBr
is typeset as @{ and @} (these variants are
needed when using @{ or @} as arguments to macros.
@@ -619,7 +644,7 @@ or
@t{description}
environment.
@item \today
-11 November 2008(see also the @t{rcsinfo}
+22 December 2010(see also the @t{rcsinfo}
LaTeXpackage).
@item \ss,\"a, ...
\ss = @ss{}, \"a= @"a, \"o= @"o, \"u= @"u,
@@ -864,7 +889,7 @@ This is a @t{\subsubsection}.
This is another @t{\subsubsection}.
-@node General Remarks, Some Bug Fix Tests, Subsubsection still works, Top
+@node General Remarks, CSS classnames, Subsubsection still works, Top
@subsection General Remarks
@@ -890,8 +915,99 @@ steps shown in the @file{Makefile}
manually.
@end enumerate
-@node Some Bug Fix Tests, Requirements, General Remarks, Top
-@subsection Some Bug Fix Tests
+@node CSS classnames, Some Bug Fix Tests, General Remarks, Top
+@section 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 @var{CSSfile}
+for these classes:
+
+@noindent
+
+@multitable @columnfractions 0.3 0.3 0.3
+@item @strong{HTML tag}
+@tab @strong{Class}
+@tab @strong{Style applies to}
+
+@item body @tab @tab the body of the HTML page
+
+@item h1 @tab titlehead @tab the title at the top of the HTML page specified as an argument to the @emph{Name}
+environment
+
+@item h4 @tab authorhead @tab the author at the top of the HTML page specified as an argument to the @emph{Name}
+environment
+
+@item h4 @tab datehead @tab the date at the top of the HTML page
+
+@item h4 @tab versionhead @tab the man page version at the top of the HTML page specified as an argument to the @emph{setVersion}
+macro
+
+@item h2 @tab sectionname @tab a section title specified as an argument to the @emph{section}
+macro
+
+@item h4 @tab subsectionname @tab a subsection title specified as an argument to the @emph{subsection}
+macro
+
+@item h5 @tab subsubsectionname @tab a subsubsection title specified as an argument to the @emph{subsubsection}
+macro
+
+@item font @tab progname @tab a program name specified as an argument to the @emph{Prog}
+macro
+
+@item font @tab filename @tab a file name specified as an argument to the @emph{File}
+macro
+
+@item font @tab commandname @tab a command name specified as an argument to the @emph{Cmd}
+macro
+
+@item font @tab textstyle @tab all text that is not an argument to some LaTeX or latex2man macro
+
+@item font @tab optstyle @tab a name of an option specified as an argument to the @emph{Opt},
+@emph{oOpt},
+@emph{OptArg},
+@emph{oOptArg}
+or @emph{oOptoArg}
+macros
+
+@item font @tab argstyle @tab a name of an argument specified as an argument to the @emph{Arg},
+@emph{oArg},
+@emph{OptArg},
+@emph{oOptArg}
+or @emph{oOptoArg}
+macros
+
+@item a, font @tab urlstyle @tab a URL specified as an argument to the @emph{URL}
+macro
+
+@item a, font @tab urlstyle.link @tab subclass of urlstyle class
+
+@item a, font @tab urlstyle.visited @tab subclass of urlstyle class
+
+@item a, font @tab urlstyle.hover @tab subclass of urlstyle class
+
+@item a, font @tab emailstyle @tab an email specified as an argument to the @emph{Email}
+macro
+
+@item a, font @tab emailstyle.link @tab subclass of emailstyle class
+
+@item a, font @tab emailstyle.visited @tab subclass of emailstyle class
+
+@item a, font @tab emailstyle.hover @tab subclass of emailstyle class
+
+@item table @tab tablestyle @tab a table specified as a @emph{Table}
+environment
+
+@item tr @tab rowstyle @tab a row of a table specified as a @emph{Table}
+environment
+
+@item td @tab cellstyle @tab a cell of a table specified as a @emph{Table}
+environment
+
+@end multitable
+
+@node Some Bug Fix Tests, Requirements, CSS classnames, Top
+@section Some Bug Fix Tests
@table @samp
@@ -951,13 +1067,14 @@ LaTeX2e is required.
@section Changes
Please check the file @url{latex2man-CHANGES}
-for the list of changes.
+for the list of changes and
+acknowledgment to people contributing bugfixes or enhancements.
@node Version, License and Copyright, Changes, Top
@section Version
-Version: 1.23 of 2008/11/11.
+Version: 1.24 of 2010/12/22.
@node License and Copyright, Author, Version, Top
@section License and Copyright
@@ -966,7 +1083,9 @@ Version: 1.23 of 2008/11/11.
@table @samp
@item Copyright
@copyright{}1998, Dr. J@"urgen Vollmer, Viktoriastra@ss{}e 15,
-D-76133 Karlsruhe, Germany, @email{Juergen.Vollmer@@informatik-vollmer.de}
+D-76133 Karlsruhe, Germany,@*
+
+@email{Juergen.Vollmer@@informatik-vollmer.de}
The actual version of Latex2man
may be found on my homepage@*