Re: bibentry problem with repeating authors



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



.



Relevant Pages

  • Re: Tribe Looks Forward to Past
    ... > THE GUARDIAN, LONDON ... In English, for instance, speakers switch between at ... > half the people are using themselves as a reference. ... does any language lack such confusion? ...
    (sci.lang)
  • Re: Fifty-Six Facts You Were Perfectly Happy Not
    ... The longest one-syllable word in the English ... Language is "screeched." ... Made using the letters on only one row of the ... Paddle together, bail, paddle; paddle, bail; paddle towards the land. ...
    (alt.med.fibromyalgia)
  • OT: Fifty-Six Facts You Were Perfectly Happy Not
    ... The longest one-syllable word in the English ... Language is "screeched." ... It's impossible to sneeze with your eyes open. ... Made using the letters on only one row of the ...
    (alt.med.fibromyalgia)
  • Re: Moore on Skolems Paradox
    ... >countable model for set theory as expressed in some language *English, ... >from its reference in actual English. ... > language plus an interpretation of it the terms ... language" is assigning a reference to all of the terms that we learn. ...
    (sci.logic)
  • Re: IPA question
    ... If I made up a naming scheme might try the following ... If the letter is used in a natural language, ... adapted slightly to how their own letters are named. ... Presuably we need, besides an English one, also ...
    (sci.lang)

Loading