[Tutkielma-TeX] [darcs] jydiss.cls-muutos: Added the \artpublishmore command

Matthieu Weber matthieu.weber at jyu.fi
Wed Jun 30 15:50:41 EEST 2010


(English below)

Tämä on automaattinen ilmoitus jydiss-luokkaan tai sen dokumentaatioon tehdystä
muutoksesta.  Voit hakea uuden, muutetun version osoitteesta
  http://antti-juhani.kaijanaho.fi/darcs/jydiss/

Alla on tiedot tehdystä muutoksesta.

---

This is an automated notification of a change made to the jydiss document
class or its accompanying documentation.  You can get the new version at
  http://antti-juhani.kaijanaho.fi/darcs/jydiss/

Below, you will find information about the actual change.

Wed Jun 30 15:48:42 EEST 2010  Matthieu Weber <mweber at mit.jyu.fi>
  * Added the \artpublishmore command
diff -rN -u old-jydiss/jydiss.cls new-jydiss/jydiss.cls
--- old-jydiss/jydiss.cls	2010-06-30 15:50:41.632955407 +0300
+++ new-jydiss/jydiss.cls	2010-06-30 15:50:41.632955407 +0300
@@ -1020,6 +1020,7 @@
 \def\diss at art@title{}
 \def\diss at art@author{}
 \def\diss at art@publish{}
+\def\diss at art@publishmore{}
 \def\diss at art@year{}
 \def\diss at art@copyright{}
 \def\diss at art@pages{0}
@@ -1029,6 +1030,7 @@
 \newcommand{\arttitle}[1]{\gdef\diss at art@title{#1}}
 \newcommand{\artauthor}[1]{\gdef\diss at art@author{#1}}
 \newcommand{\artpublish}[1]{\gdef\diss at art@publish{#1}}
+\newcommand{\artpublishmore}[1]{\gdef\diss at art@publishmore{#1}}
 \newcommand{\artyear}[1]{\gdef\diss at art@year{#1}}
 \newcommand{\artcopyright}[1]{\gdef\diss at art@copyright{#1}}
 %\newcommand{\artlabel}{\textbf{P\Roman{articles}}}
@@ -1038,6 +1040,7 @@
 \newcommand{\artmakebib}{%
 \diss at art@author. \diss at art@title.
 \if\diss at art@publish\relax\else {\itshape\diss at art@publish}\fi
+\if\diss at art@publishmore\relax\else, \diss at art@publishmore\fi
 \if\diss at art@year\relax\else , \diss at art@year\fi.}
 
 % Because of NatBib. We don't want NatBib to be used for the ``included
@@ -1065,7 +1068,7 @@
 \else {\space\diss at art@year}
 \fi
 \par\vspace{1\baselineskip}
-\diss at art@publish
+\diss at art@publish\if\diss at art@publishmore\relax\else, \diss at art@publishmore\fi
 
 \if\diss at art@copyright\relax
 \else
@@ -1087,6 +1090,7 @@
 \gdef\diss at art@title{Set a title with \textbackslash arttitle}
 \gdef\diss at art@author{Set an author with \textbackslash artauthor}
 \let\diss at art@publish=\relax
+\let\diss at art@publishmore=\relax
 \let\diss at art@year=\relax
 \let\diss at art@copyright=\relax
 \diss at art@visibletrue
diff -rN -u old-jydiss/manual.tex new-jydiss/manual.tex
--- old-jydiss/manual.tex	2010-06-30 15:50:41.632955407 +0300
+++ new-jydiss/manual.tex	2010-06-30 15:50:41.632955407 +0300
@@ -267,6 +267,9 @@
 	\item[artyear] is the year the article has been published.
 	\item[artpublish] contains information about how or where the article has
 	been published.
+  \item[artpublishmore] contains extra information about how and where the
+  article has been published. The content of this macro is not automatically
+  italicized in the list of included articles.
 	\item[artcopyright] outputs information about the owner of the copyright of
 	the article, after the mention ``Reprinted with kind permission of ''
 	%\item[artcopyright] is the copyright notice for the article (the






More information about the Tutkielma-TeX mailing list