summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/ejpecp/README3
-rw-r--r--Master/texmf-dist/doc/latex/ejpecp/ejpecp.pdfbin129676 -> 129199 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ejpecp/sample.pdfbin155528 -> 155526 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ejpecp/sample.tex33
-rw-r--r--Master/texmf-dist/source/latex/ejpecp/ejpecp.dtx18
-rw-r--r--Master/texmf-dist/source/latex/ejpecp/ejpecp.ins1
-rw-r--r--Master/texmf-dist/tex/latex/ejpecp/ejpecp.cls14
7 files changed, 40 insertions, 29 deletions
diff --git a/Master/texmf-dist/doc/latex/ejpecp/README b/Master/texmf-dist/doc/latex/ejpecp/README
index d0365299fdb..69dc6f6cc1d 100644
--- a/Master/texmf-dist/doc/latex/ejpecp/README
+++ b/Master/texmf-dist/doc/latex/ejpecp/README
@@ -5,6 +5,7 @@
electronic journals are http://www.imstat.org/ejp/ and http://www.imstat.org/ecp/
COPYRIGHT
+ 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
The original ECP logo was designed when Ren\'e CARMONA was in charge of ECP
@@ -51,6 +52,8 @@ LATEST VERSION
http:/mirror.ctan.org/macros/latex/contrib/ejpecp/
CHANGELOG
+ 2019/03/28 v1.6
+ Full url doi links, new package maintainer, shorttitle info
2016/09/06 v1.5
hypertexnames=false configuration for hyperref package
2016/04/06 v1.4
diff --git a/Master/texmf-dist/doc/latex/ejpecp/ejpecp.pdf b/Master/texmf-dist/doc/latex/ejpecp/ejpecp.pdf
index 7d624b83e3d..80aa1265358 100644
--- a/Master/texmf-dist/doc/latex/ejpecp/ejpecp.pdf
+++ b/Master/texmf-dist/doc/latex/ejpecp/ejpecp.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ejpecp/sample.pdf b/Master/texmf-dist/doc/latex/ejpecp/sample.pdf
index 3825691087e..bd8283d4793 100644
--- a/Master/texmf-dist/doc/latex/ejpecp/sample.pdf
+++ b/Master/texmf-dist/doc/latex/ejpecp/sample.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ejpecp/sample.tex b/Master/texmf-dist/doc/latex/ejpecp/sample.tex
index 8e62220848b..5865a7bbb92 100644
--- a/Master/texmf-dist/doc/latex/ejpecp/sample.tex
+++ b/Master/texmf-dist/doc/latex/ejpecp/sample.tex
@@ -21,7 +21,7 @@
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\documentclass[ECP]{ejpecp} % replace ECP by EJP if needed.
+\documentclass[ECP]{ejpecp} % replace ECP by EJP if needed.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
@@ -45,13 +45,14 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
+%% Shorttitle (please edit and customize for running heading): %%
%% Title (please edit and customize): %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\SHORTTITLE{Introduction to the \emph{ejpecp} Class}
+\SHORTTITLE{Introduction to the \emph{ejpecp} Class}
-\TITLE{Introduction to the \emph{ejpecp} Class Version 1.5\thanks{Supported
+\TITLE{Introduction to the \emph{ejpecp} Class Version 1.6\thanks{Supported
by the Institute of Mathematical Statistics (IMS) and the Bernoulli
Society.}\
\thanks{Current maintainer of class file is
@@ -78,7 +79,7 @@
%% Here is a compact example with two authors with same affiliation
%% \AUTHORS{%
%% Michael~First\footnote{Some University. \EMAIL{mf,js@uni.edu}
-%% \and
+%% \and
%% John~Second\footnotemark[2]}%AUTHORS
%% Note: The \footnotemark is the footnote number that you wish to reuse. Here
%% it is [2] (we took into account the footnote generated by \thanks in title).
@@ -207,7 +208,7 @@ command. The precise location of these extra load commands is clearly
mentioned in the \texttt{sample.tex} file. The \emph{ejpecp} class provides
various environments, and also important commands such as \verb+\AUTHORS+,
\verb+\TITLE+, etc.
-
+
\section{Standard predefined environments}
One of the main features of the \emph{ejpecp} class is its predefined
@@ -229,9 +230,9 @@ environments.
and this is implemented by adding an optional parameter between square
brackets to the proof environment, namely
\begin{verbatim}
- \begin{proof}[Proof of Theorem \ref{th:1}]
- This is the body of the proof of ...
- \end{proof}
+ \begin{proof}[Proof of Theorem \ref{th:1}]
+ This is the body of the proof of ...
+ \end{proof}
\end{verbatim}
We recommend that you give names to most of your theorem-like environments.
You cannot imagine how this helps your readers! The proof ends at the
@@ -251,14 +252,14 @@ environments.
Let us give some more examples of environments in action.
\begin{lemma}[My lemma]
- Body of the Lemma.
+ Body of the Lemma.
\end{lemma}
\begin{proof}
This is the body of a proof environment without name, obtained using
\begin{verbatim}
-\begin{proof}
- This is the body of ...
+\begin{proof}
+ This is the body of ...
\end{proof}
\end{verbatim}
Note again the automatic inclusion of a square box at the right place $\to$
@@ -353,13 +354,13 @@ It is produced with the following source code:
You may refer to it by using \verb+\eqref{eq:myequation}+ which
produces \eqref{eq:myequation}. Here is another numbered displayed equation
\begin{equation}
- \int_{-\infty}^{+\infty}\!(t-\gamma)^2e^{-t-e^{-t}}\,dt
- = \zeta(2)
+ \int_{-\infty}^{+\infty}\!(t-\gamma)^2e^{-t-e^{-t}}\,dt
+ = \zeta(2)
= \frac{\pi^2}{6},
\end{equation}
and yet another one, just for fun!
\begin{equation}
- \int_{-\infty}^{+\infty}\!(t-\gamma)^3e^{-t-e^{-t}}\,dt
+ \int_{-\infty}^{+\infty}\!(t-\gamma)^3e^{-t-e^{-t}}\,dt
= 2\zeta(3).
\end{equation}
@@ -448,7 +449,7 @@ bibtex entries from MathSciNet, and to use
\verb+\MR+ commands in your \verb+\bibitem+s, allowing \emph{ejpecp} to
automatically produce the links as in the sample below. Alternatively, if you
are not using MathSciNet and bibtex, you may simply produce the Math Reviews
-links by using
+links by using
\url{http://www.e-publications.org/ims/support/mref/}
At your option, you may also manually provide the arXiv identifier for
@@ -505,7 +506,7 @@ identifier. It is acceptable to leave arXiv links in the bibliography
\ACKNO{We are grateful to Martin Hairer who provided a nice \texttt{MR} macro and to S\'ebastien Gou\"ezel for his useful comments on the internals of the class file.}
-
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% You have reached the end of your document. %%
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
%%
diff --git a/Master/texmf-dist/tex/latex/ejpecp/ejpecp.cls b/Master/texmf-dist/tex/latex/ejpecp/ejpecp.cls
index 8e019a35b2e..847391dc3bb 100644
--- a/Master/texmf-dist/tex/latex/ejpecp/ejpecp.cls
+++ b/Master/texmf-dist/tex/latex/ejpecp/ejpecp.cls
@@ -23,7 +23,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ejpecp}
- [2016/09/06 v1.5 .dtx ejpecp file]
+ [2019/03/28 v1.6 .dtx ejpecp file]
\ClassInfo{ejpecp}{Copyright (c) 2016 Eimantas GUMBAKIS, VTeX, Lithuania for EJP-ECP.}
\ClassInfo{ejpecp}{Copyright (c), 2011-2015 BURDZY and CHAFAI for EJP-ECP.}
%% We declare and handle our class options
@@ -184,6 +184,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}%
@@ -195,7 +197,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
@@ -208,7 +210,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}}%
}%
@@ -263,12 +265,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
@@ -373,7 +375,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