BibTeX, biblatex and biberSome basic BibLaTeX formatting?

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
monamipierrot
Posts: 31
Joined: Sun Aug 10, 2008 12:01 pm

Some basic BibLaTeX formatting?

Post by monamipierrot »

Hello,
I use BibLaTeX package and I'm the happier person in the world.
I use the verbose-trad. style in italian, and I would like to hack the way it represent bibliography references (as well as 1st appearance of citation)

1. 1st of all, I would love to substitute each "block" separator from a full stop (.) to a comma (,).
2. I would like to have all title (even incollection and articles titles) displayed in Italics, without quotations mark
3. Then, I would love to have journals name between quotation mark.
I couldn't find where to look at in the BibLaTeX manual, cause I'ma a LaTeX newbie...
Thanks!
H.
  • Windows XP professional sp3
    LyX 1.6.1
My current docs defaults:
Koma-script Book with package biblatex; LilyPond for music examples

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Some basic BibLaTeX formatting?

Post by josephwright »

You are going to need to make a modified biblatex style, as your requirements are a bit beyond the package options level. Which style are you using? It should be possible to modify it without too much effort.
Joseph Wright
monamipierrot
Posts: 31
Joined: Sun Aug 10, 2008 12:01 pm

Some basic BibLaTeX formatting?

Post by monamipierrot »

I'm using the verbose-trad2 style.
I think I don't need to create a new style, at leaste for request 2 and 3: for example, I found how to set all author names in smallcaps:

Code: Select all

\renewcommand*{\mkbibnamelast}[1]{\textsc{#1}}
\renewcommand*{\mkbibnamefirst}[1]{\textsc{#1}}
and a similar tweak for italics in latinitates.

But, of course, once my tweaks are ok, I can create my own "style", give it my name, and conquer the world.
Well, last passage is debatable.

So, while I'm waiting for BibLaTeX to be "stable" and styles not to be updated, if it is possible to work on "options" or "tweaks" I would stay with this.
Anyway if you can help me in any direction, I would be very grateful!
Thanks!
Piero
H.
  • Windows XP professional sp3
    LyX 1.6.1
My current docs defaults:
Koma-script Book with package biblatex; LilyPond for music examples
Post Reply