summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ejpecp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-24 00:31:16 +0000
committerKarl Berry <karl@freefriends.org>2011-12-24 00:31:16 +0000
commit92060a70fbd8f69f4d5d8966eb83c401c075053c (patch)
treed1fdcf683560a0a0ed5370a87d3b88d68d5a87f4 /Master/texmf-dist/tex/latex/ejpecp
parent7b8ca07179060efe1bd56032900349140da1ef7c (diff)
ejpecp (23dec11)
git-svn-id: svn://tug.org/texlive/trunk@24930 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ejpecp')
-rw-r--r--Master/texmf-dist/tex/latex/ejpecp/ejpecp.cls19
1 files changed, 11 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/ejpecp/ejpecp.cls b/Master/texmf-dist/tex/latex/ejpecp/ejpecp.cls
index eae0fd8a7df..92d2c1cc73f 100644
--- a/Master/texmf-dist/tex/latex/ejpecp/ejpecp.cls
+++ b/Master/texmf-dist/tex/latex/ejpecp/ejpecp.cls
@@ -22,7 +22,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ejpecp}
- [2011/12/12 v0.57 .dtx ejpecp file]
+ [2011/12/24 v0.5772 .dtx ejpecp file]
\ClassInfo{ejpecp}{Copyright (c) BURDZY and CHAFAI for EJP-ECP, 2011.}
%% We declare and handle our class options
\DeclareOption{EJP}{%
@@ -63,13 +63,16 @@
%% Packages and their options
\RequirePackage[pdftex]{graphicx}
\DeclareGraphicsExtensions{.pdf,.PDF,.eps,.EPS,.png,.PNG,.jpg,.JPG,.jpeg,.JPEG}
+\RequirePackage{lastpage}
\RequirePackage{amsmath,amsfonts,amssymb,amsthm,latexsym,dsfont}
\RequirePackage{geometry}
\geometry{a4paper,portrait,left=4.5cm,right=2.5cm,top=3.5cm,bottom=3.5cm}
\RequirePackage{bera} % beware that the logo is sensitive to default font change
-\RequirePackage[pdftex]{hyperref}
-\hypersetup{colorlinks=false,urlcolor=black,citecolor=black}
-\hypersetup{pdfcreator=PDFLaTeX with ejpecp class}
+\RequirePackage[pdftex,pagebackref=false]{hyperref}
+\hypersetup{colorlinks=false}
+\hypersetup{pdfborder=0}
+\hypersetup{pdfcreator=pdflatex engine with ejpecp class}
+\hypersetup{pdfstartview={FitH}}
%%%% Macros et Environments
%% General macros
\makeatletter%
@@ -81,8 +84,8 @@
\newcommand{\@VOLUME}{0}
\newcommand{\@PAPERNUM}{0}
\newcommand{\@YEAR}{2012}
-\newcommand{\@PAGESTART}{0}
-\newcommand{\@PAGEEND}{0}
+\newcommand{\@PAGESTART}{1}
+\newcommand{\@PAGEEND}{\pageref{LastPage}} % using lastpage package
\newcommand{\@SUBMITTED}{FIXME!}
\newcommand{\@ACCEPTED}{FIXME!}
\newcommand{\TITLE}[1]{\renewcommand{\@TITLE}{#1}}
@@ -95,8 +98,8 @@
\newcommand{\VOLUME}[1]{\renewcommand{\@VOLUME}{#1}}
\newcommand{\PAPERNUM}[1]{\renewcommand{\@PAPERNUM}{#1}}
\newcommand{\YEAR}[1]{\renewcommand{\@YEAR}{#1}}
-\newcommand{\PAGESTART}[1]{\renewcommand{\@PAGESTART}{#1}}
-\newcommand{\PAGEEND}[1]{\renewcommand{\@PAGEEND}{#1}}
+\newcommand{\PAGESTART}[1]{\renewcommand{\@PAGESTART}{#1}} % unused
+\newcommand{\PAGEEND}[1]{\renewcommand{\@PAGEEND}{#1}} % unused
\newcommand{\SUBMITTED}[1]{\renewcommand{\@SUBMITTED}{#1}}
\newcommand{\ACCEPTED}[1]{\renewcommand{\@ACCEPTED}{#1}}
\newcommand{\DOI}[1]{\gdef\@DOI{10.1214/\@JOURNAL.#1}}