Hello everyone,
When using BibTeX to create the bibliography, TeXnicCenter would use the implemented *.bib file to make autocomplete suggestions for the BibTeX keys. It would also list the *.bib file in the "Files" list. That is an awesome feature.
Unfortunately, when using BibLaTeX and Biber to create the bibliography none of those two features work. Is there a way to manually include the *.bib file into TeXnicCenter to have the autocompletion work for citations even when using BibLaTeX?
Regards
Hugo
General ⇒ biblatex | Auto-completion of Citations
biblatex | Auto-completion of Citations
Last edited by Hoogo on Wed Dec 07, 2011 5:31 pm, edited 1 time in total.
biblatex | Auto-completion of Citations
Hey again.
I found a solution for this issue myself.
When I replace
with the legacy command
in the preamble, I bring the \cite autocomplete functionality of TeXnicCenter back to life.
Though everything works fine for me this way, I would be even happier if I didn't have to use the deprecated command when working with BibLateX.
Regards
Hugo
I found a solution for this issue myself.
When I replace
Code: Select all
\addbibresource{lit.bib}
Code: Select all
\bibliography{lit}
Though everything works fine for me this way, I would be even happier if I didn't have to use the deprecated command when working with BibLateX.
Regards
Hugo