Marco Daniel
Marco Daniel
@PaulStanley: Great documentation. Looks clear and very helpful. To the original question: Uwe Siart provides a reference sheet for pstricks and we all know that pstricks isn't a small bundle....
The problem is related to the standard definition of footnotes inside `minipage`. The example below demonstrates it: ``` LaTeX \documentclass{article} \usepackage[framemethod=tikz]{mdframed} \begin{document} some text \footnote{a} \fbox{% \begin{minipage}{.6\linewidth} some test \footnote{first...
Hi, I think that your reported problem is similar to the following question http://tex.stackexchange.com/questions/44131/excess-vertical-space-in-mdframed-ending-with-display-math-environment regards Marco
Hi, this is a known issue. The current algorithm of `mdframed` doesn't allow such a combination. I am working on a LaTeX3 implementation with such a feature. Sorry, I know...
Hi, thanks for the report. Finally I found the error. In the previous version I used the the following definition for `\mdf@trivlist`: ``` LaTeX \def\mdf@trivlist#1{% \setlength{\topsep}{#1}% \partopsep\z@% \parsep\z@% \@nmbrlistfalse% \@trivlist%...
Hi, sorry for the big delay. In your question you pointed out the correct issue. I think the simplest way is to use the option `usetwoside=false`: ``` \lstnewenvironment{insertcode}{\mdframed[usetwoside=false]}{\endmdframed} ``` In...
Hi, this issue is related to: http://tex.stackexchange.com/questions/124539/mdframed-missing-half-the-frame/124562#124562 I know I have to change the drawing order. regards Marco
Hi, some comments. The original style plain doesn't know the entry `language`, `translator`, `chapter` and `doi`. I like the benefits of `biblatex` and so I didn't forbid this entries. Related...