summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-14 21:06:53 +0000
committerKarl Berry <karl@freefriends.org>2017-11-14 21:06:53 +0000
commit4bd2a337b834181c967e774caddf57b3f747e127 (patch)
tree6c066415fabd16aaea3f760a2af8a844d44cd23c
parentfbe5b0dfa1b045b088e9a425c711b6acdc9afcd4 (diff)
iscram (14nov17)
git-svn-id: svn://tug.org/texlive/trunk@45801 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/iscram/HMI.pdfbin6323 -> 5128 bytes
-rw-r--r--Master/texmf-dist/doc/latex/iscram/README2
-rw-r--r--Master/texmf-dist/doc/latex/iscram/iscram-class-doc.pdfbin262691 -> 262899 bytes
-rw-r--r--Master/texmf-dist/doc/latex/iscram/iscram-class-doc.tex32
-rw-r--r--Master/texmf-dist/tex/latex/iscram/iscram.cls25
5 files changed, 52 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/iscram/HMI.pdf b/Master/texmf-dist/doc/latex/iscram/HMI.pdf
index 81ed9f616d4..4b41e1be1bb 100644
--- a/Master/texmf-dist/doc/latex/iscram/HMI.pdf
+++ b/Master/texmf-dist/doc/latex/iscram/HMI.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/iscram/README b/Master/texmf-dist/doc/latex/iscram/README
index b274f989697..92cf1cdaac0 100644
--- a/Master/texmf-dist/doc/latex/iscram/README
+++ b/Master/texmf-dist/doc/latex/iscram/README
@@ -7,7 +7,7 @@ Information Systems for Crisis Response and Management).
license
=======
-Copyright (C) 2016 by Paul Gaborit
+Copyright (C) 2016, 2017 by Paul Gaborit
This file may be distributed and/or modified
diff --git a/Master/texmf-dist/doc/latex/iscram/iscram-class-doc.pdf b/Master/texmf-dist/doc/latex/iscram/iscram-class-doc.pdf
index 21a2de72383..3ea1c6dfe4b 100644
--- a/Master/texmf-dist/doc/latex/iscram/iscram-class-doc.pdf
+++ b/Master/texmf-dist/doc/latex/iscram/iscram-class-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/iscram/iscram-class-doc.tex b/Master/texmf-dist/doc/latex/iscram/iscram-class-doc.tex
index c53d12e1115..559c470ddcd 100644
--- a/Master/texmf-dist/doc/latex/iscram/iscram-class-doc.tex
+++ b/Master/texmf-dist/doc/latex/iscram/iscram-class-doc.tex
@@ -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 @@ or:
\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 @@ All our references: \parencite{pittir13924,
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 @@ macro to insert all the cited references.
\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 @@ macro to insert all the cited references.
\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={
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