I have added the package \usepackage{comment} in my .tex file. But when I am adding \begin{comment} and \end{comment} it is not commenting the text I want to comment. What to do?
|
|
||||
|
I have attempted to reproduce this problem, and have only been able to come up with only one way to do that. And that is to have the following after the
So, if you un-comment this line the MWE below, you get the behavior you describe. With it commented, the text in red and blue does NOT show up in the output. So, check your preamble add see if there is something else that is redefining the behavior of the If you have another way of reproducing this behaviour, please add a MWE. Note:
Code:
|
|||
|
|
commentmanual says: "The opening and closing commands should appear on a line of their own. No starting spaces, nothing after it." Do you place yourcommentenvironment like this? – Ignasi Feb 24 '12 at 15:10