Directory macros/latex/contrib/ejpecp
EJP/ECP
DESCRIPTION
"ejpecp" is a LaTeX2ε document class for typesetting articles for the mathematical research periodicals "Electronic Journal of Probability" (EJP) and "Electronic Communications in Probability" (ECP). The websites of these electronic journals are https://imstat.org/journals-and-publications/electronic-journal-of-probability/
COPYRIGHT
- Copyright (c) 2019-2021 by Edgaras SAKURAS, VTeX, Lithuania for EJP-ECP
- Copyright (c) 2018 by Deimantas GALCIUS, VTeX, Lithuania for EJP-ECP
- Copyright (c) 2016-2017 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
- The original EJP logo was designed by Krzysztof BURDZY
- The current MR macro was provided by Martin HAIRER
- The class internals benefited from the comments of S'ebastien GOU"EZEL
- The
getmref.pyscript is Copyright (c) 2017 S. TOLUSIS, J. PITMAN, L. TOLENE - The
getmref.pyscript is free software licensed under the GPL - See https://www.e-publications.org/ims/support/batchmref.html
FILE LIST
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 LicenseREADME.md- this file itself!getmref.py- Python2 script to add MR URLs in bibliographiesejpecp.dtx- class source fileejpecp.ins- class install fileejpecp.pdf- class documentation
HOW TO BUILD ejpecp.cls
pdflatex ejpecp.insproducesejpecp.clspdflatex ejpecp.dtxproducesejpecp.pdf
INSTRUCTIONS FOR EJP-ECP AUTHORS
- You only need
ejpecp.cls,sample.tex, andsample.pdf - Take the time to read
sample.pdf - Copy
sample.texintoyourname.tex - Edit
yourname.tex(update metadata and the content of the paper) - Be sure to have
ejpecp.clsin the same directory (or any dir scanned forcls) - Compile
yourname.texwith apdflatexengine producingyourname.pdf - More detailed instructions for authors are available on Internet:
DEPENDENCIES
ejpecp is a LaTeX2ε document class designed to be used with a pdflatex engine. ejpecp relies on the following packages: amsmath, amsfonts, amssymb, amsthm, bera, dsfont, hyperref, geometry, graphicx, latexsym, mathtools, microtype, afterpackage. It was also successfully tested with the next generation engine lualatex.
TROUBLESHOOTING
- If You get an error after compilation (e.g. in MiKTeX v2.9):
! pdfTeX error (font expansion): auto expansion is only possible with scalable fonts.
Try one of the following:
1. Add _Latin Modern_ font loading lines before the document class line:
\RequirePackage{lmodern}
\RequirePackage[T1]{fontenc}
\documentclass[EJP]{ejpecp}
It will change bitmap _Computer Modern_ fonts with scalable _Latin Modern_ fonts.
2. If 1st step does not solve the problem, then use `nofontexpansion` option:
\documentclass[nofontexpansion,EJP]{ejpecp}
It will turn off font expansion feature of `microtype` package.
**No worries**: font expansion will still be used at production stage.
- If Bitstream Vera font (i.e.
berapackage) is not available in Your TeX distribution, usenoberaclass option and add alternative main document font:
\documentclass[nobera,EJP]{ejpecp}
\usepackage{mathptmx}% URW Nimbus Roman
\usepackage[T1]{fontenc}
Some suggestions can be found here: https://www.tug.org/FontCatalogue/seriffonts.html
**No worries**: `bera` package will still be used at production stage.
LATEST VERSION
The latest version is on the CTAN at: https://www.ctan.org/pkg/ejpecp
Source code and development is on the GitHub at: https://github.com/vtex-soft/texsupport.ims-ejpecp
CHANGELOG
- 2021/11/04 v1.11.3
- Removed dash in MR
- 2021/09/07 v1.11.2
- Added
noberaandnofontexpansionoptions
- Added
- 2021/08/17 v1.11.1
- Removed dependency on
lastpagepackage
- Removed dependency on
- 2021/04/20 v1.11.0
- preprint option added
- 2021/02/11 v1.10.0
- acks environment added and support macro
- 2020/10/21 v1.9.0
- Supplement environment added
- 2020/08/26 v1.8.3
- Updated URLs
- 2020/08/05
- Updated
getmref.py- Updated README and converted to Markdown syntax
- Updated
- 2020/07/30 v1.8.2
- Updated AMS keywords to MSC2020 with url link
- Updated article no. prefix
- Updated AMS keywords to MSC2020 with url link
- 2019/04/04 v1.7
- Merged changes with production version:
fixltx2edependency removednatbibsetup withafterpackage- cosmetic changes
- Merged changes with production version:
- 2019/03/28 v1.6
- Full url doi links, new package maintainer, shorttitle info
- 2016/09/06 v1.5
hypertexnames=falseconfiguration forhyperrefpackage
- 2016/04/06 v1.4
- Abstract baselineskip correction - paragraph ending inserted at the end of abstract
- 2016/02/23 v1.3
- Updated journal URLs and DOI output format
- 2015/12/23 v1.2
- Adapt
sample.texto EJMS/VTEX transition.
- Adapt
- 2014/12/13 v1.1
- Added class option
PSTRICKSfor problematic graphics- Added Sébastien Gouëzel to
\ACKNOin sample.tex - Added load of
mathtools,fixltx2e,microtype(suggested by Sébastien Gouëzel) - Replaced
\begin/end{center}by\centeringfor figure insample.tex(idem) - Removed
\makeatletter/otherfrom class file (idem) - Removed
\ARXIVPASSWORD - Modified macro
\EMAILto allow special characters
- Added Sébastien Gouëzel to
- Added class option
- 2012/12/12 v1.0
- Added macro
\BEMAILfor new lines in footnotes- Added macro
\DEDICATORY(suggested by Richard Bass) - Added class option
NOAMSfor problematic papers - Added trailing / in journal URL appearing in page foot
- Added support for
hyperrefpdftitle and other fields - Added several environments derived from the theorem environment
- Added more comments on
mgetmref.pyand on environments insample.tex - Added more comments on
\TITLEand\AUTHORSinsample.tex - Added reference list (bibliography) to table of contents and PDF support
- Added macro
\HALIDfor Hyper Article en Ligne (French preprints) - Fixed incorrect key spacing in bibliography (reported by Martin Hairer)
- Fixed
hyperrefoptionspdfborderandcolorlinks - Modified paragraph on source file preparation in
sample.tex(clarification) - Modified margins (now left and right margins are identical)
- Modified headings (shorter paper reference, rational page number on foot)
- Modified "AMS Subject Classification 2010" into "AMS MSC 2010"
- Modified spacing after abstract for keywords, AMS-MSC, etc
- Added macro
- Added macro
- 2012/01/09 v0.57721
- Added
\EMAILmacro and updatedsample.texaccordingly- Added environments "fact" and "notations" and updated
sample.tex - Modified headings, now DOI and ISSN are in first page headings
- Modified "Key words" into "Keywords"
- Modified ECP logo (length and width of horizontal rules)
- Added environments "fact" and "notations" and updated
- Added
- 2011/12/24 v0.5772
- Added dependency on
lastpagepackage- Modified
hyperrefoptions (no link borders + other tweaks) - Modified
sample.tex(page numbering andlastpage) - Modified
\@PAGEENDusinglastpagepackage - Removed
\PAGESTARTand\PAGEENDfromsample.tex
- Modified
- Added dependency on
- 2011/12/12 v0.577
- Added macro
\ACKNO- Added script
mgetmref.py(suggested by Ph. Carmona) - Modified
\MRmacro (thanks, Martin!) and removal ofxstringdependency - Modified
sample.texwith more comments - Removed
\THANKSin favor of the standard\thanks
- Added script
- Added macro
- 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
\thebibliographywith reduced\itemsep(due tobera) - Added customized
\itemizeand\enumeratewith reduced\itemsep(due tobera) - Modified
\MR(prints now "MR-#" instead of "MR #") - Modified
sample.tex(includes corrections after Anton's comments)
- Added ISSN and support for DOI and for arXiv
- 2011/11/26 v0.5
- Initial version
Download the contents of this package in one zip archive (287.6k).
ejpecp – Class for EJP and ECP
The class is designed for typesetting articles for the mathematical research periodicals Electronic Journal of Probability (EJP) and Electronic Communications in Probability (ECP).
It depends on amsmath, amsfonts, amsthm, bera, dsfont, geometry, graphicx, hyperref, lastpage, latexsym, mathtools, microtype, and afterpackage.
| Package | ejpecp |
| Version | 1.11.3 2021-11-04 |
| Licenses | The LaTeX Project Public License 1.2 |
| Copyright | 2011–2015 Krzysztof BURDZY and Djalil CHAFAI for EJP-ECP 2016–2017 Eimantas GUMBAKIS, VTeX, Lithuania for EJP-ECP 2018 Deimantas GALCIUS, VTeX, Lithuania for EJP-ECP 2019–2021 Edgaras SAKURAS, VTeX, Lithuania for EJP-ECP |
| Maintainer | Edgaras Šakuras Djalil Chafaï (inactive) Eimantas Gumbakis (inactive) |
| Contained in | TeX Live as ejpecp MiKTeX as ejpecp |
| Topics | Class Journal |