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 226 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- 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.