diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls b/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls index 64582b3a40a..c3a68ddd0c4 100644 --- a/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls +++ b/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls @@ -14,7 +14,7 @@ %% See: http://www.latex-project.org/lppl.txt %% ---------------------------------------------------------------- %% -\def\Version{2015/06/22 v1.4.1} +\def\Version{2016/08/05 v1.5} \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{ijdc-v9} [\Version\space Class for submissions to the International Journal of Digital Curation, volume 9 onwards.] @@ -43,7 +43,7 @@ % % These definitions are used to fill out the headers and footers. They include -% some details that are defined in \textsf{dccpaper-base.tex} and provided by +% some details that are defined in \textsf{dccpaper-base.sty} and provided by % the user: |\thedate|, |\thevolume|, |\theissue|, |\thelastpage|, |\thedoi|. % \def\dccp@publ@long{International Journal of Digital Curation} @@ -69,9 +69,14 @@ the University of Edinburgh on behalf of the Digital Curation Centre. ISSN: \def\dccp@subject{\dccp@publ@long, \thedate, Vol.\ \thevolume, Iss.\ \theissue} % +% The class is based on the \textsf{article} class, and uses A4 paper. +% +\LoadClass[a4paper,12pt,twoside]{article} + +% % The rest of the formatting happens in the following file. % -\input{dccpaper-base} +\usepackage{dccpaper-base} %% %% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh %% <info@dcc.ac.uk> |