Re: Journal title and editors

Matthias Steinbrink <[email protected]>
Newsgroups gmane.comp.tex.bibtex.jurabib.user
Message-ID <[email protected]>
Hi Guido,

I was able to solve some of your problems, but not all. This is also due
to the fact, that you have not provided a minimal example.

Guido Milanese schrieb:

 > (1) Is it possible to redefine a journal title (both in citations and
 > bibliography) in this style: ``Journal of History'' 32, 1999, 9-12.
 > The crucial point is the title in normal font but balanced by ``..''.

In my minimal example the journaltitle is in normal font, which is the
default behaviour.

For the paranthesis use something like \renewcommand*{\bibjtsep}{in: ``}
and \renewcommand*{\ajtsep}{''}. That gives the journaltitle like you
wanted it.

 > (2) Is it possible to have editors name *after* the title and not
 > before?

As far as I know, this is only possible in @incollections. But one may be
able to work on that somewhere, I only don't know where.

 > (3) \renewcommand{\bibbdsep}{[definition]}  works for book titles.
 > But for journals? The chap wants 32, 1999. I tried \bibjdsep but it
 > does not exist...

This is a possible solution: \renewcommand*{\bibaldelim}{\unskip, }

I hope that this helps you a bit. See also my minimal example file below.

Cheers, Matthias

\documentclass{article}
\usepackage{jurabib}

\renewcommand*{\bibjtsep}{in: ``}       % JournalTitleSEParator
\renewcommand*{\ajtsep}{''}             % AfterJournalTitleSEParator
\renewcommand*{\bibatsep}{,}           % AfterTitleSeparator
\renewcommand*{\bibaldelim}{\unskip, } % ArticleLeftDELIMinator

\usepackage{filecontents}
\begin{document}
   \begin{filecontents}{mybib.bib}
     @article{Journal99,
       title = {History of Time},
       author = {Lackof Timing},
       journal = {Journal of History},
       year = {1999},
       volume = {32},
       pages = {9-12},
       shorttitle = {Time},
       gender = {sm}
     }
     @book{Book00,
       title = {Book of Time},
       editor = {Bobby McGee},
       year = 2000,
       address = {New York},
       shorttitle = {Book of Time}
     }
   \end{filecontents}
   Versuch\footfullcite{Journal99}. Try\footfullcite{Book00}.
   \bibliography{mybib}
   \bibliographystyle{jurabib}
\end{document} 



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/9rHolB/TM
--------------------------------------------------------------------~-> 

 
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.