Search found 2 matches

by hector
Wed Nov 09, 2011 6:31 pm
Forum: General
Topic: Verbatim Problem
Replies: 1
Views: 1642

Re: Verbatim Problem

Hello, topic solved. I used \cprotect, thanks.

Héctor
by hector
Wed Nov 09, 2011 4:42 pm
Forum: General
Topic: Verbatim Problem
Replies: 1
Views: 1642

Verbatim Problem

Hello, I am trying to define an environment like this:

\newenvironment{example}
{
Example\\
\begin{enumerate}
}
{
\end{enumerate}
}

\newcommand{\something}[2]
{
\item #1.
\begin{flushright}(#2)\end{flushright}
}


Now, when I use it without including any verbatim or verb I get the expected ...