Is there any shorthand for numbered equation environment?
|
If you use a package, which only numbers the referenced equations, there is no need for a distinction between a numbered and an unnumbered equation. This is possible with mathtools. If you always want to use the normal equation shorthand (like |
|||
|
|
|
You can use a new command to start the environment and other to finish it, for example, |
|||||
|
|
I think using a lot of custom abbreviations is not good for the readability of your source code. Instead you should use a good editor which helps you with these kind of things.
For example if you are a
place the cursor inside of the environment and allow you to jump to the <++> marker after the environment with Ctrl+J. I found this very comfortable. Of course for some other editors there are probably similar features. |
|||
|
