General ⇒ Customize commands
Customize commands
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
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Customize commands
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