diff options
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/dccpaper/Makefile | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/dccpaper/Makefile b/Master/texmf-dist/source/latex/dccpaper/Makefile index ad64de346f7..4ad993a5953 100644 --- a/Master/texmf-dist/source/latex/dccpaper/Makefile +++ b/Master/texmf-dist/source/latex/dccpaper/Makefile @@ -39,5 +39,5 @@ install: all sudo cp README $(UTREE)/doc/latex/$(NAME) zip: all mkdir $(TDIR) - cp $(NAME).{pdf,dtx} ijdc-v9.cls idcc.cls $(NAME)-base.tex $(NAME)-by.{eps,pdf} $(NAME)-{biblatex,apacite}.bib README Makefile $(TDIR) + cp $(NAME).{pdf,dtx} $(NAME)-by.{eps,pdf} README Makefile $(TDIR) cd $(TEMP); zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME) diff --git a/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx b/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx index 453de0d70fc..7eaa709ed48 100644 --- a/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx +++ b/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment %<*internal|ijdc9|idcc|base> -\def\Version{2014/08/07 v1.3} +\def\Version{2014/10/14 v1.3.1} %</internal|ijdc9|idcc|base> %<*internal> \iffalse @@ -214,7 +214,7 @@ the University of Edinburgh on behalf of the Digital Curation Centre. ISSN: \DeclareOption{15}{% \def\dccp@publ@short{IDCC15} \def\dccp@publ@msg{The 10th \dccp@publ@long\ takes place on 9--12 February - 2014 in London. URL: \url{http://www.dcc.ac.uk/events/idcc15/}} + 2015 in London. URL: \url{http://www.dcc.ac.uk/events/idcc15/}} \def\dccp@subject{10th \dccp@publ@long, 2015} } \ProcessOptions\relax @@ -2067,6 +2067,8 @@ Any acknowledgements should be placed in a section immediately before the refere \section{Appendix A: Change History} \begin{description} +\item[v1.3.1] 2014-10-14\\ +Fixed typographical error relating to details of IDCC 2015. \item[v1.3] 2014-08-07\\ Added documentation of \lstinline|\conference| command. Improved display of footnotes, footnote markers and \texttt{itemize}\slash \texttt{enumerate} lists. Fixed a bug in the handling of author information. Fixed and improved how the transition from first to subsequent page geometry is achieved. Updated the details of IDCC 2015. \item[v1.2] 2014-04-11\\ |