summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-10-06 20:19:34 +0000
committerKarl Berry <karl@freefriends.org>2017-10-06 20:19:34 +0000
commit3b3fce55d2ac12d0bb1770df88d866bca9e42bb9 (patch)
tree2f54190b0fac034a5e058a595d10bd1023739b57 /Master/texmf-dist/doc/support
parent9e360eb6c85299ab352ee67f03e2547574c53c9b (diff)
latex2man (6oct17)
git-svn-id: svn://tug.org/texlive/trunk@45484 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r--Master/texmf-dist/doc/support/latex2man/CHANGES5
-rw-r--r--Master/texmf-dist/doc/support/latex2man/Makefile6
-rw-r--r--Master/texmf-dist/doc/support/latex2man/README4
-rw-r--r--Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.251
-rw-r--r--Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.261
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html5
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man.html16
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man.pdfbin281109 -> 281163 bytes
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man.tex14
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man.texi12
-rw-r--r--Master/texmf-dist/doc/support/latex2man/latex2man.txt105
11 files changed, 92 insertions, 77 deletions
diff --git a/Master/texmf-dist/doc/support/latex2man/CHANGES b/Master/texmf-dist/doc/support/latex2man/CHANGES
index 45a1abaca79..97af3d5da54 100644
--- a/Master/texmf-dist/doc/support/latex2man/CHANGES
+++ b/Master/texmf-dist/doc/support/latex2man/CHANGES
@@ -2,7 +2,10 @@
Change history of the latex2man package
=======================================
-$Id: CHANGES,v 1.65 2017/04/13 14:34:26 vollmer Exp $
+$Id: CHANGES,v 1.69 2017/10/06 16:24:45 vollmer Exp $
+1.26 06 Oct 2017 - Handle \end{document},
+ fixed deprecated regular exprs and minor typoos
+ Thanks to "Gene Cooperman" <gene@ccs.neu.edu>
1.25 13 Apr 2017 - Handle \input{filename} macro.
1.24 21 Dec 2010 - Thanks to "Tom Brand" <tbrand@manumit-systems.com>,
who added the CSS support to the HTML generation procedure.
diff --git a/Master/texmf-dist/doc/support/latex2man/Makefile b/Master/texmf-dist/doc/support/latex2man/Makefile
index 46addf65c52..5d9e31e3dd7 100644
--- a/Master/texmf-dist/doc/support/latex2man/Makefile
+++ b/Master/texmf-dist/doc/support/latex2man/Makefile
@@ -1,7 +1,7 @@
# Project: Documentation Tools
# Descr: Latex --> MAN-page (groff -man), Makefile
# Author: Dr. Jürgen Vollmer, Juergen.Vollmer@informatik-vollmer.de
-# $Id: Makefile,v 1.121 2017/04/13 14:47:10 vollmer Exp $
+# $Id: Makefile,v 1.124 2017/10/06 16:25:08 vollmer Exp $
BASE = latex2man
@@ -23,8 +23,8 @@ EX = --exclude "*.o" --exclude core --exclude "*.tar.gz" --exclude "*~" \
--exclude "*.a" --exclude "*.php"
EXrcs = $(EX) --exclude "*/RCS/*" --exclude "*/RCS"
-VERSION = 1.25
-V_DATE = 2017/04/13
+VERSION = 1.26
+V_DATE = 2017/10/06
latex2man = ./latex2man
D = $
diff --git a/Master/texmf-dist/doc/support/latex2man/README b/Master/texmf-dist/doc/support/latex2man/README
index 83d78f640b4..5cdd8be3dbd 100644
--- a/Master/texmf-dist/doc/support/latex2man/README
+++ b/Master/texmf-dist/doc/support/latex2man/README
@@ -17,7 +17,7 @@ Requirements:
- Latex2man requires Perl version >= 5.0004_03.
- LaTeX2e
-VERSION: 1.25
+VERSION: 1.26
Author and Copyright (c) 1998:
Dr. Jürgen Vollmer
@@ -33,4 +33,4 @@ License:
If you find this software useful, please send me a postcard.
-$Id: README,v 1.66 2017/04/13 19:20:00 vollmer Exp $
+$Id: README,v 1.67 2017/10/02 13:25:29 vollmer Exp $
diff --git a/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.25 b/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.25
deleted file mode 100644
index 42e245b63be..00000000000
--- a/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.25
+++ /dev/null
@@ -1 +0,0 @@
-VERSION 1.25 DATE=2017/04/13
diff --git a/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.26 b/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.26
new file mode 100644
index 00000000000..499dd6a3ac7
--- /dev/null
+++ b/Master/texmf-dist/doc/support/latex2man/THIS-IS-VERSION-1.26
@@ -0,0 +1 @@
+VERSION 1.26 DATE=2017/10/06
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html b/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html
index 6036b416c61..595ec5e067b 100644
--- a/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html
+++ b/Master/texmf-dist/doc/support/latex2man/latex2man-CHANGES.html
@@ -7,7 +7,10 @@
Change history of the latex2man package
=======================================
-$Id: CHANGES,v 1.65 2017/04/13 14:34:26 vollmer Exp $
+$Id: CHANGES,v 1.69 2017/10/06 16:24:45 vollmer Exp $
+1.26 06 Oct 2017 - Handle \end{document},
+ fixed deprecated regular exprs and minor typoos
+ Thanks to "Gene Cooperman" &lt;gene@ccs.neu.edu&gt;
1.25 13 Apr 2017 - Handle \input{filename} macro.
1.24 21 Dec 2010 - Thanks to "Tom Brand" &lt;tbrand@manumit-systems.com&gt;,
who added the CSS support to the HTML generation procedure.
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.html b/Master/texmf-dist/doc/support/latex2man/latex2man.html
index 3db38c79faa..5e23606027e 100644
--- a/Master/texmf-dist/doc/support/latex2man/latex2man.html
+++ b/Master/texmf-dist/doc/support/latex2man/latex2man.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<!-- Manual page created with latex2man on Do 13. Apr 21:21:18 CEST 2017
+<!-- Manual page created with latex2man on Fr 6. Okt 19:19:31 CEST 2017
** Author of latex2man: Juergen.Vollmer@informatik-vollmer.de
** NOTE: This file is generated, DO NOT EDIT. -->
<html>
@@ -11,8 +11,8 @@ LaTeX2man -<br>
A Documentation Tool
</h1>
<h4 class="authorhead">Dr.&nbsp;J&uuml;rgen Vollmer </h4>
-<h4 class="datehead">2017/04/13</h4>
-<h4 class="versionhead">Version 1.25</h4>
+<h4 class="datehead">2017/10/06</h4>
+<h4 class="versionhead">Version 1.26</h4>
<p>
<font class="progname">Latex2man</font>
is a tool to translate UNIX manual pages written with
@@ -669,7 +669,7 @@ Note: Do not use LaTeX-macrosin section names.
<dd> <tt>\textbf{example}</tt> is typeset as <strong>example</strong>.
</dd>
<dt>\texttt{..}</dt>
-<dd><tt>\textt{example}</tt> is typeset as <tt>example</tt>.
+<dd><tt>\texttt{example}</tt> is typeset as <tt>example</tt>.
</dd>
<dt>\underline{..}</dt>
<dd><tt>\underline{example}</tt> is typeset as
@@ -780,7 +780,7 @@ or
environment.
</dd>
<dt>\today</dt>
-<dd> 13 April 2017 (see also the <tt>rcsinfo</tt>
+<dd> 06 October 2017 (see also the <tt>rcsinfo</tt>
LaTeXpackage).
</dd>
<dt>\ss,\"a, ...</dt>
@@ -807,6 +807,8 @@ in texinfo.
</dd>
</dl>
<p>
+Please note: the name of the LaTeX-macrosand its arguments must be contained in one line.
+<p>
<h4 class="subsectionname"><a name="section_13">Conditional Text</a></h4>
<p>
@@ -1346,7 +1348,7 @@ acknowledgment to people contributing bugfixes or enhancements.
<h2 class="sectionname"><a name="section_24">Version</a></h2>
<p>
-Version: 1.25 of 2017/04/13.
+Version: 1.26 of 2017/10/06.
<p>
<h2 class="sectionname"><a name="section_25">License and Copyright</a></h2>
@@ -1358,7 +1360,7 @@ D-76185 Karlsruhe, Germany,<br>
<a class="emailstyle" href ="mailto:Juergen.Vollmer@informatik-vollmer.de">Juergen.Vollmer@informatik-vollmer.de</a>
<p>
-The actual version of <font class="progname">Latex2man</font>
+The most recent version of <font class="progname">Latex2man</font>
may be found on my homepage<br>
<a class="urlstyle" href ="http://www.informatik-vollmer.de/software/latex2man.html"><tt>http://www.informatik-vollmer.de/software/latex2man.html</tt></a>.
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.pdf b/Master/texmf-dist/doc/support/latex2man/latex2man.pdf
index 52ef3b2e337..bd342ed422a 100644
--- a/Master/texmf-dist/doc/support/latex2man/latex2man.pdf
+++ b/Master/texmf-dist/doc/support/latex2man/latex2man.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.tex b/Master/texmf-dist/doc/support/latex2man/latex2man.tex
index 5dbd448756b..78896d6db54 100644
--- a/Master/texmf-dist/doc/support/latex2man/latex2man.tex
+++ b/Master/texmf-dist/doc/support/latex2man/latex2man.tex
@@ -2,7 +2,7 @@
%% Project: Documentation Tools
%% Descr: Latex --> MAN-page (groff -man), LATEX documentation
%% Author: Dr. Jürgen Vollmer, Juergen.Vollmer@informatik-vollmer.de
-%% $Id: latex2man.tex,v 1.196 2017/04/13 14:46:35 vollmer Exp $
+%% $Id: latex2man.tex,v 1.200 2017/10/06 17:19:31 vollmer Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Latex2man is a tool to translate UNIX manual pages written with LaTeX into a
@@ -53,15 +53,15 @@
%% do we have the `rcsinfo' package?
\IfFileExists{rcsinfo.sty}{
\usepackage[nofancy]{rcsinfo}
-\rcsInfo $Id: latex2man.tex,v 1.196 2017/04/13 14:46:35 vollmer Exp $
+\rcsInfo $Id: latex2man.tex,v 1.200 2017/10/06 17:19:31 vollmer Exp $
\setDate{\rcsInfoLongDate}
}{
-\setDate{2017/04/13} %%%% must be manually set, if rcsinfo is not present
+\setDate{2017/10/06} %%%% must be manually set, if rcsinfo is not present
\message{package rcsinfo not present, discard it}
}
\setVersionWord{Version:} %%% that's the default, no need to set it.
-\setVersion{1.25}
+\setVersion{1.26}
\begin{document}
@@ -402,7 +402,7 @@ The following standard \LaTeX\ commands are accepted:
\item[\Bs subsubsection\{..\}] those.
\item[\Bs emph\{..\}] \verb+\emph{example}+ is typeset as \emph{example}.
\item[\Bs textbf\{..\}] \verb+\textbf{example}+ is typeset as \textbf{example}.
-\item[\Bs texttt\{..\}]\verb+\textt{example}+ is typeset as \texttt{example}.
+\item[\Bs texttt\{..\}]\verb+\texttt{example}+ is typeset as \texttt{example}.
\item[\Bs underline\{..\}]\verb+\underline{example}+ is typeset as
\underline{example of underline}.
\item[\Bs date\{..\}] uses \verb+..+ as date.
@@ -460,6 +460,8 @@ The following standard \LaTeX\ commands are accepted:
\item[\Bs input\{..\}] Read and process the given filename.
\end{description}
+Please note: the name of the \LaTeX-macros and its arguments must be contained in one line.
+
\subsection{Conditional Text}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -779,7 +781,7 @@ Version: \Version\ of \Date.
\Email{Juergen.Vollmer@informatik-vollmer.de}
- The actual version of \Prog{Latex2man} may be found on my homepage\\
+ The most recent version of \Prog{Latex2man} may be found on my homepage\\
\URL{http://www.informatik-vollmer.de/software/latex2man.html}.
\item[License] This program can be redistributed and/or modified under the
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.texi b/Master/texmf-dist/doc/support/latex2man/latex2man.texi
index faa01bb6e91..beb97e573e3 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 Do 13. Apr 21:21:18 CEST 2017>
+@c Manual page created with latex2man on Fr 6. Okt 19:19:31 CEST 2017>
@c NOTE: This file is generated, DO NOT EDIT.
@dircategory Man-pages
@direntry
@@ -569,7 +569,7 @@ those.
@item \textbf@{..@}
@t{\textbf@{example@}} is typeset as @strong{example}.
@item \texttt@{..@}
-@t{\textt@{example@}} is typeset as @t{example}.
+@t{\texttt@{example@}} is typeset as @t{example}.
@item \underline@{..@}
@t{\underline@{example@}} is typeset as
example of underline.
@@ -646,7 +646,7 @@ or
@t{description}
environment.
@item \today
-13 April 2017(see also the @t{rcsinfo}
+06 October 2017(see also the @t{rcsinfo}
LaTeXpackage).
@item \ss,\"a, ...
\ss = @ss{}, \"a= @"a, \"o= @"o, \"u= @"u,
@@ -669,6 +669,8 @@ in texinfo.
Read and process the given filename.
@end table
+Please note: the name of the LaTeX-macrosand its arguments must be contained in one line.
+
@node Conditional Text, Translation of User Defined Macros, Accepted LaTeX Macros, Top
@subsection Conditional Text
@@ -1080,7 +1082,7 @@ acknowledgment to people contributing bugfixes or enhancements.
@section Version
-Version: 1.25 of 2017/04/13.
+Version: 1.26 of 2017/10/06.
@node License and Copyright, Author, Version, Top
@section License and Copyright
@@ -1093,7 +1095,7 @@ D-76185 Karlsruhe, Germany,@*
@email{Juergen.Vollmer@@informatik-vollmer.de}
-The actual version of Latex2man
+The most recent version of Latex2man
may be found on my homepage@*
@url{http://www.informatik-vollmer.de/software/latex2man.html}.
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.txt b/Master/texmf-dist/doc/support/latex2man/latex2man.txt
index 652cf610552..cf36b5b2116 100644
--- a/Master/texmf-dist/doc/support/latex2man/latex2man.txt
+++ b/Master/texmf-dist/doc/support/latex2man/latex2man.txt
@@ -409,7 +409,7 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
\textbf{example} is typeset as [1mexample[22m.
\texttt{..}
- \textt{example} is typeset as example.
+ \texttt{example} is typeset as example.
\underline{..}
\underline{example} is typeset as [4mexample[24m [4mof[24m [4munderline[24m .
@@ -487,7 +487,7 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
\item inside a itemize, enumerate, or description environment.
- \today 13 April 2017(see also the rcsinfo LaTeXpackage).
+ \today 06 October 2017(see also the rcsinfo LaTeXpackage).
\ss,\"a, ...
\ss = ß, \"a= ä, \"o= ö, \"u= ü, \"A= Ä, \"O= Ö, \"U= Ü. It is
@@ -507,8 +507,11 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
\input{..}
Read and process the given filename.
+ Please note: the name of the LaTeX-macrosand its arguments must be con-
+ tained in one line.
+
[1mCONDITIONAL TEXT[0m
- latex2man preprocesses the LaTeX input to allow text to be used condi-
+ latex2man preprocesses the LaTeX input to allow text to be used condi-
tionally. A special sort of LaTeX comment is used for that purpose.
[1m* [22m%@% IF [4mcondition[24m %@%
@@ -517,13 +520,13 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
[1m* [22m%@% END-IF %@%
- 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
+ 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:
( and ) for grouping are allowed.
@@ -545,8 +548,8 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
%@% END-IF %@%
%@% END-IF %@%
- 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
+ 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
@@ -579,14 +582,14 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
4b. The LATEX conditional was not set.
[1mTRANSLATION OF USER DEFINED MACROS[0m
- The user macro translation file (given by the [[1m-t[4m[22mtransfile[24m]) contains
+ 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:
[1m* [22mComments start with a # up to the end of the line.
- [1m* [22mFor 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
@@ -600,7 +603,7 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
where ... is the translation.
- [1m* [22mFor 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
@@ -615,10 +618,10 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
$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.
- [1m* [22mFor 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
@@ -636,8 +639,8 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
$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.
[1m* [22mThe file latex2man.trans contains some example code.
@@ -664,13 +667,13 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
[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.
@@ -681,44 +684,44 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
[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
+ 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
+ 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
+ page specified as an argument to
the [4mName[24m environment
- h4 datehead the date at the top of the HTML
+ 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
+ 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
+ h2 sectionname a section title specified as an
argument to the [4msection[24m macro
- h4 subsectionname a subsection title specified as
+ 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
+ h5 subsubsectionname a subsubsection title specified
+ as an argument to the [4msubsubsec-[0m
[4mtion[24m macro
- font progname a program name specified as an
+ 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
+ font commandname a command name specified as an
argument to the [4mCmd[24m macro
- font textstyle all text that is not an argument
+ 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,
+ 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,
+ 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
@@ -733,15 +736,15 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
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
+ tr rowstyle a row of a table specified as a
[4mTable[24m environment
- td cellstyle a cell of a table specified as a
+ 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
+ perly, since a \& is added. Therfore the \Dot macro has been
deleted.
Thanks to [1mFrank.Schilder@Mathematik.Tu-Ilmenau.De[22m.
Testcase 1:
@@ -755,7 +758,7 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
abc ... abc . efg ' 123
%in verbatim
- A % in a \verb and verbatim-environment was not emitted cor-
+ A % in a \verb and verbatim-environment was not emitted cor-
rectly. Thanks to Aleksey Nogin [1mnogin@cs.caltech.edu [22mfor the bug
report and bug fix.
@@ -776,24 +779,24 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
LaTeX LaTeX2e is required.
[1mCHANGES[0m
- Please check the file [1mlatex2man-CHANGES [22mfor the list of changes and
+ Please check the file [1mlatex2man-CHANGES [22mfor the list of changes and
acknowledgment to people contributing bugfixes or enhancements.
[1mVERSION[0m
- Version: 1.25 of 2017/04/13.
+ Version: 1.26 of 2017/10/06.
[1mLICENSE AND COPYRIGHT[0m
Copyright
- (C)1998, Dr. Jürgen Vollmer, Am Rennbuckel 21, D-76185 Karls-
+ (C)1998, Dr. Jürgen Vollmer, Am Rennbuckel 21, D-76185 Karls-
ruhe, Germany,
[1mJuergen.Vollmer@informatik-vollmer.de[0m
- The actual version of Latex2man may be found on my homepage
+ The most recent version of Latex2man may be found on my homepage
[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.
@@ -807,4 +810,4 @@ LATEX2MAN(1) Documentation Tools LATEX2MAN(1)
Email: [1mJuergen.Vollmer@informatik-vollmer.de[0m
WWW: [1mhttp://www.informatik-vollmer.de[22m.
-Documentation Tools 2017/04/13 LATEX2MAN(1)
+Documentation Tools 2017/10/06 LATEX2MAN(1)