diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/aps.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/aps.4ht | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/aps.4ht b/Master/texmf-dist/tex/generic/tex4ht/aps.4ht index 96c828c8762..17bb7022c1e 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/aps.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/aps.4ht @@ -1,15 +1,15 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% aps.4ht 2007-01-03-21:02 % -% Copyright (C) 2002--2007 Eitan M. Gurari % +% aps.4ht 2008-02-28-20:51 % +% Copyright (C) 2002--2008 Eitan M. Gurari % % % % This work may be distributed and/or modified under the % % conditions of the LaTeX Project Public License, either % -% version 1.3 of this license or (at your option) any % +% version 1.3c of this license or (at your option) any % % later version. The latest version of this license is % % in % % http://www.latex-project.org/lppl.txt % -% and version 1.3 or later is part of all distributions % -% of LaTeX version 2003/12/01 or later. % +% and version 1.3c or later is part of all distributions % +% of LaTeX version 2005/12/01 or later. % % % % This work has the LPPL maintenance status "maintained".% % % @@ -24,7 +24,7 @@ % gurari@cse.ohio-state.edu % % http://www.cse.ohio-state.edu/~gurari % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2007-01-03-21:02} +\immediate\write-1{version 2008-02-28-20:51} \ifx \@authoraddress\:UnDef \let\@svsechd\empty @@ -46,7 +46,7 @@ \let\aps:centering=\centering \def\centering##1\par{\aps:centering\a:address##1\b:address\par}% \def\nointerlineskip{\def\centering####1\par{% - \aps:centering\a:aut####1\b:aut\par}}} + \aps:centering\a:author####1\b:author\par}}} \NewConfigure{address}{2} @@ -58,7 +58,7 @@ \def\sec:typ{title}% \Configure{HtmlPar}{}{}{}{}% \pend:def\@title{\a:ttl}\append:def\@title{\b:ttl\vskip2.5pt}% - \pend:def\@date{\a:dat}\append:def\@date{\b:dat}% + \pend:def\@date{\a:date}\append:def\@date{\b:date}% \pend:def\@authoraddress{\bgroup\:authoraddress }% \append:def\@authoraddress{\egroup }% \def\and{\a:and} @@ -70,8 +70,8 @@ \NewConfigure{maketitle}[4]{\c:def\a:mktl{#1}\c:def\b:mktl{#2}% \c:def\a:ttl{#3}\c:def\b:ttl{#4}} \NewConfigure{thanks author date and}[8]{% - \c:def\a:thanks{#1}\c:def\b:thanks{#2}\c:def\a:aut{#3}\c:def\b:aut{#4}% - \c:def\a:dat{#5}\c:def\b:dat{#6}\c:def\a:and{#7}\c:def\e:mktl{#8}} + \c:def\a:thanks{#1}\c:def\b:thanks{#2}\c:def\a:author{#3}\c:def\b:author{#4}% + \c:def\a:date{#5}\c:def\b:date{#6}\c:def\a:and{#7}\c:def\e:mktl{#8}} \def\@part[#1]#2{% \ifnum \c@secnumdepth >-2\relax |