summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mdframed/mdframed-example-pstricks.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-10 01:05:49 +0000
committerKarl Berry <karl@freefriends.org>2011-12-10 01:05:49 +0000
commit04a95cdae99b26ab45f6f002647b57d78eebf3c0 (patch)
treeee99a8ec53b89a2a0af8b47d0167a63f32502036 /Master/texmf-dist/doc/latex/mdframed/mdframed-example-pstricks.tex
parent905da44baf20b22b84b86c1a4cded85beb111531 (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-pstricks.tex')
-rw-r--r--Master/texmf-dist/doc/latex/mdframed/mdframed-example-pstricks.tex79
1 files changed, 53 insertions, 26 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 d7b13cd831e..51b28defac1 100644
--- a/Master/texmf-dist/doc/latex/mdframed/mdframed-example-pstricks.tex
+++ b/Master/texmf-dist/doc/latex/mdframed/mdframed-example-pstricks.tex
@@ -1,29 +1,37 @@
-%Documenation of the package mdframed
-%%$Id: mdframed-example-pstricks.tex 220 2011-11-13 17:39:13Z marco $
+%%
+%% This is file `mdframed-example-pstricks.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% mdframed-examples.dtx (with options: `mdframed-example-pstricks')
+%% ----------------------------------------------------------------
+%% 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-pstricks.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}
-
-\usepackage[]{showexpl}
-\lstset{style=lstmdframed,explpreset={pos=b,rframe={}},}
+\ltxmdfsetifoot$Id: mdframed-examples.dtx 270 2011-12-09 12:19:09Z marco $
+\lstDeleteShortInline{|}
\newcommand\Loadedframemethod{PSTricks}
\usepackage[framemethod=\Loadedframemethod]{mdframed}
-\title{The \mdname package}
-\subtitle{Examples for \mdoption{framemethod=\Loadedframemethod}}
+\usepackage{showexpl}
+\lstset{style=lstltxmdf,explpreset={pos=b,rframe={}},}
+
+\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 +39,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 +54,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}.}
+X
\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,11 +71,12 @@ 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
+
\Examplesec{very simple}
\begin{LTXexample}
\global\mdfdefinestyle{exampledefault}{%
@@ -80,7 +88,6 @@ function of the independent variables alone.
\end{mdframed}
\end{LTXexample}
-
\Examplesec{hidden line + frame title}
\begin{LTXexample}
\global\mdfapptodefinestyle{exampledefault}{%
@@ -110,4 +117,24 @@ function of the independent variables alone.
\ExampleText
\end{mdframed}
\end{LTXexample}
-\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-pstricks.tex'.