Search found 3 matches

by jduras
Fri Jul 17, 2009 6:28 am
Forum: Text Formatting
Topic: theorem right after \item
Replies: 4
Views: 2818

Re: theorem right after \item

Sweet, thanks for the explanation. \topsep really works much better, 8pt was fine in most cases, but in a couple of places it did not work completely.

Jan
by jduras
Thu Jul 16, 2009 11:50 pm
Forum: Text Formatting
Topic: theorem right after \item
Replies: 4
Views: 2818

Re: theorem right after \item

Great, so I guess that if I have 1.13 line spacing I should change this to
\addtolength{\mylen}{1.13\baselineskip}

And one more thing, I also use anysize package with
\marginsize{2.75cm}{2.75cm}{2.5cm}{2.5cm}
How should I change \addtolength{\mylen}{8pt} ? Where do those 8pt come from?
Thanks, I ...
by jduras
Thu Jul 16, 2009 9:28 am
Forum: Text Formatting
Topic: theorem right after \item
Replies: 4
Views: 2818

theorem right after \item

Hi,

I am using amsthm package, and I need to put a theorem right after \item, but this does not seem to work nicely. E.g. writing

\begin{itemize}
\item[(a)]
\begin{theorem}[Topkis]
some text here...
\end{theorem}
\item[(b)] some text here...
\end{itemize}

will leave an empty line after (a) and ...