Tagged Questions
6
votes
0answers
53 views
Interaction with multicol and mdframed results in misaligned rows
This works fine with TeXLive2011 and was working fine with TeXLive2012 until I recently updated the packages. So with TexLive2011, this produces:
but with an updated TeXLive2012 this yields:
...
2
votes
1answer
163 views
using mdframed with multicol causes some sort of overflow
I'm trying to make a cheatsheet in the style of the OpenGL Quick Reference Card by using multicol and mdframed. It seems to work fine, but at times mdframed's frames are seemingly-randomly cut off, ...
4
votes
1answer
430 views
Two columns within mdframed frame
I want to add a simple two-column text within framed frame. I tried multicols as
\begin{mdframed}
\setlength{\columnsep}{10pt}
\begin{multicols}{2}
\begin{itemize}
TEXT
\end{itemize}
...
4
votes
3answers
318 views
Is it possible to define a multicolumn environment with a background colour
EDIT: I should have given a MWE based on memoir (which I am using) where the inner and outer margins are initially different. I would like the margins to be the same in that new environment. (Inner ...