summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mdframed
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-10-04 23:12:01 +0000
committerKarl Berry <karl@freefriends.org>2011-10-04 23:12:01 +0000
commit60cb5ab4c8a6403a6c279cd27abcc1ef0b56f359 (patch)
treea537ea8336a80394cb59e879e915e356e5700acf /Master/texmf-dist/doc/latex/mdframed
parent3e6694983cdb2f97b46861c31b37858a33c8bf93 (diff)
mdframed 0.9f (4oct11)
git-svn-id: svn://tug.org/texlive/trunk@24195 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mdframed')
-rw-r--r--Master/texmf-dist/doc/latex/mdframed/README14
-rw-r--r--Master/texmf-dist/doc/latex/mdframed/mdframed-doc-en.pdfbin142805 -> 143131 bytes
-rw-r--r--Master/texmf-dist/doc/latex/mdframed/mdframed-doc-en.tex18
3 files changed, 19 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/mdframed/README b/Master/texmf-dist/doc/latex/mdframed/README
index 4ba5eac5f01..0642e0e369c 100644
--- a/Master/texmf-dist/doc/latex/mdframed/README
+++ b/Master/texmf-dist/doc/latex/mdframed/README
@@ -1,7 +1,4 @@
-%%$Id: README 198 2011-09-11 10:50:44Z marco $
-%%$Rev: 198 $
-%%$Author: marco $
-%%$Date: 2011-09-11 12:50:44 +0200 (So, 11. Sep 2011) $
+%%$Id: README 201 2011-10-04 18:57:50Z marco $
The standard methods for framing text (\fbox or \fcolorbox)
require you to handle page breaks by hand, meaning that you
@@ -10,11 +7,12 @@ defines the environment \mdfamed which automatically deals
with pagebreaks in framed text.
-Author's name: Marco Daniel and Elke Schubert (!new)
+Author's name: Marco Daniel and Elke Schubert (tikz)
License type: lppl
----------------------------
-v0.9e
-- working with twoside modus
-
+v0.9f
+- fixes bugs (thanks to Lars Madsen)
+- added option hidealllines
+- fixed documentation
diff --git a/Master/texmf-dist/doc/latex/mdframed/mdframed-doc-en.pdf b/Master/texmf-dist/doc/latex/mdframed/mdframed-doc-en.pdf
index 16a9edba958..29d3c8d605d 100644
--- a/Master/texmf-dist/doc/latex/mdframed/mdframed-doc-en.pdf
+++ b/Master/texmf-dist/doc/latex/mdframed/mdframed-doc-en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/mdframed/mdframed-doc-en.tex b/Master/texmf-dist/doc/latex/mdframed/mdframed-doc-en.tex
index 3795a2c3d27..94cefa6bd27 100644
--- a/Master/texmf-dist/doc/latex/mdframed/mdframed-doc-en.tex
+++ b/Master/texmf-dist/doc/latex/mdframed/mdframed-doc-en.tex
@@ -1,6 +1,6 @@
%Documenation of the package mdframed
-%%$Id: mdframed-doc-en.tex 198 2011-09-11 10:50:44Z marco $
-%%$Rev: 198 $
+%%$Id: mdframed-doc-en.tex 201 2011-10-04 18:57:50Z marco $
+%%$Rev: 201 $
%%$Author: marco $
%%$Dater:$
%% [latex -> ps -> pdf]
@@ -8,7 +8,7 @@
\documentclass[english,11pt,]{scrartcl}
%\usepackage{showframe}
\usepackage[nofancy,draft,notoday]{svninfo}
-\svnInfo $Id: mdframed-doc-en.tex 198 2011-09-11 10:50:44Z marco $
+\svnInfo $Id: mdframed-doc-en.tex 201 2011-10-04 18:57:50Z marco $
\usepackage{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
@@ -495,10 +495,10 @@ the second one is a number (e.g. 2) which will be multiplied by \mdoption{1 defa
With this option you set the values \mdcommand{theorempreskipamount}
and\newline \mdcommand{theorempostskipamount} to 0pt.
-\mdDescribeMacro[false]{nobreak} Sometimes it is useful to prevent a frame from splitting. The \mdoption{nobreak} option is used for this purpose.
+\mdDescribeMacro[false]{nobreak} Sometimes it is useful to prevent a frame from splitting. The \mdoption{nobreak} option is used for this purpose. If you activate this option you can enable it by setting \mdoption{nobreak=false}.
-\mdDescribeMacro[0pt]{needspace} Sometimes it is useful to set a minimum height befor a frame should be splittet. For such cases you can use \mdoption{needspace}.
+\mdDescribeMacro[0pt]{needspace} Sometimes it is useful to set a minimum height befor a frame should be splitted. For such cases you can use \mdoption{needspace}. The option requires a length which sets the minimum height befor a frame will be splitted.
\mdDescribeMacro{style} If you define a special style with \mdcommand{mdfdefinstyle} you can use the key \mdoption{style} to load the style. \mdname has no predefined styles.
@@ -944,6 +944,14 @@ Text\par Text\par Text
\twocolumn[\subsection{Revision history}\label{rev}]
\setkomafont{subsubsection}{\normalfont\bfseries}
\small\raggedright
+\minisec{Version 0.9d submitted 04 Oct 2011}
+\begin{itemize}
+\item fixes bugs (thanks to Lars Madsen)
+\item added option \mdoption{hidealllines}
+\item fixed documentation
+\end{itemize}
+
+
\minisec{Version 0.9e submitted 11 Sep 2011}
\begin{itemize}
\item working with \texttt{twoside} modus