General ⇒ Harvard dcu bibstyle multiple authors entry
-
- Posts: 1
- Joined: Fri Nov 21, 2008 6:47 pm
Harvard dcu bibstyle multiple authors entry
I ask for your help with bibtex and harvard style
from the following bibtex entries
@Article{ABC2008,
authors= {famNamA and famNamB and famNamC},
year = {2008},
...
}
@Article{ABCD2008,
authors= {famNamA and famNamB and famNamC and famNamD},
year = {2008},
...
}
basically two similar entries with an author more (at the end)
I would like to obtain the following citations
famNamA, et al. (2008a)
famNamA, et al. (2008b)
using basic commands like
\citeasnoun{ABC2008}
\citeasnoun{ABCD2008}
bibtex produces
famNamA, famNamB and famNamC (2008)
famNamA, famNamB, famNamC and famNamD (2008)
so far different styles produce the same effect
should I use particular citation commands? or should I customize the dcu style?
Thanks to anybody answering...
M
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