diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mdframed/ltxmdf.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/mdframed/ltxmdf.cls | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/mdframed/ltxmdf.cls b/Master/texmf-dist/tex/latex/mdframed/ltxmdf.cls index 63f4474a06f..08bef6252b0 100644 --- a/Master/texmf-dist/tex/latex/mdframed/ltxmdf.cls +++ b/Master/texmf-dist/tex/latex/mdframed/ltxmdf.cls @@ -8,15 +8,15 @@ %% Public License, as described in lppl.txt in the base LaTeX distribution. %% Either version 1.0 or, at your option, any later version. -%%$Id: ltxmdf.cls 269 2011-12-09 12:14:02Z marco $ -%%$Rev: 269 $ +%%$Id: ltxmdf.cls 311 2012-01-08 12:17:24Z marco $ +%%$Rev: 311 $ %%$Author: marco $ -%%$Date: 2011-12-09 13:14:02 +0100 (Fr, 09. Dez 2011) $ +%%$Date: 2012-01-08 13:17:24 +0100 (So, 08. Jan 2012) $ %% Allgemeine Angaben \def\ltxmdf@svn$#1: #2 #3 #4-#5-#6 #7 #8${#4/#5/#6\space } \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{ltxmdf}[\ltxmdf@svn$Id: ltxmdf.cls 269 2011-12-09 12:14:02Z marco $ ltxmdf] +\ProvidesPackage{ltxmdf}[\ltxmdf@svn$Id: ltxmdf.cls 311 2012-01-08 12:17:24Z marco $ ltxmdf] \DeclareOption{tocdepthsec}{\def\ltxmdf@tocdepth{1}} \DeclareOption{tocdepthsub}{\def\ltxmdf@tocdepth{2}} \newif\ifltxmdf@lipsum @@ -92,7 +92,7 @@ \def\ltxmdfsetifoot$#1: #2 #3 #4-#5-#6 #7 #8${% \ifoot{#2 #3 #4-#5-#6 #7 #8} } -\ltxmdfsetifoot$Id: ltxmdf.cls 269 2011-12-09 12:14:02Z marco $ +\ltxmdfsetifoot$Id: ltxmdf.cls 311 2012-01-08 12:17:24Z marco $ %Tikz und Farbe @@ -129,7 +129,9 @@ ExampleText,titregris,draw,gray,thick,fill,white,shading,exersicetitle, exersicebackground,color,green,black,exercise,exercisepoints, text,rectangle,rounded,corners,right,minimum,height,xshift,at, - exercisestyle,settings,frametitlefont},% + exercisestyle,settings,frametitlefont, + frametitlerule,frametitlebelowskip,frametitleaboveskip, + frametitlebackgroundcolor,frametitlerulecolor},% moretexcs={newmdtheoremenv,newmdenv,theoremstyle,mdfsetup,@length,% md@putbox@single,@tempboxa,mdf@,% mdf@linewidth,mdf@leftmargin@length,interruptlength,% @@ -140,7 +142,8 @@ mdf@innerrightmargin@length,mdfdefinestyle,mdfapptodefinestyle,defcounter, tikzstyle,pgfdeclarehorizontalshading,theexercise,mdf@@exercisepoints, define@key,renewrobustcmd,mdfcreateextratikz,node,ifdefempty, - mdf@frametitlefont,dimexpr,mdframedtitleenv,ifstrempty},% + mdf@frametitlefont,dimexpr,mdframedtitleenv,ifstrempty, + mdtheorem,surroundwithmdframed},% } @@ -165,7 +168,7 @@ \def\version#1{\def\@version{#1}} \def\date#1{\def\@date{#1}} \def\@@date$#1: #2 #3 #4-#5-#6 #7 #8${#4/#5/#6} -\date{\@@date$Id: ltxmdf.cls 269 2011-12-09 12:14:02Z marco $} +\date{\@@date$Id: ltxmdf.cls 311 2012-01-08 12:17:24Z marco $} \long\def\introduction#1{\def\@introduction{#1}} @@ -332,7 +335,7 @@ %Anweisung zur Darstellung \newcommand*\Opt[1]{{\MacroFont #1}\xspace} \newcommand*\Env[1]{{\MacroFont #1}\xspace} -\newcommand*\Cmd[1]{{\MacroFont \string #1}\xspace} +\newcommand*\Cmd[1]{{\MacroFont\textbackslash #1}\xspace} \newcommand*\Pack[1]{\texttt{#1}\xspace} \newcommand*\ExplCmd[2][]{% |