Possible Duplicate:
Commenting out large sections
I have in my document a paragraph that I want to keep in my tex source. But when generating the PDF, I don't want it to appear.
How can I hide a paragraph or a whole section ?
I have in my document a paragraph that I want to keep in my tex source. But when generating the PDF, I don't want it to appear. How can I hide a paragraph or a whole section ? |
|||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
You can put a
before the section and
after the section. Or there are comment and other packages which give you |
||||
|
|
verbatim(commentenvironment). – ienissei Jul 3 '12 at 8:52