blob: 30fb5aca7e1d37664b44cd8dd2d5d46946a40fd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
DESCRIPTION
"ejpecp" is a LaTeX2e document class for typesetting articles for the
mathematical research periodicals "Electronic Journal of Probability" (EJP)
and "Electronic Communications in Probability" (ECP).
COPYRIGHT
Copyright (c) 2011 by Krzysztof BURDZY and Djalil CHAFAI for EJP-ECP.
The EJP logo was designed by KB.
The ECP logo was designed when Ren\'e CARMONA was in charge of ECP.
The \MR macro was provided by Martin HAIRER
The mgetmref.py script is Copyright (c) 2004 S. TOLUSIS and J. PITMAN.
The mgetmref.py script is free software licensed under the GPL.
FILE LIST
ejpecp.cls ejpecp class (LaTeX2e)
ejpecp.ins ejpecp class installation file to produce the .cls
ejpecp.dtx ejpecp class commented code to generate the .pdf
ejpecp.pdf ejpecp class documentation in PDF format.
sample.tex sample article for EJP or ECP (source file)
sample.pdf sample article for EJP or ECP (PDF compiled)
LPPL a copy of the LaTeX Project Public License.
README this file itself!
mgetref.py Python script to add MR URLs in bibliographies
INSTRUCTIONS FOR EJP-ECP AUTHORS
You only need the three files ejpecp.cls, sample.tex, and sample.pdf
Read sample.pdf
Copy sample.tex into yourname.tex
Edit yourname.tex (update metadata and the content of the paper)
Be sure to have ejpecp.cls in the same directory (or any dir scanned for cls)
Compile yourname.tex with a pdflatex engine producing yourname.pdf
More detailed authors instructions are given on http://ejpecp.org/
DEPENDENCIES
ejpecp is a LaTeX2e document class which works only with a pdflatex engine.
ejpecp relies on the following packages: amsmath, amsfonts, amssymb, amsthm,
bera, dsfont, hyperref, geometry, graphicx, latexsym.
HOW TO REBUILD
pdflatex ejpecp.ins % generates the class file ejpecp.cls from ejpecp.dtx
pdflatex ejpecp.dtx % generates the documentation ejpecp.pdf
pdflatex sample.tex % generates the sample file sample.pdf
LATEST VERSION
The latest version of ejpecp is available on the CTAN at
Package description: http://www.ctan.org/pkg/ejpecp
Package files: http://ctan.org/tex-archive/macros/latex/contrib/ejpecp/
TODO
Mention the Python script to add MR in a tex-file. Web robot support?
CHANGELOG
2012/12/12 v0.577
Added macro \ACKNO
Added script mgetmref.py
Modified \MR macro (thanks, Martin!) and removal of xstring dependency
Modified sample.tex with more comments
Removed \THANKS in favor of the standard \thanks
2011/12/01 v0.57
Added ISSN and support for DOI and for arXiv
Added new class options "draft" and "final" (passed to the article class)
Added customized \thebibliography with reduced \itemsep (due to bera)
Added customized \itemize and \enumerate with reduced \itemsep (due to bera)
Modified \MR (prints now "MR-#" instead of "MR #")
Modified sample.tex (includes corrections after Anton's comments)
2011/11/26 v0.5
Initial version
EOF
|