Discussion:
An unwanted comma
owenthomas1971
2006-10-22 00:15:46 UTC
Permalink
I'm using jurabib with jox, but have found that, with the use of
\renewcommand{\bibatsep}{,} (or with its omission) an unwanted comma
appears after the volume title and before the publication and year
details which are in parentheses. Using \renewcommand{\bibatsep}{}
deletes the comma between the article title and the journal title, and
between the title and 'in' separator for incollections (both of which
I need).

I suppose I'm asking for a way to distinguish between volumes and
articles/incollections.

If a clean solution is not available I would be grateful to learn
about any possible hacks.

Many thanks.

Owen

-----------------
\documentclass{article}
\usepackage[oxford=true, authorformat=allreversed]{jurabib}
\jurabibsetup{%
authorformat=and,%
titleformat=italic,%
citefull=first,%
super,%
commabeforerest=true%
}%
\bibliographystyle{jox}
%\renewcommand{\bibatsep}{} %punct after title
\renewcommand{\bibbtsep}{in }
\renewcommand{\bibpldelim}{(}
\renewcommand{\bibprdelim}{)}
--
Please remember -- this is an international english speaking mailing list!

If you have a problem, please provide a complete minimal example document (with a small bibliography database), which runs out of he box without any superfluous packages loaded, otherwise we could not help.
Yahoo! Groups Links

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

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/jurabib/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:jurabib-***@yahoogroups.com
mailto:jurabib-***@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
jurabib-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
c***@kde-france.org
2006-10-22 08:39:48 UTC
Permalink
Hello,

Take away the commabeforerest option -> It takes away all the commas
Reformat the \bibapifont to add a comma at the end -> Add a comma after
article and incollection titles


To hack bibliographical format, look the .bbl file created when you run
bibtex on your file. You will see how the bst file format your
bibliographical citations and what you can change.

Cheers,
Charles
--
Please remember -- this is an international english speaking mailing list!

If you have a problem, please provide a complete minimal example document (with a small bibliography database), which runs out of he box without any superfluous packages loaded, otherwise we could not help.
Yahoo! Groups Links

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

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/jurabib/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:jurabib-***@yahoogroups.com
mailto:jurabib-***@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
jurabib-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
owenthomas1971
2006-10-22 18:20:36 UTC
Permalink
Post by c***@kde-france.org
Hello,
Take away the commabeforerest option -> It takes away all the commas
Reformat the \bibapifont to add a comma at the end -> Add a comma after
article and incollection titles
To hack bibliographical format, look the .bbl file created when you run
bibtex on your file. You will see how the bst file format your
bibliographical citations and what you can change.
Cheers,
Charles
Many thanks for the information.

I added two commands:

\renewcommand{\bibatsep}{}
\renewcommand{\bibapifont}[1]{`#1',}

and found that the bibliography was just as I needed it. However, the
footnotes were then missing a comma just before the page range. I then
used commabeforerest=true in the preamble and the formatting is now
perfect.

I'm very grateful to you.

Owen
--
Please remember -- this is an international english speaking mailing list!

If you have a problem, please provide a complete minimal example document (with a small bibliography database), which runs out of he box without any superfluous packages loaded, otherwise we could not help.
Yahoo! Groups Links

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

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/jurabib/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:jurabib-***@yahoogroups.com
mailto:jurabib-***@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
jurabib-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Loading...