tex >> Biblatex [Was: Merge authoryear-ibid and authoryear-comp]

by Jean-Philippe Georget » Mon, 13 Jul 2009 00:27:44 GMT

Sorry, the subject was incomplete.
jpg

Jean-Philippe Georget < XXXX@XXXXX.COM > wrote:

> Hi!
>
> Is there a (simple?) way to merge the functionalities of the
> authoryear-ibid and authoryear-comp citation styles?
>
>
> For example, with
>
> The first citation is \parencite{name1_2004,name1_2005) and the
> second citation is \parencite{name1_2004).
>
>
> I want to obtain something like :
>
> The first citation is (Name1,2004,2005) and the second citation is
> (ibid., 2004).
>
>
> Thanx in advance for your help!
> jpg


Similar Threads

1. Merge authoryear-ibid and authoryear-comp

Hi!

Is there a (simple?) way to merge the functionalities of the
authoryear-ibid and authoryear-comp citation styles?


For example, with

   The first citation is \parencite{name1_2004,name1_2005) and the
   second citation is \parencite{name1_2004).


I want to obtain something like :

  The first citation is (Name1,2004,2005) and the second citation is
  (ibid., 2004).


Thanx in advance for your help!
jpg


jpg
-- 
 XXXX@XXXXX.COM 
       ^^^^year

2. [biblatex] some issues with the default authoryear-style

3. CTAN has a new package: biblatex-authoryear-icomp-tt

4. biblatex and authoryear style

5. biblatex 0.9a authoryear.bbx erratum/bug (?)

Hi,


While trying out the biblatex 0.9a authoryear bibliography style 
authoryear.bbx, I had the strange result that the year was omitted from 
the entries, i.e., instead of

Author [1999a] ...

I got

Author [a] ...

When digging in the definitions, I solved it (for myself) by modifying

\newbibmacro*{date+extrayear}{%
   \iffieldundef{year}
     {}
     {\printtext[parens]{\printdateextra}}}

to

\renewbibmacro*{date+extrayear}{%
   \iffieldundef{year}
     {}
     {\printtext[brackets]{\printfield{year}\printdateextra}}}


Please note that this was in a big project. I didn't try it on a minimal 
example, so I do not exclude the possibility that something else went 
wrong.


Erik

6. some issues with the default authoryear-style

7. labels in bibliography with natbib's authoryear mode

Hi,

natbib in numbers mode puts [1] in front of the entries in the 
bibliography. In authoryear mode there is no label.

I'd like to have authoryear citations, but with a label in front of the 
bibitems (the one that I would get with \citep{} in the text).

I can get *some* label by redefining NAT@biblabel::

   \makeatletter \renewcommand\NAT@biblabel[1]{[#1]} \makeatother

However, the argument #1 is only the sequence number of the bibitem AFAIK.

Did anybody do something like that already?
Or does anybody have an idea how to get from that argument to the 
authoryear-type label?

cheers,
stefan

8. natbib in authoryear, problems "compressing" refs with same first author and year