Feature Suggestions ⇒ Multiple builds at once and spellchecker fix
-
- Posts: 1
- Joined: Thu Oct 28, 2010 4:25 am
Multiple builds at once and spellchecker fix
I have two suggestions for future versions of TexnicCenter:
1. I suggest that the user have the option to have TexnicCenter execute multiple consecutive builds. For example, if a new reference is added using bibtex, the document needs to be compiled three times before the citations are properly placed. It would be convenient to have this taken care of with one click of a button.
2. The spellchecker should ignore the arguments of \ref{}, \label{}, and \cite{} since these labels are not seen in the compiled document and they are rarely single, properly spelled words.
Thank you, keep up the good work!
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Multiple builds at once and spellchecker fix
Use »texify« from MiKTeX to compile instead [1].kcmagruder wrote:[…] I suggest that the user have the option to have TexnicCenter execute multiple consecutive builds. For example, if a new reference is added using bibtex, the document needs to be compiled three times before the citations are properly placed. It would be convenient to have this taken care of with one click of a button. […]
As far as I know spell checking in TeXnicCenter (TXC) is done by an external program. Thus this is no issue of TXC itself.kcmagruder wrote:[…] The spellchecker should ignore the arguments of \ref{}, \label{}, and \cite{} since these labels are not seen in the compiled document and they are rarely single, properly spelled words. […]
[1] texify: The MiKTeX Compiler Driver
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Multiple builds at once and spellchecker fix
I have been trying to find a solution to the original posters problem and have tried to follow the advice to use texify.
In texniccenter i've defined an output profile Texify => PDF with texify.exe and command line argument =p "%pm".
I've also included the BibTex and MakeIndex profiles with command line "%bm".
When I run the Texify => PDF output profile I still get the same problem - that multiple builds are required to sort out the references.
Would someone be able to help?
Thanks in advance.