summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pstricks-examples-en/30-02-10.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstricks-examples-en/30-02-10.ltx')
-rw-r--r--Master/texmf-dist/doc/latex/pstricks-examples-en/30-02-10.ltx39
1 files changed, 0 insertions, 39 deletions
diff --git a/Master/texmf-dist/doc/latex/pstricks-examples-en/30-02-10.ltx b/Master/texmf-dist/doc/latex/pstricks-examples-en/30-02-10.ltx
deleted file mode 100644
index 54dd1549195..00000000000
--- a/Master/texmf-dist/doc/latex/pstricks-examples-en/30-02-10.ltx
+++ /dev/null
@@ -1,39 +0,0 @@
-%%
-%% A DANTE-Edition example
-%%
-%% Example 30-02-10 on page 591.
-%%
-%% Copyright (C) 2011 Herbert Voss
-%%
-%% It may be distributed and/or modified under the conditions
-%% of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%%
-%% See http://www.latex-project.org/lppl.txt for details.
-%%
-%%
-%% ====
-% Show page(s) 1
-%%
-\documentclass[]{article}
-\pagestyle{empty}
-\setlength\textwidth{201.70511pt}
-\setlength\parindent{0pt}
-
-\usepackage{pstricks-add}
-
-\begin{document}
-\begin{pspicture}(10,5)
- \psbrace[braceWidth=1cm,braceWidthInner=1cm,
- braceWidthOuter=1cm,bracePos=0.6,fillcolor=black!20,
- nodesepA=10mm,nodesepB=10mm](0,5)(10,5){\fbox{text}}
-\pcline{<->}(3,3)(3,4)\ncput*{\footnotesize\ttfamily braceWidth}
-\pcline{<->}(3,4)(3,5)\ncput*{\footnotesize\ttfamily braceWidthInner}
-\pcline{<->}(3,2)(3,3)\ncput*{\footnotesize\ttfamily braceWidthOuter}
-\pcline{<->}(6,1)(6,2)\ncput{\footnotesize\ttfamily nodesepB}
-\pcline{<->}(6,1)(7,1)\ncput*{\footnotesize\ttfamily A}
-\pcline{<->}(0,0.5)(6,0.5)\ncput*{\footnotesize\ttfamily bracePos}
-\psdot[dotscale=2](0,5)\uput[0](0,5){\textbf{A}}
-\psdot[dotscale=2](10,5)\uput[180](10,5){\textbf{B}}
-\end{pspicture}
-\end{document}