From cf02168f68651051c7b0bd61322a7f5547565129 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 14 Oct 2011 23:25:45 +0000 Subject: new doc pstricks-examples-en (14oct11) git-svn-id: svn://tug.org/texlive/trunk@24289 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/pstricks-examples-en/33-04-5.ltx | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/pstricks-examples-en/33-04-5.ltx (limited to 'Master/texmf-dist/doc/latex/pstricks-examples-en/33-04-5.ltx') diff --git a/Master/texmf-dist/doc/latex/pstricks-examples-en/33-04-5.ltx b/Master/texmf-dist/doc/latex/pstricks-examples-en/33-04-5.ltx new file mode 100644 index 00000000000..4bb951e2571 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pstricks-examples-en/33-04-5.ltx @@ -0,0 +1,62 @@ +%% +%% A DANTE-Edition example +%% +%% Example 33-04-5 on page 729. +%% +%% 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{375.57637pt} + +\usepackage{pst-node,pst-dbicons} +\seticonparams{entity}{shadow=true,fillcolor=black!30,fillstyle=solid} +\seticonparams{attribute}{fillcolor=black!10,fillstyle=solid} +\seticonparams{relationship}{shadow=true,fillcolor=black!20,fillstyle=solid} + +\begin{document} +\begin{tabular}{cc} +\begin{tabular}{c} +\entity{tblpbl}[tbl\_pbl]\\[2cm] +\entity{tblinst}[tbl\_inst]\\[2cm] +\entity{tbldsc}[tbl\_dsc] \\[2cm] +\end{tabular}\hspace{6em} +\begin{tabular}{c} +~\\[2cm] +\entity{tbllvl}[tbl\_lvl]\\[2cm] +\entity{tblindx}[tbl\_indx]\\[2cm] +\end{tabular} +\attributeof{tblpbl}[3em]{0}{pbljrn}[pbl\_jrn]%attributes +\attributeof{tblpbl}[3em]{90}{pbloth}[pbl\_oth] +\attributeof{tblpbl}[3em]{30}{pblauth}[pbl\_auth] +\attributeof{tblpbl}[3em]{150}{pblyr}[pbl\_yr] +\attributeof{tblpbl}[3em]{180}[key]{pblid}[pbl\_id] +\attributeof{tblinst}[3em]{150}[key]{instprm}[inst\_prm] +\attributeof{tblinst}[3em]{180}[key]{instid}[inst\_id] +\attributeof{tbldsc}[3em]{180}[key]{dscid}[dsc\_id] +\attributeof{tbldsc}[3em]{150}{dscname}[dsc\_name] +\attributeof{tbldsc}[3em]{220}{dscval}[dsc\_val] +\attributeof{tbldsc}[3em]{270}{dscunit}[dsc\_unit] +\attributeof{tbldsc}[3em]{320}{dscoth}[dsc\_oth] +\attributeof{tbllvl}[3em]{0}[key]{lvlid}[lvl\_id] +\attributeof{tbllvl}[3em]{90}{lvlname}[lvl\_name] +\attributeof{tblindx}[3em]{0}[key]{indxid}[indx\_id] +\attributeof{tblindx}[3em]{30}{indxname}[indx\_name] +\attributeof{tblindx}[3em]{270}{indxrel}[indx\_rel] +\relationshipbetween{tblpbl}{tblinst}{1:m}%relationships +\relationshipbetween{tblinst}{tbldsc}{m:1} +\relationshipbetween{tblinst}{tbllvl}{m:1} +\relationshipbetween{tbldsc}{tblindx}{1:m} +\relationshipbetween{tbllvl}{tblindx}{1:m} +\end{tabular} +\end{document} -- cgit v1.2.3