need help with preamble debugging
- From: Gunnar G <debian@xxxxxxxxx>
- Date: Mon, 30 Jan 2006 22:42:43 GMT
Hi.
I'm trying to get my latex preamble to work.
I have tried these three ways of marking a section with a box or with just
horizontal lines, but I can't get them to work, except the first one.
LaTeX is complaining about extra }'s.
Any ideas?
\newtheorem{EEee}{Exempel}[section]
\newenvironment{EE}{\vspace{3mm}\begin{boxedminipage}
{154mm}\begin{EEee}}{\end{EEee}\end{boxedminipage} \vspace{3mm}\\}
\newenvironment{EE}{\vspace{2mm}\fbox{\parbox{18cm}{\begin{EEee}}
{\end{EEee}}}\vspace{2mm}\\}
\newcommand\HRule{\noindent\rule{\linewidth}{1.5pt}}
\newenvironment{EE}{\vspace{3mm}\HRule \begin{EEee}} {\end{EEee}
\HRule \vspace{3mm}\\}
.
- Follow-Ups:
- Re: need help with preamble debugging
- From: Robin Fairbairns
- Re: need help with preamble debugging
- Prev by Date: Re: [mathtools] \DeclarePairedDelimiter does not apply desired spacing (minimal example)
- Next by Date: Re: Graphicx TeXnicians: Best way to find finished size of included graphic?
- Previous by thread: multiple font embedding with includegraphics and pdf
- Next by thread: Re: need help with preamble debugging
- Index(es):