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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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