summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/revtex/ltxdocext.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-11 22:30:04 +0000
committerKarl Berry <karl@freefriends.org>2019-01-11 22:30:04 +0000
commit08d349abbfdc0c3b5b82fd472d692a1783f439cb (patch)
tree722991f9c6f2e78ed890bb7f7fd5d097b1e24f29 /Master/texmf-dist/source/latex/revtex/ltxdocext.dtx
parent69f4dc372985a82d9d1e813dfb2762422205dcea (diff)
revtex (11jan19)
git-svn-id: svn://tug.org/texlive/trunk@49672 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/revtex/ltxdocext.dtx')
-rw-r--r--Master/texmf-dist/source/latex/revtex/ltxdocext.dtx39
1 files changed, 22 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/revtex/ltxdocext.dtx b/Master/texmf-dist/source/latex/revtex/ltxdocext.dtx
index ec2ccd8870f..04fdde98823 100644
--- a/Master/texmf-dist/source/latex/revtex/ltxdocext.dtx
+++ b/Master/texmf-dist/source/latex/revtex/ltxdocext.dtx
@@ -79,7 +79,7 @@ License
\keepsilent
\generate{%
%{ignore}
-% \usedir{tex/latex/revtex}%
+%\usedir{tex/latex/revtex}%
\file{ltxdocext.sty}{%
\from{ltxdocext.dtx}{package,kernel}%
}%
@@ -107,16 +107,16 @@ License
%</ignore>
% \fi
%
-% \GetFileInfo{ltxdocext.dtx}\CheckSum{941}
+% \GetFileInfo{ltxdocext.dtx}\CheckSum{955}
%
% \iffalse ltxdoc klootch
%<*ltxdocext>
%%% @LaTeX-file{
%%% filename = "ltxdocext.dtx",
-%%% version = "1.0",
-%%% date = "2008/08/13",
-%%% time = "11:23:00 GMT",
-%%% checksum = "929",
+%%% version = "1.0a",
+%%% date = "2018/12/26",
+%%% time = "17:10:03 GMT-5",
+%%% checksum = "955",
%%% author = "Arthur Ogawa (mailto:arthur_ogawa at sbcglobal.net),
%%% commissioned by the American Physical Society.
%%% ",
@@ -140,12 +140,12 @@ License
% \fi
%
% \iffalse ltxdoc klootch
-% The following references the \file{README} file,
+% The following references the \file{README-LTXDOCEXT} file,
% which contains basic information about this package.
% The contents of this file are generated when
% you typeset the programmer's documentation.
-% Search on "{filecontents*}{README}" to locate it.
-% \fi\input{README}%
+% Search on "{filecontents*}{README-LTXDOCEXT}" to locate it.
+% \fi\input{README-LTXDOCEXT}%
%
% \subsection{Bill of Materials}
%
@@ -218,7 +218,7 @@ License
% typeset documentation.
% \begin{macrocode}
%<version>
- [2008/08/04 1.1b2 ltxdoc extensions package]% \fileversion
+ [2018/12/26/17:10:03 1.0a ltxdoc extensions package]% \fileversion
% \end{macrocode}
%
%
@@ -226,7 +226,7 @@ License
%
% This module, consisting of the present section,
% typesets the programmer's documentation,
-% generating the \file{README} as required.
+% generating the \file{README-LTXDOCEXT} as required.
%
% Because the only uncommented-out lines of code at the beginning of
% this file constitute the \file{doc} module itself,
@@ -250,9 +250,9 @@ License
\documentclass[draft]{ltxdoc}
\RequirePackage{ltxdocext}%
\RequirePackage[colorlinks=true,linkcolor=blue]{hyperref}%
-\expandafter\ifx\csname package@font\endcsname\@undefined\else
- \expandafter\RequirePackage\expandafter{\csname package@font\endcsname}%
-\fi
+%\expandafter\ifx\csname package@font\endcsname\@undefined\else
+% \expandafter\RequirePackage\expandafter{\csname package@font\endcsname}%
+%\fi
\CodelineIndex\EnableCrossrefs % makeindex -s gind.ist ltxdocext
\RecordChanges % makeindex -s gglo.ist -o ltxdocext.gls ltxdocext.glo
% \end{macrocode}
@@ -293,7 +293,7 @@ License
% begin the programmer's manual.
%
% \begin{macrocode}
-\begin{filecontents*}{README}
+\begin{filecontents*}{README-LTXDOCEXT}
\title{%
Extensions to the \classname{ltxdoc} class%
\thanks{%
@@ -301,7 +301,7 @@ License
last revised \filedate.%
}%
\thanks{%
- Version \fileversion\ \copyright\ 2008 The American Physical Society
+ Version \fileversion\ \copyright\ 2019 American Physical Society
}%
}%
\author{%
@@ -320,7 +320,7 @@ This file embodies the \classname{ltxdocext} package,
the implementation and its user documentation.
The distribution point for this work is
-\url{publish.aps.org/revtex},
+\url{journals.aps.org/revtex},
which contains prebuilt runtime files, documentation, and full source,
ready to add to a TDS-compliant \TeX\ installation.
@@ -406,6 +406,11 @@ Run \texttt{mktexlsr} on \file{$TEXMF/} (you may need root access).
Build and installation are now complete;
now put a \cmd\usepackage\texttt{\{ltxutil\}} in your document preamble!
\end{enumerate}
+
+\subsection{Change Log}
+\changes{1.0a}{2018/12/12}{(MD) Updated name of README file and use standard fonts when typesetting}%
+
+
\end{filecontents*}
% \end{macrocode}
%