I know that % can be used to make LaTeX ignore an entire line. However, suppose that I want LaTeX to skip 50 consecutive lines of code, is there a better way to do this than inserting % 50 times in front of each line?
Asked
Active
Viewed 82 times
1
Werner
- 603,163
BigbearZzz
- 883
commentpackage. – egreg Apr 19 '17 at 23:06\def\useless{at the beginning and}at the end... – Apr 19 '17 at 23:08%at the beginning of every line of a selection? – Bernard Apr 19 '17 at 23:11\iffalse...\fi. If you use a TeX-aware editor, then there is probably a shortcut that allows you to add%signs in front of many lines at once, and also to remove them again at the same time. – gernot Apr 19 '17 at 23:11Emacs, and I can do (and undo) it in WinEdt. – Bernard Apr 19 '17 at 23:20