Re: bibentry problem with repeating authors
- From: Ignasi Furio <ignasi.furio@xxxxxx>
- Date: 28 May 2007 04:21:21 -0700
Sorry for the delay in answering, but here you have a minimal example:
This is tex file:
-------------------------------------------------------------------------
\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[english,catalan]{babel}
\RequirePackage[sort]{natbib}
\makeatletter
\let\saved@bibitem\@bibitem
\makeatother%
\RequirePackage{bibentry}
\delimitershortfall=-1pt
\begin{document}
\begingroup
\makeatletter
\let\@bibitem\saved@bibitem
\nobibliography*
\endgroup
This is a reference \citep{FF96a} and this is a second reference
\citep{FF96b}
This is a bibitem list of reference. The first one from same authors
is not included,
then their names are not shown.
\bibliographystyle{caauda0c}
\begin{description}
\newcommand{\enquote}[1]{\guillemotleft#1\guillemotright}
\item \bibentry{FF96b}
\end{description}
\bibliography{test}
\end{document}
------------------------------------------------------------------------------
And this is a minimal bibfile (test.bib):
-------------------------------------------------------------------------------
@ARTICLE{FF96a,
author = {Guillem Femenias and Ignasi Furió},
title = {Dual {MRC} Diversity Reception of {TCM-MPSK} Signals over
{Nakagami}
Fading Channels},
journal = {Electronics Letters},
year = {1996},
volume = {32},
pages = {1752--1754},
number = {19},
month = sep,
language = {english}
}
@ARTICLE{FF96b,
author = {Guillem Femenias and Ignasi Furió},
title = {Dual Predetection {SC} Diversity Deception of {TCM-MPSK}
Signals
over {Nakagami} Fading Channels},
journal = {Electronics Letters},
year = {1996},
volume = {32},
pages = {2201--2202},
number = {24},
month = nov,
language = {english}
}
--------------------------------------------------------------
You will need caauda0c.bst bibliography style. I think it's too long
to be included in this message, but you can find it at
http://www.ctan.org/tex-archive/biblio/bibtex/contrib/catalan/
Thank you for your help.
Ignasi
.
- Follow-Ups:
- Re: bibentry problem with repeating authors
- From: Joseph Wright
- Re: bibentry problem with repeating authors
- References:
- bibentry problem with repeating authors
- From: Ignasi Furio
- Re: bibentry problem with repeating authors
- From: Joseph Wright
- bibentry problem with repeating authors
- Prev by Date: Re: Thorn character: Command \th unavailable in encoding OT1
- Next by Date: Re: how to allow an attachment to be opened/saved [solution]
- Previous by thread: Re: bibentry problem with repeating authors
- Next by thread: Re: bibentry problem with repeating authors
- Index(es):
Relevant Pages
|
Loading