Hi all,
I have a problem with the comment command. Specifically, the \begin{comment}....\end{comment} does not seem to work for me even with the simplest preamble:
\documentclass[a4paper,11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[latin1]{inputenc}
The error I get is: LaTeX Error: environment comment undefined.
Does anyone have a clue?
General ⇒ Comment environment
NEW: TikZ book now 40% off at Amazon.com for a short time.

Comment environment
i am German. I can not use difficult words. 

Re: Comment environment
Marco,
thank you for your reply. Nevertheless, just found another way out. This environment can also be used with the verbatim package in the preamble. But a better way that I googled (void of many or new packages) is the following:
\newcommand{\comments}[1]{}
So, with: \comments{abcde....} the text is commented out.
thank you for your reply. Nevertheless, just found another way out. This environment can also be used with the verbatim package in the preamble. But a better way that I googled (void of many or new packages) is the following:
\newcommand{\comments}[1]{}
So, with: \comments{abcde....} the text is commented out.