diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-22 01:17:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-22 01:17:55 +0000 |
commit | 70d3b80b036697c12ee7375c5ea98d42733189ad (patch) | |
tree | 9c3629434bc4fd366b18f917b15ba2a2b5580de4 /Master/texmf-dist/tex/latex/ptptex | |
parent | b3fa035c5532f2dd65b7b6de6cc8daca10581386 (diff) |
ptptex 0.91 (21nov08)
git-svn-id: svn://tug.org/texlive/trunk@11391 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ptptex')
-rw-r--r-- | Master/texmf-dist/tex/latex/ptptex/ptptex.cls | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/ptptex/ptptex.cls b/Master/texmf-dist/tex/latex/ptptex/ptptex.cls index 63d56d025bf..f954116e1e2 100644 --- a/Master/texmf-dist/tex/latex/ptptex/ptptex.cls +++ b/Master/texmf-dist/tex/latex/ptptex/ptptex.cls @@ -1,4 +1,4 @@ -\ProvidesClass{ptptex}[2004/4/15 ver.0.9 LaTeX Class file for PTP] +\ProvidesClass{ptptex}[2008/11/20 ver.0.91 LaTeX Class file for PTP] \newcommand{\@typeset}{\sffamily typeset using \PTPTeX.cls $\langle$Ver.0.9$\rangle$} %%%-----------------------------------------------------------%%% \DeclareOption{paper}{% @@ -110,7 +110,11 @@ Progress of Theoretical Physics, \@pubinfo% \gdef\@abst{}\par% \end{center}% \endgroup% -\vskip20\p@}} +\vskip10\p@} +\@ifundefined{@PTPindex}{}% +{\hang{\hskip 15\p@ {\scriptsize{\sffamily Subject Index:} \@PTPindex{}}}% +\gdef\@PTPindex{}\par \vskip 5.75\p@}% +} %%%bibliography%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \newenvironment{thebibliography}[1]{\vspace{-.1\baselineskip}\refsize \def\@secapp{\secsymbol}% @@ -154,7 +158,11 @@ Progress of Theoretical Physics, \@pubinfo% \gdef\@abst{} \par% \end{center}% \endgroup% -\vskip20\p@}}% +\vskip10\p@}% +\@ifundefined{@PTPindex}{}% +{\hang{\hskip 15\p@ {\scriptsize {\sffamily Subject Index:} \@PTPindex{}}}% +\gdef\@PTPindex{}\par \vskip 5.75\p@}% +} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \renewenvironment{thebibliography}[1]{\vspace{-.1\baselineskip}\refsize% \def\@secapp{\secsymbol}% @@ -613,6 +621,7 @@ Write ``Prog.~Theor.~Phys.~Vol.~(Year), Page'' in \newcommand\preprintnumber[2][30mm]{\gdef\@preprtnumwidth{#1}\gdef\@preprtnum{#2}} \newcommand\publishedin[1]{\gdef\@publishedin{#1}} \newcommand\recdate[1]{\gdef\@recdate{#1}} +\newcommand\PTPindex[1]{\gdef\@PTPindex{#1}} \newenvironment{abstract} {\small \begin{center}{\bfseries Abstract\vspace{-.5em}\vspace{0\p@}}\end{center}\quotation} {\endquotation} |