Tagged Questions
3
votes
2answers
97 views
Inserting non-indented mdframed object in outline
I want to be able to put an mdframed object inside of an outline environment without it being indented to the indentation level that I'm at, and so that I can continue the outline after the mdframed ...
2
votes
1answer
171 views
enumerate item within an custom environment and mdframed
I'm trying to define a custom environment within mdframed for handling questions in a document. The reason for the question-solution structure is to enable parsing into other formats (html etc).
The ...
3
votes
1answer
288 views
Align \item labels at top of mdframed box
By default, enumerate's \item labels align with the top of the text:
However, if the text happens to be a mdframed box, the labels align with the bottom of the box which does not look so good:
...
5
votes
1answer
205 views
Replace \item with \MyItem to box each list member with an mdframed
Since it was pointed out that redefining \item can be dangerous in strange interaction between `mdframed` and `\item`, I am wondering if there are going to be problems with this solution.
My goal is ...