summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/ejpecp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-28 20:59:07 +0000
committerKarl Berry <karl@freefriends.org>2019-03-28 20:59:07 +0000
commit543988770c8c489a8d8ad8e44e0f5bf2add66a2c (patch)
tree8d6c794df797df5470410314c74030af24fa878c /Master/texmf-dist/source/latex/ejpecp
parent58f64f141bad7d97ff02df9375bc53453444ba46 (diff)
ejpecp (28mar19)
git-svn-id: svn://tug.org/texlive/trunk@50628 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/ejpecp')
-rw-r--r--Master/texmf-dist/source/latex/ejpecp/ejpecp.dtx18
-rw-r--r--Master/texmf-dist/source/latex/ejpecp/ejpecp.ins1
2 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/ejpecp/ejpecp.dtx b/Master/texmf-dist/source/latex/ejpecp/ejpecp.dtx
index 49b5f758c41..03bf9a8b27d 100644
--- a/Master/texmf-dist/source/latex/ejpecp/ejpecp.dtx
+++ b/Master/texmf-dist/source/latex/ejpecp/ejpecp.dtx
@@ -1,5 +1,6 @@
% \iffalse meta-comment
%
+% Copyright (c) 2019 by Edgaras SAKURAS, VTeX, Lithuania for EJP-ECP
% Copyright (c) 2016 by Eimantas GUMBAKIS, VTeX, Lithuania for EJP-ECP
% Copyright (C), 2011-2015 by Krzysztof BURDZY and Djalil CHAFAI for EJP-ECP
% ---------------------------------------------------------------------------
@@ -24,7 +25,7 @@
%<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<class>\ProvidesClass{ejpecp}
%<*class>
- [2016/09/06 v1.5 .dtx ejpecp file]
+ [2019/03/28 v1.6 .dtx ejpecp file]
%</class>
%<class>\ClassInfo{ejpecp}{Copyright (c) 2016 Eimantas GUMBAKIS, VTeX, Lithuania for EJP-ECP.}
%<class>\ClassInfo{ejpecp}{Copyright (c), 2011-2015 BURDZY and CHAFAI for EJP-ECP.}
@@ -43,7 +44,7 @@
%</driver>
% \fi
%
-% \CheckSum{709}
+% \CheckSum{716}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -73,6 +74,7 @@
% \changes{v1.3}{2016/02/23}{Updated journal URLs and DOI output format}
% \changes{v1.4}{2016/04/06}{Abstract baselineskip correction}
% \changes{v1.5}{2016/09/06}{hypertexnames=false configuration for hyperref package}
+% \changes{v1.6}{2019/03/28}{full url doi, package maintaining and shorttitle info}
% \GetFileInfo{ejpecp.dtx}
%
% \DoNotIndex{\newcommand,\newenvironment}
@@ -274,6 +276,8 @@
\textbf{ in PROBABILITY}\\
\rule[.08in]{1.3in}{1.6pt}}}%
}%ECPLOGO
+\def\@doiprefix{https://doi.org/}
+\def\printdoi{\texttt{\href{\@doiprefix\@DOI}{\@doiprefix\@DOI}}}
%% Macro handling the first page
\newcommand{\FIRSTPAGE}{%
\setcounter{page}{\@PAGESTART}%
@@ -285,7 +289,7 @@
no. \@PAPERNUM, \,\@PAGESTART--\@PAGEEND.}%
\centerline{ISSN:\ \texttt{\href{http://\@URL/}{\@ISSN}} %
\ifx\@DOI\undefined\else
- \ DOI: \texttt{\href{http://dx.doi.org/\@DOI}{\@DOI}}%
+ \ \printdoi
\fi}%
\bigskip
\bigskip
@@ -298,7 +302,7 @@
no. \@PAPERNUM, \@PAGESTART--\@PAGEEND.\\
\ifx\@DOI\undefined
\else
- \ DOI: \texttt{\href{http://dx.doi.org/\@DOI}{\@DOI}}%
+ \ \printdoi
\fi \\
ISSN:\ \texttt{\href{http://\@URL/}{\@ISSN}}%
}%
@@ -353,12 +357,12 @@
%% Macro setting the PDF title
\newcommand{\PDFFIELDS}{%
\hypersetup{%
- pdftitle={\@JOURNALA\ \@VOLUME\ (\@YEAR), no. \@PAPERNUM, DOI: \@DOI}}%
+ pdftitle={\@JOURNALA\ \@VOLUME\ (\@YEAR), no. \@PAPERNUM, \@doiprefix\@DOI}}%
\hypersetup{pdfkeywords={\@KEYWORDS}}%
\hypersetup{pdfproducer={\@JOURNAL\ Managing Editor http://\@URL/}}%
\hypersetup{pdfcreator={LaTeX with ejpecp.cls v1.4}}%
\hypersetup{pdfsubject={Probability Theory}}%
- \hypersetup{pdfauthor={Please see http://dx.doi.org/\@DOI}}%
+ \hypersetup{pdfauthor={Please see \@doiprefix\@DOI}}%
}%END-PDFFIELDS
%% Bibliography
@@ -463,7 +467,7 @@
\fi
%% Headings
\newcommand{\@HBLOB}{%
- \href{http://dx.doi.org/\@DOI}%
+ \href{\@doiprefix\@DOI}%
{\@JOURNAL\ \textbf{\@VOLUME}\, (\@YEAR),\ paper \@PAPERNUM.}}
\renewcommand{\@evenfoot}{%
\normalfont\footnotesize\@HBLOB\hfil
diff --git a/Master/texmf-dist/source/latex/ejpecp/ejpecp.ins b/Master/texmf-dist/source/latex/ejpecp/ejpecp.ins
index 95cbd73dc47..b67bd83ac89 100644
--- a/Master/texmf-dist/source/latex/ejpecp/ejpecp.ins
+++ b/Master/texmf-dist/source/latex/ejpecp/ejpecp.ins
@@ -1,4 +1,5 @@
%%
+%% Copyright (c) 2019 by Edgaras SAKURAS, VTeX, Lithuania for EJP-ECP
%% Copyright (c) 2016 by Eimantas GUMBAKIS, VTeX, Lithuania for EJP-ECP
%% Copyright (c), 2011-2015 by Krzysztof BURDZY and Djalil CHAFAI for EJP-ECP
%%