summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ejpecp/sample.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/ejpecp/sample.tex')
-rw-r--r--Master/texmf-dist/doc/latex/ejpecp/sample.tex33
1 files changed, 17 insertions, 16 deletions
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. %%