LyXFull author year in text citation

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
trinityman
Posts: 8
Joined: Sat Feb 22, 2014 2:49 pm

Full author year in text citation

Post by trinityman »

I'm using biblatex, and I'm trying to avoid having (ibid.) appear in my references. Is there a way to do that?

This is the relevant portion of my preamble:

Code: Select all

\usepackage[style=authoryear-icomp,natbib=true]{biblatex}
Last edited by cgnieder on Tue Feb 25, 2014 8:44 pm, edited 1 time in total.

Recommended reading 2024:

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

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

pst
Posts: 2
Joined: Tue Feb 25, 2014 2:56 pm

Full author year in text citation

Post by pst »

The style authoryear-icomp that you are using is a style "combining authoryear-comp and authoryear-ibid" to quote from the documentation, so if you don't want ibid, this is not the style you are looking for.

If you want an author-year style the standard ones to choose from (without ibid) are authoryear and authoryear-comp.
Post Reply