summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mdframed/mdframed-example-pstricks.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-06 00:42:14 +0000
committerKarl Berry <karl@freefriends.org>2012-02-06 00:42:14 +0000
commit4e9750715f219d797d201e091dd0917660b68178 (patch)
tree592465b481b89ecf4dd58d182ad0de1e50a58607 /Master/texmf-dist/doc/latex/mdframed/mdframed-example-pstricks.tex
parent2ef7b41a6c64ff012ea9eb520a8f8102d2017a0f (diff)
mdframed (5feb12)
git-svn-id: svn://tug.org/texlive/trunk@25299 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mdframed/mdframed-example-pstricks.tex')
-rw-r--r--Master/texmf-dist/doc/latex/mdframed/mdframed-example-pstricks.tex19
1 files changed, 17 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/mdframed/mdframed-example-pstricks.tex b/Master/texmf-dist/doc/latex/mdframed/mdframed-example-pstricks.tex
index 9a4dc301553..58a12c8d081 100644
--- a/Master/texmf-dist/doc/latex/mdframed/mdframed-example-pstricks.tex
+++ b/Master/texmf-dist/doc/latex/mdframed/mdframed-example-pstricks.tex
@@ -1,7 +1,8 @@
-%%$Id: mdframed.dtx 320 2012-01-09 18:44:33Z marco $
+%% CheckSum{5147}
+%%$Id: mdframed.dtx 344 2012-02-04 23:50:02Z marco $
\setcounter{errorcontextlines}{999}
\documentclass[parskip=false,english,11pt]{ltxmdf}
-\ltxmdfsetifoot$Id: mdframed.dtx 320 2012-01-09 18:44:33Z marco $
+\ltxmdfsetifoot$Id: mdframed.dtx 344 2012-02-04 23:50:02Z marco $
\lstDeleteShortInline{|}
\newcommand\Loadedframemethod{PSTricks}
@@ -13,6 +14,7 @@
\title{The \Pack{mdframed} package}
\subtitle{Examples for \Opt{framemethod=\Loadedframemethod}}
\author{\href{mailto:marco.daniel@mada-nada.de}{Marco Daniel}}
+\date{\mdfdateID$Id: mdframed.dtx 344 2012-02-04 23:50:02Z marco $}
\version{\mdversion}
\introduction{In this document I collect various examples for \Opt{framemethod=\Loadedframemethod}.
Some presented examples are more or less exorbitant.}
@@ -106,5 +108,18 @@ function of the independent variables alone.
\ExampleText
\end{mdframed}
\end{LTXexample}
+
+\Examplesec{Shadow frame}
+\begin{LTXexample}
+\newmdenv[shadow=true,
+ shadowsize=11pt,
+ linewidth=8pt,
+ frametitlerule=true,
+ roundcorner=10pt,
+ ]{myshadowbox}
+\begin{myshadowbox}[frametitle={Inhomogeneous linear}]
+\ExampleText
+\end{myshadowbox}
+\end{LTXexample}
\end{document}
\endinput