Questions tagged [texniccenter]

{texniccenter} is for questions related to this free (La)TeX editor for Windows.

TeXnicCenter is an "integrated documentation environment for LaTeX". It integrates the functionality you need to create, write, build, fix, view and print your LaTeX documents. It's under the GNU General Public License can be downloaded for free.

318 questions
10
votes
1 answer

Accidentally caused "CR LF" to appear. How to remove them?

I use TeXnic Center, and somehow I managed to push some combination of keys that caused all these normally invisible "CR LF" things to appear (apparently they indicate ends of lines). How can I get rid of them?
Nishant
  • 103
  • 1
  • 4
7
votes
3 answers

TexnicCenter: Multiple tabs in ONE window instead of Multiple Instances (Multiple Windows)?

I now have the new TexnicCenter 2.0 Alpha 4 and my problem is that I want the .tex files to open in tabs in one window, instead of multiple instances. This always fills my entire Taskbar as I work with many documents at once. Is there any solution…
Ana
  • 71
7
votes
0 answers

Is TeXnicCenter dead?

I have been using TeXnicCenter with MikTeX for over 10 years and I love them. However, even if several terrific TeX editors are being migrated from Linux to Windows, TeXnicCenter hasn't received updates for more than one year. Actually, the last…
Jacko
  • 111
5
votes
1 answer

How to navigate TeXnicCenter documents

I use TeXnicCenter to write my LaTeX documents and usually have big files open; I navigate up and down extensively. For example, I am writing something, I move to the beginning of the document to take some label or read something I wrote, and then I…
mottalrd
  • 213
5
votes
1 answer

TeXnicCenter on Windows: Building Problems

I'm having problems building a book file (using the memoir class) in the latest version of TeXnicCenter on Windows 7: I have a main file which uses \includefrom{} to include each chapter; TeXnicCenter only lets me build from that main file,…
jamaicanworm
  • 29,114
4
votes
1 answer

Is there a reason shift+' writes " ' instead of just "?

I was writing something about using Moebius inversion, and to get the correct symbol I write \"{o} to get the umlaut over the o. However, in TeXnicCenter, shift+' automatically writes "' instead of the desired ". Is there a reason for this? I always…
yunone
  • 3,259
4
votes
1 answer

How to search in the math scope of a tex file only using texniccenter?

Say I want to look for occurances of a variable Y in a .tex file in texniccenter. Then it would make sense to restrict the search to occurances of Y that occur in a math environment. Thus the Y in \begin{align} Y=X^2 \end{align} should be found,…
willem
  • 2,341
4
votes
1 answer

Log and messages panel "gone"?

I don't know if I accidentally did something, but now I can't see the log-and-messages-panel where I normally see if there were any overfull boxes or errors etc after compiling... How can I make this box visible again? Thanks. Ps. Menu-stuff are…
4
votes
1 answer

TXC not reading in project file

I have been working on my thesis report and use TXC as my editor. Everything was fine until there was a BSOD on my computer for unknown reason. After restarting the computer I realised that the TXC is no longer able to read my project file. Here is…
Rene Duchamp
  • 1,491
4
votes
1 answer

Split the window in TeXnicCenter Beta 2.0

I use Windows 7. I have a project open and a file from that project. I want to split the window using Window->Split to edit one part of the document while seeing another one. The split option is shaded (as in non-clickable). Any idea why? Also, when…
4
votes
1 answer

How to show structure windows in TeXnicCenter?

TeXnicCenter should be able to show window with structure of document: I clicked through all menu but I am not able to find this option somewhere. I use last version (2.0 Beta 1) from their website.
jnemecz
  • 859
  • 9
  • 15
3
votes
2 answers

Global Find and Replace in TeXnicCenter

I have multiple files open in tabs in TeXnicCenter, and I want to run a find-and-replace on every file simultaneously. Is there an easy way to do this? Currently, I am using Ctrl+H in each file separately, and it is a pain to go through all of them.…
jamaicanworm
  • 29,114
3
votes
1 answer

Shortcut for "{}" and "()" in TeXnicCenter

Does anybody know of a way to create a keyboard short-cut for inserting a set of {}'s and ()'s in TeXnicCenter? I have looked into defining my own Text Modules in the Insert tab, but this still requires me to press Alt-I-M-6 to insert the "number 6"…
user494741
3
votes
1 answer

How can I change width of "output profile" toolbox in TeXnicCenter?

After installing TeXnicCenter 2.0 on Windows 10, in the toolbar the width of the Output Profile box, i.e., where it says LaTeX => DVI etc. is so small, that I can only see LateX =>, which is quite useless. How on Earth do I change that? I tried…
domotorp
  • 389
3
votes
1 answer

Snippet Manager in TeXnicCenter

I was wondering how do one find/use snippet manager for LaTeX code snippets in TeXnicCenter? I want to be able to define keyboard shortcuts such as for e.g., keystrokes: shift + $+$ ⇒ \[ \] and shift + $ ⇒ \( \) Is this possible to…
night owl
  • 7,593
1
2 3 4