diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-14 21:06:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-14 21:06:53 +0000 |
commit | 4bd2a337b834181c967e774caddf57b3f747e127 (patch) | |
tree | 6c066415fabd16aaea3f760a2af8a844d44cd23c /Master/texmf-dist/tex/latex/iscram | |
parent | fbe5b0dfa1b045b088e9a425c711b6acdc9afcd4 (diff) |
iscram (14nov17)
git-svn-id: svn://tug.org/texlive/trunk@45801 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/iscram')
-rw-r--r-- | Master/texmf-dist/tex/latex/iscram/iscram.cls | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/iscram/iscram.cls b/Master/texmf-dist/tex/latex/iscram/iscram.cls index 868e68820a6..c49838fc648 100644 --- a/Master/texmf-dist/tex/latex/iscram/iscram.cls +++ b/Master/texmf-dist/tex/latex/iscram/iscram.cls @@ -1,4 +1,4 @@ -% Copyright (C) 2016 by Paul Gaborit +% Copyright (C) 2016, 2017 by Paul Gaborit % % Tis file may be distributed and/or modified % @@ -7,8 +7,8 @@ % \RequirePackage{etex} \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\def\iscram@version{v1.0.2} -\def\iscram@date{2016/11/29} +\def\iscram@version{v1.1.0} +\def\iscram@date{2017/11/14} \ProvidesClass{iscram}[\iscram@date\space\iscram@version\space ISCRAM document class] % pgfkeys interface @@ -71,6 +71,25 @@ iscram 2017 footer, footer/line 1={CoRe Paper -- #1}, }, + CoRePaper2017/.style={CoRe Paper 2017=#1}, +} + +% 2018 default values (footer) +\iscramset{ + iscram 2018 footer/.style={ + footer/line 2={Proceedings of the 15th ISCRAM Conference -- Rochester, NY, USA May 2018}, + footer/line 3={Kees Boersma and Brian Tomaszewski, eds.}, + }, + WiPe Paper 2018/.style={ + iscram 2018 footer, + footer/line 1={WiPe Paper -- #1}, + }, + WiPePaper2018/.style={WiPe Paper 2018=#1}, + CoRe Paper 2018/.style={ + iscram 2018 footer, + footer/line 1={CoRe Paper -- #1}, + }, + CoRePaper2018/.style={CoRe Paper 2018=#1}, } % Process all options and load article class |