authorformat=year (0.61beta)

Dominik Waßenhoven <[email protected]>
Newsgroups gmane.comp.tex.bibtex.jurabib.user
Message-ID <[email protected]>
Dear all,

I encountered a somewhat strange behaviour when using jurabib v0.61beta 
with option "authorformat=year". If a shorttitle is given and at least 
two works of one author are cited, the shorttitle is displayed not only 
by using \citetitle, but also with the normal \cite command (i.e. Author 
(2000): Shorttitle). This was not the case in v0.6 (I tested it with the 
same minimal example shown below). I think this has something to do with 
the bugfix concerning the \citetitle command and authorformat=year that 
I read of in changes.txt.

Dominik.-

Minimal example follows:
---------------------------------
\documentclass{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\listfiles
\usepackage[ngerman]{babel}
\usepackage[authorformat=year]{jurabib}

\begin{document}
\cite{noshort1,noshort2}

\cite{short1,short2}

\bibliographystyle{jurabib}
\bibliography{literatur}

\end{document}
---------------------------------
And the corresponding bib-file:
---------------------------------
@BOOK{noshort1,
   author = {Author, Arnold},
   title = {Booktitle},
   address = {London},
   year = {1982},
}
@BOOK{noshort2,
   author = {Author, Arnold},
   title = {Second Book},
   address = {London},
   year = {1988},
}
@BOOK{short1,
   author = {Author, Another},
   title = {My first Book},
   shorttitle = {First Book},
   address = {London},
   year = {1992},
}
@BOOK{short2,
   author = {Author, Another},
   title = {Another Book},
   shorttitle = {Another Book},
   address = {London},
   year = {1998},
}



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/jurabib/

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.