Search found 4 matches

by stromovka
Fri Jul 27, 2012 12:45 pm
Forum: General
Topic: customize "insert reference" for figures
Replies: 0
Views: 2153

customize "insert reference" for figures

Hello

When I click on the "insert reference" context menu command for navigation bar items, TeXnicCenter writes "\ref{...}" for most items but "\eqref{...}" for equations, which is a very appropriate behaviour. However, I was wandering if customizing "insert reference" for figure items could also ...
by stromovka
Fri Jul 27, 2012 12:23 pm
Forum: General
Topic: Unable to "insert label"
Replies: 2
Views: 3142

Unable to "insert label"

The "insert label" command is used to insert an alrady specified label of that item. For example, if you have an equation defined as
\begin{equation}\label{eq:simple}
a=b
\end{equation}
Then, upon clicking on "insert label", TeXnicCenter (TXC) will insert eq:simple and, if you click "insert ...
by stromovka
Wed Feb 08, 2012 10:26 am
Forum: Feature Suggestions
Topic: Problems when making TeXnicCenter portable
Replies: 0
Views: 21936

Problems when making TeXnicCenter portable

Hello

I followed a suggestion I found on the net to make TeXnicCenter portable. They suggested to use the program Reg_Rapper. Basically, Reg_Rapper sets the Windows Registry properly, so a given program "sees" the registry keys it expects to find. The solution works quite well, but there is an ...
by stromovka
Wed Feb 01, 2012 5:27 pm
Forum: General
Topic: relative path to the (La)TeX Compiler
Replies: 1
Views: 2481

Re: relative path to the (La)TeX Compiler

Hi! I have not been able to use relative paths, but I have been able to make the path relative to the drive just removing the drive letter. So, if your TeXnicCenter is looking for in
F:\folder\latex.exe

You can ask it to look for in
\folder\latex.exe

This expression works, but I don't know if it ...