TeXnicCenter: new homepage design
September 20th, 2008 by Stefan Kottwitz

The TeXnicCenter homepage has got a new design, as Sven announced today in the LaTeX Community Forum. Now it has a more modern look and provides better access to its contents.
TeXnicCenter is an integrated development environment for LaTeX, running on the Windows platform. It’s supporting both MiKTeX and TeX Live. The version 2.0 is now under development as you can read in the news section.
This entry was posted on Samstag, September 20th, 2008 at 23:36 and is filed under News, IDEs and Editors. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.





November 30th, 2008 at 09:01
I do most things in plain tex. Is TeXnicCenter easy to use with plain TeX? I need to be able to tex a document (not latex it), then run a dvi-viewer to look it over. Sometimes I will also need pdftex (not pdflatex) to send some document I wrote in TeX to my students in pdf form.
I’d like the editor to do stuff like show matching parentheses, braces, and dollar signs, and go quickly to the line number of the first error.
Will TeXnicCenter work for this with plain TeX?
–Dan–
Dezember 4th, 2008 at 17:01
Hi Dan,
I believe TeXnicCenter would be a very good choice also for plain TeX documents, it should fullfill most of your requirements.
You could create an output profile for just the TeX/pdfTeX compiler instead of LaTeX/pdfLaTeX. There’s a button to start the DVI viewer.
Matching parentheses, braces, math mode checks etc. should work with TeX like with LaTeX.
Just give it a try. I would be glad if you would tell your experiences with TeXnicCenter and plain TeX here. At the moment I cannot test by myself because I’m travelling without having TeX and TeXnicCenter available.
Stefan
Dezember 29th, 2008 at 23:43
Hi Stefan
Do you know if the last TCX accepts Unicode inputs?
ps: I’m very glad that I’ve found this wonderful blog of yours. Congratulations!
Cezar
Dezember 30th, 2008 at 19:50
Hi Cezar,
thank you for your comment!
As far as I know Unicode support is intended to come with TXC 2.0. Version 1.0 doesn’t deal with the encoding, it just uses the current code page. Have a look at this posting on LaTeX-Community.org, or here: Subversion and TXC 2.0.
Stefan
März 19th, 2009 at 01:13
Hi,
I have the same question as 1, Daniel Dean above. I just installed TeXnicCenter and could not build my old Plain TeX files. Everything is about LaTeX in TeXnicCenter, while MikTeX has a Plain TeX application.
Alain
April 1st, 2009 at 18:37
Hi Alain,
you could create or modify an output profile, just use tex instead of latex resp. pdftex instead of pdflatex.
Stefan
April 22nd, 2009 at 13:49
Thanks Stefan,
My question was how to use TeX instead of LaTeX from TeXniccenter. I had installed TeXniccenter after MikTeX on my notebook under Microsoft XP. I doublechecked that nothing about Plain TeX was installed on TeXniccenter, while TeX and PdfTeX were listed in MikTeX programs. The Help of TeXniccenter did not explain anything.
As Stefan says, I had to create new output profiles. Indeed only the three output profiles LaTeX => .dvi, LaTeX => .ps LaTeX => .pdf were installed after some questions by the Wizard windows, asking me among other things the link for MiKteX’s LaTeX. I had to create other output profiles TeX => .dvi, etc. I could do this, as Stefan says, imitating the three already installed output profiles.
I found all this a bit complicated.
Alain
Juli 6th, 2009 at 13:11
I use windows XP professional. I would like to have some help on how to use texniccentre to build slides. I have miktex2.7.
Juli 6th, 2009 at 14:03
I have the same question for Windows Vista Home Basic too
Juli 6th, 2009 at 18:44
Hi Debasmita,
there are LaTeX document classes for producing slides. I prefer the beamer class, a good alternative class is powerdot, especially if postcript capability would be needed.
The Presentations page contains links to homepages, documentation and examples for those two slide classes.
TeXnicCenter can be used in the same way like with other document classes.
Stefan