[Tutkielma-TeX] [darcs] jydiss.cls-muutos: The author's contribution doesn't need to be next to the list of included articles anymore
Matthieu Weber
mweber at mit.jyu.fi
Tue Oct 21 11:34:09 EEST 2008
(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.
Tue Oct 21 11:31:45 EEST 2008 Matthieu Weber <mweber at mit.jyu.fi>
* The author's contribution doesn't need to be next to the list of included articles anymore
diff -rN -u old-jydiss/jydiss.cls new-jydiss/jydiss.cls
--- old-jydiss/jydiss.cls 2008-10-21 11:34:09.057009000 +0300
+++ new-jydiss/jydiss.cls 2008-10-21 11:34:09.176903000 +0300
@@ -110,6 +110,10 @@
\diss at altttfalse
\DeclareOption{alttt}{\diss at alttttrue}
+\newif\ifdiss at contrib@in at loar
+\diss at contrib@in at loarfalse
+\DeclareOption{contribinloar}{\diss at contrib@in at loartrue}
+
\newif\ifdiss at contrib@before
\diss at contrib@beforefalse
\DeclareOption{contribbefore}{\diss at contrib@beforetrue}
@@ -671,14 +675,16 @@
\cleardoublepage
\tableofcontents
\ifdiss at loar % This is ugly
- \ifdiss at contrib@before
- \listofarticles
- \else
- \listofarticles
+ \ifdiss at contrib@before
+ \listofarticles
+ \else
+ \listofarticles
+ \ifdiss at contrib@in at loar
- \jydiss at contrib@body
- \fi
- \fi
+ \jydiss at contrib@body
+ \fi
+ \fi
+ \fi
\cleardoublepage
\@mainmattertrue
\@backmatterfalse
@@ -944,7 +950,7 @@
\newlistof{articles}{loar}{\listarticlename}
\renewcommand{\@cftmakeloartitle}{\chapter*{\listarticlename}%
-\ifdiss at contrib@before\jydiss at contrib@body\fi}
+\ifdiss at contrib@in at loar\ifdiss at contrib@before\jydiss at contrib@body\fi\fi}
\newcommand{\includedarticles}{
\ifjydiss at toc@space
diff -rN -u old-jydiss/manual.tex new-jydiss/manual.tex
--- old-jydiss/manual.tex 2008-10-21 11:34:09.057009000 +0300
+++ new-jydiss/manual.tex 2008-10-21 11:34:09.176903000 +0300
@@ -139,8 +139,13 @@
\item[loar] will include the list of included articles into the document.
\item[shortloft] will put the lists of figures and tables on the same page, if
they are short. \emph{Do not use it if you do not have a list of figures}.
+\item[contribinloar] will put the content of the \env{contribution}
+environment in the list of included articles. If this option is not set, the
+content of \env{contribution} will be ignored, and the author is free to put
+the contribution's text anywhere in the document.
\item[contribbefore] will place the description of the author's contribution
-before the list of included articles instead of after.
+before the list of included articles instead of after. The \opt{contribinloar}
+option must be set for this one to have any effect.
\item[bibweaklang] has effect only if the \emph{jydiss} bibliography
style is used with Bib\TeX; it will restrict the effect of any
language field in a Bib\TeX{} record to hyphenation only. Without this
@@ -456,5 +461,10 @@
\item When using \pack{hyperref}, citations of included articles are linked to the
list of included articles, not to the title page of the article.
+\item When citing multiple references, the citation in the body of the
+document will be enclosed in square brackets (normal layout) even if it
+contains a citation of an included articles (which should be in bold and
+without brackets). It will however be prefixed with ``P'' and be identifiable
+as a reference to an included article.
\end{list}
\end{document}
More information about the Tutkielma-TeX
mailing list