[pstricks] flow-chart stack of boxes

Hylke Beck hylke_b at hotmail.com
Thu Feb 19 22:20:52 CET 2009





>
>> I.e. to give the impression of multiple products. Is there an easy way to do this? My code currently looks like this:
>>
>> \begin{figure*}
>>
>> \begin{psmatrix}
>>
>> \psframebox{\tabular{c}streamflow\\index ($Q$)\endtabular}
>>
>> \end{psmatrix}
>
> please provide full working examples, not only fragments.
>
> \documentclass{article}
> \usepackage{pstricks-add}
>
> \begin{document}
>
> \def\psFBox#1{\rput[lC](5pt,-4pt){\psframebox{#1}}%
> \rput[lC](2pt,-1pt){\psframebox[fillstyle=solid,fillcolor=white]{#1}}%
> \psframebox[fillstyle=solid,fillcolor=white]{#1}}
> \begin{psmatrix}
> foo\\
> \psFBox{\tabular{c}streamflow\\index ($Q$)\endtabular}\\
> bar
> \end{psmatrix}
> \ncline{->}{1,1}{2,1}
> \ncline[nodesepA=6pt]{->}{2,1}{3,1}
>
> \end{document}
>
> hope, it helps
>
> Herbert
>

Thank you, that worked great!

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


More information about the PSTricks mailing list