summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latex2man/latex2man.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latex2man/latex2man.txt')
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man.txt398
1 files changed, 240 insertions, 158 deletions
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.txt b/Master/texmf-dist/doc/support/latex2man/latex2man.txt
index 2ded2fa1000..32ed428840b 100644
--- a/Master/texmf-dist/doc/support/latex2man/latex2man.txt
+++ b/Master/texmf-dist/doc/support/latex2man/latex2man.txt
@@ -2,82 +2,91 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
-NAME
+[1mNAME[0m
Latex2man is a tool to translate UNIX manual pages written with LaTeX-
- into a format understood by the UNIX man(1)-command. Alternatively
+ into a format understood by the UNIX [4mman[24m(1)-command. Alternatively
HTML, TexInfo, or LaTeX code can be produced too. Output of parts of
the text may be suppressed using the conditional text feature (for
this, LaTeX generation may be used).
-SYNOPSIS
- latex2man [-ttransfile] [-HMTL] [-h] [-V] [-Cname] [-achar] infile out-
- file
+[1mSYNOPSIS[0m
+ latex2man [[1m-t[4m[22mtransfile[24m] [[1m-c[4m[22mCSSfile[24m] [[1m-HMTL[22m] [[1m-h[22m] [[1m-V[22m] [[1m-C[4m[22mname[24m] [[1m-a[4m[22mchar[24m]
+ [4minfile[24m [4moutfile[0m
-DESCRIPTION
- Latex2man reads the file infile and writes outfile. The input must be
+[1mDESCRIPTION[0m
+ Latex2man reads the file [4minfile[24m and writes [4moutfile[24m. The input must be
a LaTeX document using the latex2man LaTeXpackage. Latex2man trans-
- lates that document into the troff(1) format using the -man macro pack-
+ lates that document into the [4mtroff[24m(1) format using the [1m-man [22mmacro pack-
age.
- Using the -H option, HTML code can be produced, instead of troff(1).
+ Using the [1m-H [22moption, HTML code can be produced, instead of [4mtroff[24m(1).
+ With this option you can, optionally, specify a [4mCSSfile[24m 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).
+ Using the [1m-T [22moption, TexInfo code can be produced, instead of [4mtroff[24m(1).
- Using the -M option, troff(1) input is produced.
+ Using the [1m-M [22moption, [4mtroff[24m(1) input is produced.
- Using the -L option, LaTeX ouput can be produced, instead of troff(1).
+ Using the [1m-L [22moption, LaTeX ouput can be produced, instead of [4mtroff[24m(1).
-OPTIONS
- -ttransfile
+[1mOPTIONS[0m
+ [1m-t[4m[22mtransfile[0m
Translation for user defined LaTeX macros.
- -M Produce output suitable for the man(1) command (default).
+ [1m-c[4m[22mCSSfile[0m
+ If you use the [1m-H [22myou can also specify a file that contains CSS
+ style sheets. The link to the CSS file is inserted into the gen-
+ eratedHTML output using the specified [4mCSSfile[24m filename.
- -H Instead of producing output suitable for the man(1) command,
+ [1m-M [22mProduce output suitable for the [4mman[24m(1) command (default).
+
+ [1m-H [22mInstead of producing output suitable for the [4mman[24m(1) command,
HTML code is produced (despite the name of the command).
- -T Instead of producing output suitable for the man(1) command,
+ [1m-T [22mInstead of producing output suitable for the [4mman[24m(1) command,
TexInfo code is produced (despite the name of the command). The
- generated .texi-file may be processed with makeinfo(1) (to pro-
+ generated .texi-file may be processed with [4mmakeinfo[24m(1) (to pro-
duce an .info-file) which in turn may be installed using
- install-info(1). The Info tags @dircategory and @direntry are
+ [4minstall-info[24m(1). The Info tags @dircategory and @direntry are
provided.
- -L The LaTeX source is written to the outfile. This is useful in
- conjunction with the -Cname option.
+ [1m-L [22mThe LaTeX source is written to the [4moutfile[24m. This is useful in
+ conjunction with the [1m-C[4m[22mname[24m option.
- -Cname Output the conditional text for name. If more than one name
- should be given use quotes: -C'name1 name2 ...'
+ [1m-C[4m[22mname[24m Output the conditional text for [4mname[24m. If more than one name
+ should be given use quotes: [1m-C[4m[22m'name1[24m [4mname2[24m [4m...'[0m
The following names are defined automatically:
- * -H defines HTML
+ [1m* -H [22mdefines HTML
- * -T defines TEXI
+ [1m* -T [22mdefines TEXI
- * -M defines MAN
+ [1m* -M [22mdefines MAN
- * -L defines LATEX
+ [1m* -L [22mdefines LATEX
- -achar Is used only in conjunction with -T.
+ [1m-a[4m[22mchar[24m Is used only in conjunction with -T.
Background:
TexInfo ignores all blanks before the first word on a new line.
In order to produce some additional space before that word
(using \SP) some character has to be printed before the addi-
- tional space. By default this is a . (dot). The char specifies
- an alternative for that first character. Giving a blank to -a
+ tional space. By default this is a . (dot). The [4mchar[24m specifies
+ an alternative for that first character. Giving a blank to [1m-a[0m
supresses the indentation of a line.
- Note: only for the first \SP of a series that char is printed.
+ Note: only for the first \SP of a series that [4mchar[24m is printed.
- -h Show a help text.
+ [1m-h [22mShow a help text.
- -V Show version information.
+ [1m-V [22mShow version information.
-FILES
+[1mFILES[0m
latex2man.tex
The LaTeX file containing this Man-page.
@@ -87,6 +96,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.
@@ -102,17 +114,21 @@ FILES
information in LaTeX documents.
-SEE ALSO
- LaTeX,TexInfo, troff(1), groff(1), makeinfo(1).
+ [1mlatex2man.pdf[0m
+ The PDF version of this document.
+
+
+[1mSEE ALSO[0m
+ LaTeX,TexInfo, [4mtroff[24m(1), [4mgroff[24m(1), [4mmakeinfo[24m(1).
-LaTeX COMMANDS
+[1mLaTeX COMMANDS[0m
The LaTeX package latex2man is used to write the Man-pages with
LaTeX.Since we translate into other text formats, not all LaTeX stuff
can be translated.
- PACKAGE OPTIONS
+ [1mPACKAGE OPTIONS[0m
The latex2man package accepts the following options:
@@ -127,7 +143,7 @@ LaTeX COMMANDS
The default option may be specified in the file latex2man.cfg.
- PACKAGE SPECIFIC ENVIRONMENTS
+ [1mPACKAGE SPECIFIC ENVIRONMENTS[0m
The following environments are provided by the package:
\begin{Name}{chapter}{name}{author}{info}{title}
@@ -163,25 +179,25 @@ LaTeX COMMANDS
4 5
B 1 B 2 B 3
- If no optional width argument is given, all entries are typeset left
- justified. The width is a length measured absolutly in cm. Processing
+ If no optional [4mwidth[24m argument is given, all entries are typeset left
+ justified. The [4mwidth[24m is a length measured absolutly in [4mcm[24m. Processing
with LaTeX a p{width} column is typeset as last column. The translation
- to troff(1) commands results in a lw(width) column specification.
- Translating to HTML and TexInfo ignores the width parameter.
+ to [4mtroff[24m(1) commands results in a lw(width) column specification.
+ Translating to HTML and TexInfo ignores the [4mwidth[24m parameter.
\hline may be used.
- If the Man-page is formatted with troff(1) and tables are used, the
- tbl(1) preprocessor should be called, usually by giving a -t to the
- call of troff(1). When viewing the generated manula page using man(1),
- tbl(1) is called automatically.
+ If the Man-page is formatted with [4mtroff[24m(1) and tables are used, the
+ [4mtbl[24m(1) preprocessor should be called, usually by giving a [1m-t [22mto the
+ call of [4mtroff[24m(1). When viewing the generated manula page using [4mman[24m(1),
+ [4mtbl[24m(1) is called automatically.
\begin{Description}
is the same as \begin{description}
\begin{Description}[label]
is similar to \begin{description}, but the item labels have at
- minimum the size of the (optional) word label. The difference
+ minimum the size of the (optional) word [4mlabel[24m. The difference
is visible only in the DVI and PDF-output, not in the troff,
TexInfo or HTML output.
@@ -207,27 +223,27 @@ LaTeX COMMANDS
- ACCEPTED LaTeX ENVIRONMENTS
+ [1mACCEPTED LaTeX ENVIRONMENTS[0m
The following environments are accepted:
- * description
+ [1m* [22mdescription
- * enumerate
+ [1m* [22menumerate
- * itemize
+ [1m* [22mitemize
- * verbatim
+ [1m* [22mverbatim
- * center
+ [1m* [22mcenter
They may be nested:
- * Itemize and nested center:
+ [1m* [22mItemize and nested center:
A centered line.
Another centered line.
- * Another item an nested enumerate
+ [1m* [22mAnother item an nested enumerate
1. a
@@ -235,49 +251,49 @@ LaTeX COMMANDS
- PACKAGE SPECIFIC MACROS
+ [1mPACKAGE SPECIFIC MACROS[0m
The following commands are provided:
\Opt{option}
- Option: \Opt{-o} will be typeset as -o.
+ Option: \Opt{-o} will be typeset as [1m-o[22m.
\Arg{argument}
- Argument: \Arg{filename} will be typeset as filename.
+ Argument: \Arg{filename} will be typeset as [4mfilename[24m.
\OptArg{option}{argument}
Option with Argument:
- \OptArg{-o}{filename} will be typeset as -ofilename.
+ \OptArg{-o}{filename} will be typeset as [1m-o[4m[22mfilename[24m.
\OptoArg{option}{argument}
Option with optional Argument:
- \OptoArg{-o}{filename} will be typeset as -o[filename].
+ \OptoArg{-o}{filename} will be typeset as [1m-o[22m[[4mfilename[24m].
\oOpt{option}
- Optional option, e.g. \oOpt{-o} will be typeset as [-o].
+ Optional option, e.g. \oOpt{-o} will be typeset as [[1m-o[22m].
\oArg{argument}
Optional argument, e.g. \oArg{filename} will be typeset as
- [filename].
+ [[4mfilename[24m].
\oOptArg{option}{argument}
Optional option with argument, e.g.
- \oOptArg{-o}{filename} will be typeset as [-ofilename].
+ \oOptArg{-o}{filename} will be typeset as [[1m-o[4m[22mfilename[24m].
\oOptoArg{option}{argument}
- Optional option with optional argument, e.g. \oOp-
- toArg{-o}{filename} will be typeset as [-o[filename]].
+ Optional option with optional argument, e.g.
+ \oOptoArg{-o}{filename} will be typeset as [[1m-o[22m[[4mfilename[24m]].
\File{filename}
used to typeset filenames, e.g. \File{filename} will be typeset
as filename.
\Prog{prog}
- used to typeset program names, e.g. \Prog{latex2man} will be
+ used to typeset program names, e.g. \Prog{latex2man} will be
typeset as latex2man.
\Cmd{command}{chapter}
- used to typeset references to other commands, e.g.
- \Cmd{latex2man}{1} will be typeset as latex2man(1).
+ used to typeset references to other commands, e.g.
+ \Cmd{latex2man}{1} will be typeset as [4mlatex2man[24m(1).
\Bar is typeset as |.
@@ -295,8 +311,8 @@ LaTeX COMMANDS
set .. as version information.
\setVersionWord{..}
- set .. for the word Version: in the footline. The default is
- \setVersionWord{Version:}.
+ set .. for the word [4mVersion:[24m in the footline.
+ The default is \setVersionWord{Version:}.
\Version
returns the version information.
@@ -309,20 +325,23 @@ LaTeX COMMANDS
\Email{..}
use to mark an Email address:
\Email{Juergen.Vollmer@informatik-vollmer.de} is typeset as:
- Juergen.Vollmer@informatik-vollmer.de.
+ [1mJuergen.Vollmer@informatik-vollmer.de[22m.
\URL{..}
- use to mark an URL: \URL{http://www.foo.de/\Tilde vollmer} is
- typeset as http://www.foo.de/~vollmer.
+ use to mark an URL: \URL{http://www.foo.de/\Tilde vollmer} is
+ typeset as
+ [1mhttp://www.foo.de/~vollmer[22m.
\LatexManEnd
- the input file is read and processed until reading end-of-file
- or \LatexManEnd (at the beginning of a line). LaTeXignores this
+ the input file is read and processed until reading end-of-file
+ or
+ \LatexManEnd (at the beginning of a line). LaTeXignores this
command.
\Lbr, \Rbr
- is typeset as [ and ] (these variants are needed only somtimes
- like in item[FooBar\LBr xx \Lbr]. Usually [ ] will work.
+ is typeset as [ and ] (these variants are needed only somtimes
+ like in
+ \item[FooBar\LBr xx \Lbr]. Usually [ ] will work.
\LBr, \RBr
is typeset as { and } (these variants are needed when using { or
@@ -334,14 +353,14 @@ LaTeX COMMANDS
\Percent
is typeset as %.
- \TEXbr If processed with LaTeX causes a linebreak (i.e. is equivalent
+ \TEXbr If processed with LaTeX causes a linebreak (i.e. is equivalent
to \\).In the output of latex2man this macro is ignored.
\TEXIbr
- If TexInfo output is generated, causes a linebreak (i.e. is
+ If TexInfo output is generated, causes a linebreak (i.e. is
equivalent to \\),otherwise ignored.
- \MANbr If Man-Page output is generated, causes a linebreak (i.e. is
+ \MANbr If Man-Page output is generated, causes a linebreak (i.e. is
equivalent to \\),otherwise ignored.
\HTMLbr
@@ -357,32 +376,32 @@ LaTeX COMMANDS
abc xx
abc xx
- Note: Due to some ``problems'' with TexInfo, the lines starting with
- \SP have a leading . (dot) in the TexInfo output, see -achar.
+ Note: Due to some ``problems'' with TexInfo, the lines starting with
+ \SP have a leading . (dot) in the TexInfo output, see [1m-a[4m[22mchar[24m.
- ACCEPTED MACROS FROM THE RCSINFO PACKAGE
+ [1mACCEPTED MACROS FROM THE RCSINFO PACKAGE[0m
\rcsInfo $Id ...$
- if the LaTeX package rcsinfo is used, this command is used to
+ if the LaTeX package rcsinfo is used, this command is used to
extract the date of the Man-page.
\rcsInfoLongDate
- if the LaTeX package rcsinfo is used, this command is used to
+ if the LaTeX package rcsinfo is used, this command is used to
typeset the date coded in the $Id ..$ string.
- ACCEPTED LaTeX MACROS
+ [1mACCEPTED LaTeX MACROS[0m
The following standard LaTeX commands are accepted:
\section{..}
- The section macro takes one argument: the name of the Man-page
- section. Each Man-page consists of several sections. Usually
- there are the following sections in a Man-page: Name (special
- handling as environment, c.f. above), Synopsis, Description,
- Options, Files, See Also, Diagnostics, Return Values, Bugs,
- Author, version, etc.
+ The section macro takes one argument: the name of the Man-page
+ section. Each Man-page consists of several sections. Usually
+ there are the following sections in a Man-page: [4mName[24m (special
+ handling as environment, c.f. above), [4mSynopsis[24m, [4mDescription[24m,
+ [4mOptions[24m, [4mFiles[24m, [4mSee[24m [4mAlso[24m, [4mDiagnostics[24m, [4mReturn[24m [4mValues[24m, [4mBugs[24m,
+ [4mAuthor[24m, [4mversion[24m, etc.
- Synopsis must be the first section after the Name environment.
+ [4mSynopsis[24m must be the first section after the Name environment.
Note: Do not use LaTeX-macrosin section names.
@@ -393,16 +412,16 @@ LaTeX COMMANDS
those.
\emph{..}
- \emph{example} is typeset as example.
+ \emph{example} is typeset as [4mexample[24m.
\textbf{..}
- \textbf{example} is typeset as example.
+ \textbf{example} is typeset as [1mexample[22m.
\texttt{..}
\textt{example} is typeset as example.
\underline{..}
- \underline{example} is typeset as example of underline .
+ \underline{example} is typeset as [4mexample[24m [4mof[24m [4munderline[24m .
\date{..}
uses .. as date.
@@ -463,7 +482,7 @@ LaTeX COMMANDS
Table environment.
\ (a \ followed by a blank) is typeset as a blank,
- although it cannot be used at the beginning of a line to make
+ although it cannot be used at the beginning of a line to make
indentation (see the \SP command).
~ is typeset as a blank.
@@ -477,41 +496,41 @@ LaTeX COMMANDS
\item inside a itemize, enumerate, or description environment.
- \today 11 November 2008(see also the rcsinfo LaTeXpackage).
+ \today 22 December 2010(see also the rcsinfo LaTeXpackage).
\ss,\"a, ...
- \ss = ß, \"a= ä, \"o= ö, \"u= ü, \"A= Ä, \"O= Ö, \"U= Ü. It is
- allowed to surround these macros in { and } in all places, even
+ \ss = ß, \"a= ä, \"o= ö, \"u= ü, \"A= Ä, \"O= Ö, \"U= Ü. It is
+ allowed to surround these macros in { and } in all places, even
inside other macros, e.g.
\textbf{\"a\"o\"u\"A\"O\"U\ss}
\textbf{\"a}{\"o}{\"u}{\"A}{\"O}{\"U}{\ss}}
\textbf{äöüÄÖÜß}
- äöüÄÖÜß äöüÄÖÜß äöüÄÖÜß
+ [1mäöüÄÖÜß äöüÄÖÜß äöüÄÖÜß[0m
- If these letters are used in their LATIN-1 8-bit coding, they are
- translated into the equivalent letter of the desired output format.
+ If these letters are used in their LATIN-1 8-bit coding, they are
+ translated into the equivalent letter of the desired output format.
E.g. Ä becomes Ä in HTML and @"A in texinfo.
- CONDITIONAL TEXT
- latex2man preprocesses the LaTeX input to allow text to be used condi-
+ [1mCONDITIONAL TEXT[0m
+ latex2man preprocesses the LaTeX input to allow text to be used condi-
tionally. A special sort of LaTeX comment is used for that purpose.
- * %@% IF condition %@%
+ [1m* [22m%@% IF [4mcondition[24m %@%
- * %@% ELSE %@%
+ [1m* [22m%@% ELSE %@%
- * %@% END-IF %@%
+ [1m* [22m%@% END-IF %@%
- A line must contain only such a comment and nothing else. condition is
- a boolean expression containing ``names'' and operators. The names
- given with the -Cname option have the value ``true'', while all other
- names occuring in the expression are assumed to be ``false''. If the
+ A line must contain only such a comment and nothing else. [4mcondition[24m is
+ a boolean expression containing ``names'' and operators. The names
+ given with the [1m-C[4m[22mname[24m option have the value ``true'', while all other
+ names occuring in the expression are assumed to be ``false''. If the
evaluation of the boolean expression results in the value ``true'', the
- text in the ``then''-part is used and the text in the optional
- ``else''-part is skipped (and vice versa). The IF/ELSE/END-IF may be
+ text in the ``then''-part is used and the text in the optional
+ ``else''-part is skipped (and vice versa). The IF/ELSE/END-IF may be
nested. As boolean operators the following are allowed:
@@ -535,21 +554,21 @@ LaTeX COMMANDS
%@% END-IF %@%
%@% END-IF %@%
- Run this manual page through latex2man with e.g. -C'abc XYZ' and have
- a look to the generated output. (If simply running the LaTeX-document
+ Run this manual page through latex2man with e.g. [1m-C[4m[22m'abc[24m [4mXYZ'[24m and have
+ a look to the generated output. (If simply running the LaTeX-document
through LaTeX,all lines are shown in the .dvi file).
abc NOT set
xyz OR !XYZ set
To check the conditional text feature, when latex2man is called with
- -CHTML the lines 1a, 2b, 3b, and 4b;
+ [1m-C[4m[22mHTML[24m the lines 1a, 2b, 3b, and 4b;
- -CTEXI the lines 1b, 2a, 3b, and 4b;
+ [1m-C[4m[22mTEXI[24m the lines 1b, 2a, 3b, and 4b;
- -CMAN the lines 1b, 2b, 3a, and 4b;
+ [1m-C[4m[22mMAN[24m the lines 1b, 2b, 3a, and 4b;
- -CLATEX
+ [1m-C[4m[22mLATEX[0m
the lines 1b, 2b, 3b, and 4a;
calling LaTeX without preprocessing
@@ -566,16 +585,16 @@ LaTeX COMMANDS
4b. The LATEX conditional was not set.
- TRANSLATION OF USER DEFINED MACROS
- The user macro translation file (given by the [-ttransfile]) contains
+ [1mTRANSLATION OF USER DEFINED MACROS[0m
+ The user macro translation file (given by the [[1m-t[4m[22mtransfile[24m]) contains
Perl commands specifying the translation of LaTeX macros defined by the
- user. These macros may have none, one or two arguments. The following
+ user. These macros may have none, one or two arguments. The following
code is expected:
- * Comments start with a # up to the end of the line.
+ [1m* [22mComments start with a # up to the end of the line.
- * For a macro \foo with no arguments, the following code must be
+ [1m* [22mFor a macro \foo with no arguments, the following code must be
specified:
Translation to Man-Pages
@@ -590,7 +609,7 @@ LaTeX COMMANDS
where ... is the translation.
- * For a macro \foo{..} with one argument, the following code must
+ [1m* [22mFor a macro \foo{..} with one argument, the following code must
be specified:
Translation to Man-Pages
@@ -606,11 +625,11 @@ LaTeX COMMANDS
$texiMacro1a{'foo'} = '...';
$texiMacro1b{'foo'} = '...';
- where ... is the translation. The 1a code is used before the
+ where ... is the translation. The 1a code is used before the
argument, while 1b is typeset after the argument is set.
- * For a macro \foo{..}{..} with two arguments, the following code
+ [1m* [22mFor a macro \foo{..}{..} with two arguments, the following code
must be specified:
Translation to Man-Pages
@@ -628,14 +647,14 @@ LaTeX COMMANDS
$texiMacro2b{'foo'} = '...';
$texiMacro2c{'foo'} = '...';
- where ... is the translation. The 2a code is used before the
- first argument, 2b between the two arguments and 2c is typeset
+ where ... is the translation. The 2a code is used before the
+ first argument, 2b between the two arguments and 2c is typeset
after the second argument is set.
- * The file latex2man.trans contains some example code.
+ [1m* [22mThe file latex2man.trans contains some example code.
- VERBATIM ENVIRONMENT
+ [1mVERBATIM ENVIRONMENT[0m
This
{is}
\texttt{a}
@@ -646,28 +665,28 @@ LaTeX COMMANDS
- SUBSECTION WORKS
+ [1mSUBSECTION WORKS[0m
This is a \subsection.
- Subsubsection works
+ [1mSubsubsection works[0m
This is a \subsubsection.
- Subsubsection still works
+ [1mSubsubsection still works[0m
This is another \subsubsection.
- GENERAL REMARKS
+ [1mGENERAL REMARKS[0m
1. Empty lines are typeset as paragraph separators.
- 2. The arguments of the LaTeX commands must not be split over sev-
+ 2. The arguments of the LaTeX commands must not be split over sev-
eral lines.
3. Do not nest calls to macros.
- 4. Except the mentioned environment and macros, the usage of other
- LaTeX environments or macros are not translated. Their usage
+ 4. Except the mentioned environment and macros, the usage of other
+ LaTeX environments or macros are not translated. Their usage
will cause garbage in the output.
5. latex2man requires Perl version >= 5.0004_03.
@@ -677,12 +696,73 @@ LaTeX COMMANDS
steps shown in the Makefile manually.
- SOME BUG FIX TESTS
+[1mCSS CLASSNAMES[0m
+ 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 [4mCSSfile[24m for these classes:
+
+
+ [1mHTML tag Class Style applies to[0m
+ body the body of the HTML page
+ h1 titlehead the title at the top of the HTML
+ page specified as an argument to
+ the [4mName[24m environment
+ h4 authorhead the author at the top of the HTML
+ page specified as an argument to
+ the [4mName[24m 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 [4msetVersion[24m macro
+ h2 sectionname a section title specified as an
+ argument to the [4msection[24m macro
+ h4 subsectionname a subsection title specified as
+ an argument to the [4msubsection[0m
+ macro
+ h5 subsubsectionname a subsubsection title specified
+ as an argument to the [4msubsubsec-[0m
+ [4mtion[24m macro
+ font progname a program name specified as an
+ argument to the [4mProg[24m macro
+ font filename a file name specified as an argu-
+ ment to the [4mFile[24m macro
+ font commandname a command name specified as an
+ argument to the [4mCmd[24m 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 [4mOpt[24m, [4moOpt[24m,
+ [4mOptArg[24m, [4moOptArg[24m or [4moOptoArg[0m
+ macros
+ font argstyle a name of an argument specified
+ as an argument to the [4mArg[24m, [4moArg[24m,
+ [4mOptArg[24m, [4moOptArg[24m or [4moOptoArg[0m
+ macros
+ a, font urlstyle a URL specified as an argument to
+ the [4mURL[24m 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 [4mEmail[24m 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 [4mTable[0m
+ environment
+ tr rowstyle a row of a table specified as a
+ [4mTable[24m environment
+ td cellstyle a cell of a table specified as a
+ [4mTable[24m environment
+
+
+[1mSOME BUG FIX TESTS[0m
Leading . and '
Now leading . and ' in generation troff output should work prop-
perly, since a \& is added. Therfore the \Dot macro has been
deleted.
- Thanks to Frank.Schilder@Mathematik.Tu-Ilmenau.De.
+ Thanks to [1mFrank.Schilder@Mathematik.Tu-Ilmenau.De[22m.
Testcase 1:
'\n' ...
@@ -696,7 +776,7 @@ LaTeX COMMANDS
%in verbatim
A % in a \verb and verbatim-environment was not emitted cor-
- rectly. Thanks to Aleksey Nogin nogin@cs.caltech.edu for the bug
+ rectly. Thanks to Aleksey Nogin [1mnogin@cs.caltech.edu [22mfor the bug
report and bug fix.
% abc
@@ -707,7 +787,7 @@ LaTeX COMMANDS
but ignore comments following this:
-REQUIREMENTS
+[1mREQUIREMENTS[0m
Perl latex2man requires Perl version >= 5.0004_03.
Make If you want to install the system with the distributed Makefile,
@@ -717,26 +797,28 @@ REQUIREMENTS
LaTeX LaTeX2e is required.
-CHANGES
- Please check the file latex2man-CHANGES for the list of changes.
+[1mCHANGES[0m
+ Please check the file [1mlatex2man-CHANGES [22mfor the list of changes and
+ acknowledgment to people contributing bugfixes or enhancements.
-VERSION
- Version: 1.23 of 2008/11/11.
+[1mVERSION[0m
+ Version: 1.24 of 2010/12/22.
-LICENSE AND COPYRIGHT
+[1mLICENSE AND COPYRIGHT[0m
Copyright
- (C)1998, Dr. Jürgen Vollmer, Viktoriastraße 15, D-76133 Karl-
- sruhe, Germany, Juergen.Vollmer@informatik-vollmer.de
+ (C)1998, Dr. Jürgen Vollmer, Viktoriastraße 15, D-76133 Karl-
+ sruhe, Germany,
+ [1mJuergen.Vollmer@informatik-vollmer.de[0m
The actual version of Latex2man may be found on my homepage
- http://www.informatik-vollmer.de/software/latex2man.html.
+ [1mhttp://www.informatik-vollmer.de/software/latex2man.html[22m.
License
- This program can be redistributed and/or modified under the
- terms of the LaTeX Project Public License Distributed from CTAN
+ This program can be redistributed and/or modified under the
+ terms of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt; either version
1 of the License, or any later version.
@@ -745,14 +827,14 @@ LICENSE AND COPYRIGHT
the place where you are living.
-AUTHOR
+[1mAUTHOR[0m
Dr. Jürgen Vollmer
Viktoriastraße 15
D-76133 Karlsruhe
- Email: Juergen.Vollmer@informatik-vollmer.de
- WWW: http://www.informatik-vollmer.de.
+ Email: [1mJuergen.Vollmer@informatik-vollmer.de[0m
+ WWW: [1mhttp://www.informatik-vollmer.de[22m.
-Documentation Tools 2008/11/11 LATEX2MAN(1)
+Documentation Tools 2010/12/22 LATEX2MAN(1)