6
votes
1answer
298 views

Nested enumerate (enumitem) interferes with suppressing vertical space after theorem heads.

In the post How to suppress vertical space between theorem heads and enumitem environments? David Carlisle suggested a piece of code that helps suppressing vertical space between theorem heads and an ...
10
votes
3answers
260 views

Adjust environments's behaviour when nested

I would like to define an environment which behaves differently when it is nested. This environment should ignore spaces at the begin and end of the environment. I have this working as I desire when ...
4
votes
3answers
168 views

Environments nested in Lists

I have a list with several items consisting solely of an align environment: \begin{enumerate} \item \begin{align} e^{\pi i} + 1 &= 0\\ 1 + 1 &= 2 \end{align} \end{enumerate} By default, ...
0
votes
1answer
142 views

Control start point of nested list

After stretching the list horizontally according to Horizontal space in lists, I've encountered a problem where the nested list items start too deep inside. How can I pull it back to the left where ...
9
votes
1answer
4k views

How can the margins around a table set to 0pt?

I need to put a table inside another table, and would like to set the outside margins of the inner table to 0pt. How can I do this (in particular for tabularx, but hopefully this would be the same for ...