mdframed icon indicating copy to clipboard operation
mdframed copied to clipboard

auto-split frame environment for LaTeX

Results 27 mdframed issues
Sort by recently updated
recently updated
newest added

The following example demonstrates the behavior: ``` LaTeX \documentclass{article} \usepackage[bottom,para]{footmisc} \usepackage{fancyvrb,xcolor} \usepackage{mdframed} \definecolor{TitleColor}{RGB}{118,177,0} \definecolor{VerbatimColor}{RGB}{204,204,204} \newenvironment{topic} {\begin{mdframed} [topline=false, bottomline=false, rightline=false, leftline=true, linewidth=2, linecolor=TitleColor, rightmargin=0pt, innerrightmargin=0pt, innertopmargin=0pt, innerbottommargin=0pt, innerleftmargin=2pt] } {\end{mdframed}} \let\OriginalVerbatim=\Verbatim...

feature request

Feeding ``` \documentclass{article} \usepackage{mdframed} \begin{document} \begin{mdframed} Test \end{mdframed} \end{document} ``` to latex followed by dvips results in the left vertical bar (and, with different contents, sometimes the upper bar) of...

# Problem When the option `font` exists (either by setting the option in an `mdframed` environment or by setting it as a document option), the value of this option is...

This causes some weird clipping issues in xelatex. `\documentclass[12pt]{article} \usepackage{mdframed} \begin{document} outside of the \global\mdfdefinestyle{exampledefault}{% linecolor=red,middlelinewidth=3pt,% leftmargin=1cm,rightmargin=1cm } \begin{mdframed}[style=exampledefault,roundcorner=5] Example Text \end{mdframed} \begin{mdframed}[style=exampledefault,roundcorner=5] Example Text \end{mdframed} boxes. \end{document}` I have...

According to the documentation there is both a `endinnercode` and `endcode` hook. The `endinnercode` works as expected and adds the given code right at the end inside the box. The...

"pspicture" is mistyped "psicture" in a few places in mdframed.dtx, breaking mdfsubtitle when framemethod=PSTricks

There's a typo in the documentation (or rather, in the code). The documentation says `footnotedistance`, but the code actually defines foot**e**notedistance, with the extra `e`. The code below shows the...

When using the package option `framemethod=TikZ`, the options `subtitleabovelinecolor` and `subtitlebelowlinecolor` are not correctly recognized. This has also been posted on tex.stackexchange: [subtitleabovelinecolor option not taken into account](https://tex.stackexchange.com/q/521536/134144) From the...

Long story short: If you compile [main.txt](https://github.com/marcodaniel/mdframed/files/3780499/main.txt) with pdflatex, you get the file [main.pdf](https://github.com/marcodaniel/mdframed/files/3780500/main.pdf) that has a mdframed box, that is unnecessarily split between page 2 and 3.