GeneralJurabib and order of bibliography items

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Jurabib and order of bibliography items

Post by meho_r »

Hi,

Using jurabib and some options like citefull=all, ibidem, super I managed to shape references according to the rules of universities in our country. However, still remains this:

1. I need bibliography items (is there a better term?) sorted in exactly this pattern:

Code: Select all

Author, Title, Publisher, Address, year.
So, all elements must be separated by comma (no periods, colons etc.), and have a period at the end, as noted.

2. Also, in the "Bibliography" section, they should appear exactly like this:

Code: Select all

number. Author, Title, Publisher, Address, year.
In both cases only the title is italic, all other items are in "normal text". Please note that after the number and the author in Bibliography there shouldn't be more space than single space (default is very large space).

3. How to make Books, Publications etc. appear as separate sections in Bibliography? It should be similar to section or subsection in the text.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Jurabib and order of bibliography items

Post by gmedina »

Hi meho_r,

Some hints that could be useful:
meho_r wrote:...So, all elements must be separated by comma (no periods, colons etc.), and have a period at the end, as noted...
See page 18 of jurabib documentation (the \bibansep, \bibatsep and \bibbdsep commands).
meho_r wrote:...In both cases only the title is italic, all other items are in "normal text"...
Page 15 of the documentation (the \biblnfont,\bibelnfont,\bibfnfont,etc. commands).
1,1,2,3,5,8,13,21,34,55,89,144,233,...
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Jurabib and order of bibliography items

Post by meho_r »

Thanks. I did read the documentation, but still get this:

Code: Select all

Author, Title, Address: Publisher, year
Address and Publisher should be reversed and separated by comma, not colon.

And for the Bibliography, I used option bibformat={numbered} only and space after number is too large.

So still to be achieved:

1. Reverse Address and Publisher and separate them by comma,
2. Reduce the space after number in the Bibliography,
3. Put the period at the end of all bibliography items in the Bibliography,
4. Separate Books, Articles, Publications, URLs etc. in the Bibliography in their respective sections.

I'll attach test file (named "Bibliography.tex") and file containing bibliographic items (named: "Biblio.tex"; should be with .bib extension) used in the test file.
Attachments
Bibliography.tex
Test file
(1.15 KiB) Downloaded 316 times
Biblio.tex
Contains bibliography items
(257 Bytes) Downloaded 307 times
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Jurabib and order of bibliography items

Post by gmedina »

meho_r wrote:3. Put the period at the end of all bibliography items in the Bibliography
Use

Code: Select all

\usepackage[dotafter=bibentry]{jurabib}[/quote]
[quote="meho_r"]4. Separate Books, Articles, Publications, URLs etc. in the Bibliography in their respective sections.[/quote]
Maybe the [url=http://www.ctan.org/tex-archive/help/Catalogue/entries/bibtopic.html]bibtopic[/url] package can be useful. [b]Warning:[/b] I have never used it and I do not know if it is compatible with jurabib.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Jurabib and order of bibliography items

Post by meho_r »

Thank you, gmedina :D

I tried it and now can confirm that bibtopic works nicely with jurabib (unless you name your file "Bibliography.tex" which, for some funny reason, makes a real mess when run latex ;)).

Well, it remains to reverse Address and Publisher and separate them by comma, and to reduce space between number and item in the Bibliography. I suspect that some low-level commands will be needed here which is above my level ;)
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Jurabib and order of bibliography items

Post by gmedina »

Hi meho_r,

To separate Address and Publisher by a comma, use

Code: Select all

\renewcommand{\bpubaddr}{,}
As for the remaining issues, when I have a little extra time, I will try to find a solution. I do not promise anything, though ;) .

If it is OK with you, I think that maybe the moderators would consider moving this topic to the subforum LaTeX -> Packages and Document Classes?
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply