I created the following new environment:
Code: Select all
\newenvironment{question}{\stepcounter{Questioncounter}
{\bf Question.} \arabic{Questioncounter} }{\vspace{12pt}}{\begin{it}
\end{it} }
Code: Select all
\newenvironment{question}{\stepcounter{Questioncounter}
{\bf Question.} \arabic{Questioncounter} }{\vspace{12pt}}{\begin{it}
\end{it} }
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\newenvironment{question}{\stepcounter{Questioncounter} {\bf Question.} \arabic{Questioncounter} \addcontentsline{toc}{section}{Questioncounter} }{\vspace{12pt}}{\begin{it}
\end{it} }
Code: Select all
\addcontentsline{toc}{section}{Question \theQuestioncounter}
NEW: TikZ book now 40% off at Amazon.com for a short time.