diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-10 01:05:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-10 01:05:49 +0000 |
commit | 04a95cdae99b26ab45f6f002647b57d78eebf3c0 (patch) | |
tree | ee99a8ec53b89a2a0af8b47d0167a63f32502036 /Master/texmf-dist/doc/latex/mdframed/mdframed-example-tikz.tex | |
parent | 905da44baf20b22b84b86c1a4cded85beb111531 (diff) |
mdframed (9dec11)
git-svn-id: svn://tug.org/texlive/trunk@24808 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mdframed/mdframed-example-tikz.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/mdframed/mdframed-example-tikz.tex | 87 |
1 files changed, 59 insertions, 28 deletions
diff --git a/Master/texmf-dist/doc/latex/mdframed/mdframed-example-tikz.tex b/Master/texmf-dist/doc/latex/mdframed/mdframed-example-tikz.tex index 74e4f397256..5539f819aab 100644 --- a/Master/texmf-dist/doc/latex/mdframed/mdframed-example-tikz.tex +++ b/Master/texmf-dist/doc/latex/mdframed/mdframed-example-tikz.tex @@ -1,29 +1,36 @@ -%Documenation of the package mdframed -%%$Id: mdframed-example-tikz.tex 220 2011-11-13 17:39:13Z marco $ +%% +%% This is file `mdframed-example-tikz.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% mdframed-examples.dtx (with options: `mdframed-example-tikz') +%% ---------------------------------------------------------------- +%% Working with the command fbox or fcolorbox, one has to +%% handle page breaks by hand. The present package defines the +%% environment mdframed which automatically deals with page breaks. +%% +%% Author's name: Marco Daniel and Elke Schubert (!new) +%% License type: lppl + +%%$Id: mdframed-examples.dtx 270 2011-12-09 12:19:09Z marco $ \setcounter{errorcontextlines}{999} \documentclass[parskip=false,english,11pt]{ltxmdf} -\svnInfo $Id: mdframed-example-tikz.tex 220 2011-11-13 17:39:13Z marco $ -\usepackage{babel} -\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} -\usepackage[T1,altbullet]{lucidabr} -\usepackage[scaled=0.82]{beramono} +\ltxmdfsetifoot $Id: mdframed-examples.dtx 270 2011-12-09 12:19:09Z marco $ -\usepackage[]{showexpl} -\lstset{style=lstmdframed,explpreset={pos=b,rframe={}},} +\usepackage{showexpl} +\lstset{style=lstltxmdf,explpreset={pos=b,rframe={}},} \newcommand\Loadedframemethod{TikZ} \usepackage[framemethod=\Loadedframemethod]{mdframed} -\title{The \mdname package} -\subtitle{Examples for \mdoption{framemethod=\Loadedframemethod}} +\title{The \Pack{mdframed} package} +\subtitle{Examples for \Opt{framemethod=\Loadedframemethod}} \author{\href{mailto:marco.daniel@mada-nada.de}{Marco Daniel}} \version{\mdversion} -\date{\svnToday} -\introduction{In this document I collect various examples for \mdoption{framemethod=\Loadedframemethod}. +\introduction{In this document I collect various examples for \Opt{framemethod=\Loadedframemethod}. Some presented examples are more or less exorbitant.} - \mdfsetup{skipabove=\topskip,skipbelow=\topskip} \newrobustcmd\ExampleText{% An \textit{inhomogeneous linear} differential equation has the form @@ -31,11 +38,10 @@ Some presented examples are more or less exorbitant.} L[v ] = f, \end{align} where $L$ is a linear differential operator, $v$ is - the dependent variable, and $f$ is a given non-zero + the dependent variable, and $f$ is a given non-zero function of the independent variables alone. } - \newcounter{examplecount} \setcounter{examplecount}{0} \renewcommand\thesubsection{} @@ -47,15 +53,15 @@ Some presented examples are more or less exorbitant.} \begin{document} \maketitle \section{Loading} -In the preamble only the package \mdname width the option \mdoption{framemethod=\Loadedframemethod} is loaded. All other modifications will be done by \mdcommand{mdfdefinestyle} or \mdcommand{mdfsetup}. +In the preamble only the package \Pack{mdframed} width the option \Opt{framemethod=\Loadedframemethod} is loaded. All other modifications will be done by \Cmd{mdfdefinestyle} or \Cmd{mdfsetup}. {\large\color{red!50!black} -\NOTE Every \mdcommand{global} inside the examples is necessary to work with the package \mdpack{showexpl}.} +\NOTE Every \Cmd{global} inside the examples is necessary to work with the package \Pack{showexpl}.} \section{Examples} All examples have the following settings: -\begin{mdexample} +\begin{tltxmdfexample} \mdfsetup{skipabove=\topskip,skipbelow=\topskip} \newrobustcmd\ExampleText{% An \textit{inhomogeneous linear} differential equation @@ -64,10 +70,10 @@ has the form L[v ] = f, \end{align} where $L$ is a linear differential operator, $v$ is -the dependent variable, and $f$ is a given non-zero +the dependent variable, and $f$ is a given non-zero function of the independent variables alone. } -\end{mdexample} +\end{tltxmdfexample} \clearpage \ExampleText{round corner} \begin{LTXexample} @@ -88,8 +94,15 @@ function of the independent variables alone. \ExampleText \end{mdframed} \end{LTXexample} - \clearpage +\Examplesec{framed picture which is centered} +\begin{LTXexample} +\begin{mdframed}[userdefinedwidth=6cm,align=center, + linecolor=blue,middlelinewidth=4pt,roundcorner=5pt] +\includegraphics[width=\linewidth]{donald-duck} +\end{mdframed} +\end{LTXexample} + \Examplesec{Gimmick} \begin{LTXexample} \mdfsetup{splitbottomskip=0.8cm,splittopskip=0cm, @@ -106,10 +119,9 @@ function of the independent variables alone. \end{mdframed} \end{LTXexample} - \Examplesec{complex example with TikZ} -\begin{mdexample} +\begin{tltxmdfexample} \tikzstyle{titregris} = [draw=gray, thick, fill=white, shading = exersicetitle, % text=gray, rectangle, rounded corners, @@ -160,7 +172,7 @@ color(100bp)=(black!5)} \begin{mdframed}[style=exercisestyle,exercisepoints=10] \ExampleText \end{mdframed} -\end{mdexample} +\end{tltxmdfexample} \tikzstyle{titregris} = [draw=gray, thick, fill=white, shading = exersicetitle, % @@ -212,5 +224,24 @@ color(100bp)=(black!5)} \ExampleText \end{mdframed} - -\end{document}
\ No newline at end of file +\end{document} + \endinput +%% +%% ================================================================ +%% Copyright (C) 2011 by Marco Daniel +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License (LPPL), either +%% version 1.3c of this license or (at your option) any later +%% version. The latest version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) by +%% Marco Daniel. +%% +%% Have fun! +%% +%% ================================================================ +%% +%% End of file `mdframed-example-tikz.tex'. |