[pstricks] dbicons.sty not found and other dbicons questions

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sat May 3 10:43:58 CEST 2008


Olga Lyashevska schrieb:

> In my previous posts I had some questions about use of dbicons. I will
> summarize them here:
> 
> 1) entities positioning;
> 
> Relationship between entity 'tbl_std'  and entity 'tbl_lvl' is skewed (not
> right angle). The same problem is with 'tbl_dsc' and 'tbl_indx'
> I would like them to be positioned in the corners of imaginary rectangle.
> Can anybody suggest how to achieve it?


> -----begin example----------
> \documentclass{article}
> \usepackage{pstricks,pst-node,pst-coil,color,dbicons}
> \seticonparams{entity}{shadow=true, fillcolor=lightgray}
> \begin{document}
> 
> \begin{tabular}{cc}
> 
> %entities
> \begin{tabular}{c}
> \entity{tblpbl}[tbl\_pbl]\\[3cm]
> \entity{tblstd}[tbl\_std]\\[3cm]
> \entity{tbldsc}[tbl\_dsc] \\[3cm]
> \end{tabular}
> \hspace{15em}
> \begin{tabular}{c}
> \entity{tbllvl}[tbl\_lvl]\\[3cm]
> \entity{tblindx}[tbl\_indx]\\[3cm]
> \end{tabular}


\begin{tabular}{c}
\entity{tblpbl}[tbl\_pbl]\\[3cm]
\entity{tblstd}[tbl\_std]\\[3cm]
\entity{tbldsc}[tbl\_dsc] \\[3cm]
\end{tabular}
\hspace{15em}
\begin{tabular}{c}
~\\[3cm]
\entity{tbllvl}[tbl\_lvl]\\[3cm]
\entity{tblindx}[tbl\_indx]\\[3cm]
\end{tabular}


does this help?

Herbert



More information about the PSTricks mailing list