GeneralCustomize commands

General information and discussion about TeXnicCenter
Post Reply
pide
Posts: 1
Joined: Wed Dec 17, 2008 2:16 pm

Customize commands

Post by pide »

Hey there,
i write a little Paper with my texniccenter, its a great tool for latex...... so far.
But i have a question about customizing commands.
I want to change the code of (for example) the right arrow button from \rightarrow to \textrightarrow. Is this possible? And how?
And the second problem is that i have written my own Textphrases over insert -> own text (i just know it in german its called "eigene textbausteine") and after a few tries it crashed, i cant klick on my textphrases to insert! It happens nothing!
I hope you can help.
So long
Greatings Pide

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Re: Customize commands

Post by Stefan Kottwitz »

Hi Pide,

welcome to the board!
If your version of TeXnicCenter is crashing you could consider to update to the recently released version 1.0 RC.
Concerning the customization for \textrightarrow you could define your own phrase, or write in your LaTeX code simply \let\rightarrow\textrightarrow if you don't use \rightarrow itself, or have a look at math.xml in the packages subfolder of TeXnicCenter, there's a section "Math Symbols (Arrows)" containing \rightarrow, but I didn't try that.

Stefan
LaTeX.org admin
Post Reply