texlive[45801] Master/texmf-dist: iscram (14nov17)

commits+karl at tug.org commits+karl at tug.org
Tue Nov 14 22:06:53 CET 2017


Revision: 45801
          http://tug.org/svn/texlive?view=revision&revision=45801
Author:   karl
Date:     2017-11-14 22:06:53 +0100 (Tue, 14 Nov 2017)
Log Message:
-----------
iscram (14nov17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/iscram/HMI.pdf
    trunk/Master/texmf-dist/doc/latex/iscram/README
    trunk/Master/texmf-dist/doc/latex/iscram/iscram-class-doc.pdf
    trunk/Master/texmf-dist/doc/latex/iscram/iscram-class-doc.tex
    trunk/Master/texmf-dist/tex/latex/iscram/iscram.cls

Modified: trunk/Master/texmf-dist/doc/latex/iscram/HMI.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/iscram/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/iscram/README	2017-11-14 21:06:39 UTC (rev 45800)
+++ trunk/Master/texmf-dist/doc/latex/iscram/README	2017-11-14 21:06:53 UTC (rev 45801)
@@ -7,7 +7,7 @@
 license
 =======
 
-Copyright (C) 2016 by Paul Gaborit
+Copyright (C) 2016, 2017 by Paul Gaborit
 
 This file may be distributed and/or modified
 

Modified: trunk/Master/texmf-dist/doc/latex/iscram/iscram-class-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/iscram/iscram-class-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/iscram/iscram-class-doc.tex	2017-11-14 21:06:39 UTC (rev 45800)
+++ trunk/Master/texmf-dist/doc/latex/iscram/iscram-class-doc.tex	2017-11-14 21:06:53 UTC (rev 45801)
@@ -1,6 +1,6 @@
 % -*- coding: utf-8; -*-
 %
-% Copyright (C) 2016 by Paul Gaborit
+% Copyright (C) 2016, 2017 by Paul Gaborit
 %
 % Tis file may be distributed and/or modified
 %
@@ -303,6 +303,31 @@
 
 \end{options}
 
+\subsubsection{Prefefined styles for 2018 edition}
+
+\begin{options}
+  
+\item[\option{iscram 2018 footer}]
+
+  a predefined style that sets the two last lines of the footer for a
+  paper published in ISCRAM 2018.
+  
+\item[\option{WiPe Paper 2018}=\generic{track name}]
+
+  a predefined style that sets the three lines of the footer for a
+  \textbf{WiPe Paper} published in the track \emph{\generic{track name}}
+  in ISCRAM 2018 (choose the appropriate track or use ``Open Track'' if
+  you do not have a specific track in mind).
+  
+\item[\option{CoRe Paper 2018}=\generic{track name}]
+  
+  a predefined style that sets the three lines of the footer for a
+  \textbf{CoRe Paper} published in the track \emph{\generic{track name}}
+  in ISCRAM 2018 (choose the appropriate track or use ``Open Track'' if
+  you do not have a specific track in mind).
+
+\end{options}
+
 \subsection{Using packages}
 
 In your preamble, you may use your prefered packages with, for example
@@ -638,7 +663,6 @@
 At the end of your paper, you should call the \macro{\printbibliography}
 macro to insert all the cited references.
 
-
 \printbibliography[heading=bibliography]
 
 \iscramshowframe
@@ -647,6 +671,8 @@
 
 \begin{itemize}
 
+\item \textbf{v1.1.0} 2018 edition update.
+
 \item \textbf{v1.0.2} PDF documentation included into CTAN package.
 
 \item \textbf{v1.0.1} Fix bibliography style for papers with same
@@ -661,7 +687,7 @@
 \begin{lstlisting}[style=TeX]
 \documentclass{iscram}
 \iscramset{
-  CoRe Paper 2017={Open Track},
+  CoRe Paper 2018={Open Track},
   title={Example of title},
   short title={Example of short title},
   author={

Modified: trunk/Master/texmf-dist/tex/latex/iscram/iscram.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/iscram/iscram.cls	2017-11-14 21:06:39 UTC (rev 45800)
+++ trunk/Master/texmf-dist/tex/latex/iscram/iscram.cls	2017-11-14 21:06:53 UTC (rev 45801)
@@ -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 at version{v1.0.2}
-\def\iscram at date{2016/11/29}
+\def\iscram at version{v1.1.0}
+\def\iscram at date{2017/11/14}
 \ProvidesClass{iscram}[\iscram at date\space\iscram at version\space ISCRAM document class]
 
 % pgfkeys interface
@@ -71,8 +71,27 @@
     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
 \ProcessPgfOptions{\iscram at keys@prefix}
 \let\@classoptionslist\relax



More information about the tex-live-commits mailing list