BibTeX, biblatex and biber ⇒ \citet in 'number' citation style
\citet in 'number' citation style
I use the number format with natbib for the references in the text. When I use the \citet command, I get an error: no authors. I don't get why?
My bib and tex files are attached.
Regards
- Attachments
-
- Carbon.zip
- (7.92 KiB) Downloaded 241 times
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: \citet in 'number' citation style
My guess is that you're using a bibliography style file that isn't capable of handling author-year citations, so natbib doesn't find the appropriate information in the .aux file.
Re: \citet in 'number' citation style
I'd classify that as a missing feature

Thank you for the explanation.