diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/latex2man/latex2man.tex')
-rw-r--r-- | Master/texmf-dist/doc/support/latex2man/latex2man.tex | 36 |
1 files changed, 14 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/support/latex2man/latex2man.tex b/Master/texmf-dist/doc/support/latex2man/latex2man.tex index 5d1c5fa19df..5dbd448756b 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.191 2010/12/22 11:54:49 vollmer Exp $ +%% $Id: latex2man.tex,v 1.196 2017/04/13 14:46:35 vollmer Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% Latex2man is a tool to translate UNIX manual pages written with LaTeX into a @@ -15,7 +15,7 @@ %% and a PERL script (latex2man) doing the actual translation. %% %% Copyright (C) 1998, Dr. Juergen Vollmer -%% Viktoriastrasse 15, D-76133 Karlsruhe, Germany +%% Am Rennbuckel 21, D-76185 Karlsruhe, Germany %% Juergen.Vollmer@informatik-vollmer.de %% License: %% This program can be redistributed and/or modified under the terms @@ -53,15 +53,15 @@ %% do we have the `rcsinfo' package? \IfFileExists{rcsinfo.sty}{ \usepackage[nofancy]{rcsinfo} -\rcsInfo $Id: latex2man.tex,v 1.191 2010/12/22 11:54:49 vollmer Exp $ +\rcsInfo $Id: latex2man.tex,v 1.196 2017/04/13 14:46:35 vollmer Exp $ \setDate{\rcsInfoLongDate} }{ -\setDate{2010/12/22} %%%% must be manually set, if rcsinfo is not present +\setDate{2017/04/13} %%%% 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.24} +\setVersion{1.25} \begin{document} @@ -151,6 +151,7 @@ Using the \Opt{-L} option, \LaTeX\ ouput can be produced, instead of \begin{Description}\setlength{\itemsep}{0cm} \item[\File{latex2man.tex}] The \LaTeX\ file containing this Man-page. +\item[\File{latex2man.inc}] A file read with \verb+\input{..}+ . \item[\File{latex2man.sty}] The \LaTeX\ package defining the environments and commands. \item[\File{latex2man.cfg}] The configuration file for \Prog{Latex2man} @@ -456,6 +457,7 @@ The following standard \LaTeX\ commands are accepted: translated into the equivalent letter of the desired output format. E.g. \texttt{Ä} becomes \texttt{\Ä}; in HTML and \texttt{@"A} in texinfo. +\item[\Bs input\{..\}] Read and process the given filename. \end{description} \subsection{Conditional Text} @@ -759,19 +761,9 @@ but ignore comments following this: % this should be ignored \item[\LaTeX] \LaTeX 2e is required. \end{description} -\section{Changes} -%@% IF LATEX %@% -{\small\verbatiminput{CHANGES}} -%@% ELSE %@% -%@% IF HTML %@% -Please check the file \URL{latex2man-CHANGES.html} for the list of changes and -acknowledgment to people contributing bugfixes or enhancements. -%@% ELSE %@% -Please check the file \URL{latex2man-CHANGES} for the list of changes and -acknowledgment to people contributing bugfixes or enhancements. - -%@% END-IF %@% -%@% END-IF %@% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\input{latex2man.inc} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Version} %%%%%%%%%%%%%%%%% @@ -782,8 +774,8 @@ Version: \Version\ of \Date. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{description} -\item[Copyright] \copyright\ 1998, Dr.~Jürgen Vollmer, Viktoriastraße 15, - D-76133 Karlsruhe, Germany,\\ +\item[Copyright] \copyright\ 1998, Dr.~Jürgen Vollmer, Am Rennbuckel 21, + D-76185 Karlsruhe, Germany,\\ \Email{Juergen.Vollmer@informatik-vollmer.de} @@ -804,8 +796,8 @@ Version: \Version\ of \Date. \noindent Dr.~Jürgen Vollmer \\ -Viktoriastraße 15 \\ -D-76133 Karlsruhe \\ +Am Rennbuckel 21 \\ +D-76185 Karlsruhe \\ Email: \Email{Juergen.Vollmer@informatik-vollmer.de} \\ WWW: \URL{http://www.informatik-vollmer.de}. |