I have a long calculation in my document that starts and ends with several \align environments. But now, I want to make all these lines to appear as a comment since there is a possibility for them to be wrong. I know I can delete them, but I want to keep them for future reference and also I will use some parts of it in my new calculation (which I hope will be correct this time). I have tried to put % in front of the \begin{align} lines but it didn't work. I don't want to put the symbol % in front of all the lines one by one, so is there a short way of making a huge part of the code to appear as a comment in LaTeX?
Asked
Active
Viewed 62 times
1
sahin
- 277
Ctrl + tby selecting the whole block I want to turn into a comment and it worked for me. – sahin May 05 '15 at 08:33Ctrl+Tand uncommenting byCtrl+U. These are default keyboard shortcuts and can obviously be changed. – alesc May 05 '15 at 08:34