0

I would like to use the citation style: author, year. Which configuration do I have to use? If I do \usepackage[comma]{natbib} it collides with the preferences where I can only chose between numerical and author-year. It does not need to be natbib, I even prefer the Standard plain style, but simply would have author,year instead of [1].

Would be thankful for any help.

AKG
  • 1,799
  • 4
  • 13
  • 23

2 Answers2

0

Maybe you'd like style authordate1, see here for sme examples: http://www.cs.stir.ac.uk/~kjt/software/latex/showbst.html

Jaleks
  • 561
  • 5
  • 19
0

Nothing bibliography related has to be written to the preamble. Select natbib/plainnat and author-year in Documents -> Settings -> Bibliography. Then, right-click on inserted references and select desired citation style.

AKG
  • 1,799
  • 4
  • 13
  • 23