diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/mdframed/mdframed-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/mdframed/mdframed-doc.tex | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/mdframed/mdframed-doc.tex b/Master/texmf-dist/doc/latex/mdframed/mdframed-doc.tex index e369d549728..d74386ad639 100644 --- a/Master/texmf-dist/doc/latex/mdframed/mdframed-doc.tex +++ b/Master/texmf-dist/doc/latex/mdframed/mdframed-doc.tex @@ -1,5 +1,5 @@ %% Documentation of the package mdframed.sty -\def\mdversion{version 0.4} +\def\mdversion{version 0.4a} \documentclass[american,11pt]{article} \usepackage{geometry} \geometry{left=3cm,right=3cm,top=2cm,bottom=2cm} @@ -111,7 +111,7 @@ plainpages=false \normalfont\large\normalcolor auto-split frame environment \vspace*{.5\baselineskip} - \href{mailto:marco.daniel@mada-nada.de}{Marco Daniel}\footnote{With thanks to Heiko Oberdiek, Rolf Niepraschk, Martin Scharrer and Herbert Voss.}, \href{}{Elke Schubert}\qquad \mdversion\ \qquad \today + \href{mailto:marco.daniel@mada-nada.de}{Marco Daniel}\footnote{With thanks to Heiko Oberdiek, Rolf Niepraschk, Martin Scharrer and Herbert Voss.}, \href{mailto:marco.daniel@mada-nada.de}{Elke Schubert}\qquad \mdversion\ \qquad \today \end{center} \begin{abstract} Working with the command \mdcommand{fbox} or \mdcommand{fcolorbox}, one has to handle page breaks by hand, @@ -174,10 +174,6 @@ The following options are only global options. \begin{center} \renewcommand{\arraystretch}{1.5} \begin{tabularx}{\linewidth}{@{}lXl@{}} - \mdoption{skipabove}=<LENGTH>& Sets an additional skip above the frame. - & default=\mdsetting{0pt} \\ - \mdoption{skipbelow}=<LENGTH>& Sets an additional skip below the frame. - & default=\mdsetting{0pt} \\ \mdoption{xcolor}=<VALUE(S)>& By setting this key, the package \mdpack{xcolor} will be loaded with the given value(s). Without any value \mbox{\mdname} loads the package \mdpack{color} without any options. @@ -202,6 +198,10 @@ The options listed below can be set globally or locally. \begin{center} \renewcommand{\arraystretch}{1.5} \begin{tabularx}{\linewidth}{@{}lXl@{}} + \mdoption{skipabove}=<LENGTH>& Sets an additional skip above the frame. + & default=\mdsetting{0pt} \\ + \mdoption{skipbelow}=<LENGTH>& Sets an additional skip below the frame. + & default=\mdsetting{0pt} \\ \mdoption{linecolor}=<COLOR> & Sets the color of the line around the environment to <COLOR>. & default=\mdsetting{black} \\ \mdoption{backgroundcolor}=<COLOR> & Sets the color of the background of the environment to <COLOR>. @@ -303,9 +303,9 @@ The header for the following examples is \paragraph{Example 2}~\par \begin{mdexample} - \begin{mdframed}[outerlinewidth=4pt,middlelinewith=2pt,innerlinewidth=1pt,% - outerlinecolor=blue,middlelinecolor=yellow,innerlinecolor=red,% - backgroundcolor=orange] + \begin{mdframed}[outerlinewidth=4pt,middlelinewidth=2pt,innerlinewidth=1pt,% + outerlinecolor=blue,middlelinecolor=yellow,innerlinecolor=red,% + backgroundcolor=orange,roundcorner=10pt] \lipsum[1] \end{mdframed} \end{mdexample} |