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.tex19
1 files changed, 13 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/ejpecp/sample.tex b/Master/texmf-dist/doc/latex/ejpecp/sample.tex
index 7a7b9723bd3..4d73d776520 100644
--- a/Master/texmf-dist/doc/latex/ejpecp/sample.tex
+++ b/Master/texmf-dist/doc/latex/ejpecp/sample.tex
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% This is the sample.tex file for the ejpecp document class. %%
-%% This file is for ejpecp version 0.577 %%
+%% This file is for ejpecp version 0.5772 %%
%% Please be sure that you are using the lastest version: %%
%% http://ctan.org/tex-archive/macros/latex/contrib/ejpecp/ %%
%% %%
@@ -68,10 +68,12 @@
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\TITLE{Introduction to the \emph{ejpecp} Class Version 0.577\thanks{Supported
+\TITLE{Introduction to the \emph{ejpecp} Class Version 0.5772\thanks{Supported
by the Institute of Mathematical Statistics (IMS) and the Bernoulli
Society.}} %\thanks is optional
+% Please use capitals for the first letter of each non trivial word
+
\SHORTTITLE{Introduction to the \emph{ejpecp} Class}
\KEYWORDS{EJP ; ECP ; typesetting ; LaTeX} % Separate items with ;
@@ -99,8 +101,6 @@
\VOLUME{0}
\YEAR{2012}
\PAPERNUM{0}
-\PAGESTART{1}
-\PAGEEND{5}
\DOI{NA}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -180,7 +180,7 @@ The \emph{ejpecp} document class loads automatically the following packages:
\begin{center}
\ttfamily
amsmath, amsthm, amsfonts, amssymb, bera, dsfont, \\
- hyperref, geometry, graphicx, latexsym.
+ hyperref, geometry, graphicx, lastpage, latexsym.
\end{center}
It is therefore not necessary to add \verb+\usepackage+ load commands for
these packages to your latex file. However, you may want to load additional
@@ -281,7 +281,7 @@ Here are some more examples of predefined environments:
\section{Fonts}
The default font used by the \emph{ejpecp} class is \emph{bera}\footnote{This
- is the name of the \LaTeX\ package for \emph{bitstream} fonts}. This font
+ is the name of the \LaTeX\ package for \emph{bitstream} fonts.}. This font
looks good but does not come with ``small capitals'' shape, making the command
\verb+\textsc{...}+ ineffective. The \emph{ejpecp} class uses the \emph{double
stroke font} as a replacement for \verb+\mathbb+. For instance
@@ -291,6 +291,13 @@ command \verb+\realmathbb{...}+ (please avoid using it if possible). Note that
\verb+\mathbb{1}+ produces $\mathbb{1}$, which is particularly attractive for
indicators of sets.
+\section{Page numbering}
+
+EJP and ECP are purely electronic journals and their volumes will never be
+printed. Each paper published in EJP and ECP has pages numbered starting from
+$1$. This numbering scheme, used starting from 2012, was already used for the
+first volumes of EJP.
+
\section{Section headings and equation numbering}\label{se:mysection}
The default size for section titles in \LaTeX\ is a bit large. As you might have