Texmaker and TeXstudio ⇒ How to do in one step: ExampleText -> \ZL{ExampleText}
How to do in one step: ExampleText -> \ZL{ExampleText}
I defined \newcommand{\ZL}[1]{something which is not important}
Now I would like do in the document section \ZL{ExampleText} but without putting first on the left of ExampleText \ZL{ and manually to the right }.
My goal is after selecting ExampleText, converting it with one step to \ZL{ExampleText}.
Thanks for your helps!
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: How to do in one step: ExampleText -> \ZL{ExampleText}
this is an editor question right? Please tell us which editor you are using, so the helpers have a bit information. And i can move the topic to the right forum.
Personally, i use vim and cannot help you with the way you want to work. Many people worldwide enjoy working with either vim or emacs for there editing needs. Maybe you want to check them out at one point?
Re: How to do in one step: ExampleText -> \ZL{ExampleText}
Thanks for the informations