General ⇒ Bibtex file parsed not only for projects
Bibtex file parsed not only for projects
I've been using TeXnicCenter for a while, but I rarely needed the "project" feature. Most of the times, I just create Latex files on their own and use them as such. I also use JabRef and added it to the Tools menu. Recently, I realized how I could modify the command line in Tools so that JabRef starts with the bib-file used in the project. And here's my question: is it possible to get the bib-file used in a simple Latex file, not a project? And if not, would you think it's worth considering it for a "new feature"?
Thanks,
Mircea
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
Re: Bibtex file parsed not only for projects
Build->Define out profiles...->Add
To get what you want? E.g. I defined new profiles like
Latex=>DVI(Simple)
which do NOT call BibTex or MakeIndex because I did not want to see all the error messages triggered when these utilities all called on a file which does not use them.
The definition of a profile allows you to specify
1. What latex processor to call (regular latex, pdflatex, etc)
2. What postprocess or run after latex
3. What viewer you prefer to see the output in.
It seems to me that the way a file is processed depends on the profile in use, not whether it is part of a project or not.
Apologies if I'm not understanding what you need.
kmogli@yahoo.com
Bibtex file parsed not only for projects

Hope I could make myself clearer this time. And thanks for the fast reply.