[pstricks] Vertical space

Herbert Voss Herbert.Voss at FU-Berlin.DE
Mon Mar 17 21:32:29 CET 2008


Jonny Smith schrieb:

> There is this trivial question I'm having and I was wondering if someone
> could point me into the right direction.
> 
> I'm doing a framebox in which I wanna put some text and an equation
> vertically separated.
> 
> As this seems so obvious I somehow can't get no vertical space between both
> objects...

please provide full working minimal examples, which we can run
with latex.

\rput(70,14){\rnode{NameNode}{%
   \psframebox{%
     \parbox{ ....first line\\
             ... second line\\
             ...\\
             ,,, last line }% end of parbox
   }% end of psframebox
}}% end of rnode and rput

Herbert



> 
> 
> \usepackage{pstricks,pst-grad,pst-node}
> ...
> 
>   \begin{pspicture}*(0,-20)(130,20)
> 
> ...
> 
>     \rput(70,14){\rnode{NameNode}{
>     \psframebox{
> 
>                     \parbox{6cm}{\dots System \dots}
> %                    \vskip 2pt
> %                    \vspace{0.5cm}
> %                    \hspace{0.5cm} \medskip
> %                    \linebreak
> 
> %                  \begin{equation}
> %                    \begin{array}{rcl}
> %                    \begin{eqnarray*}
>                     $\begin{array}{rcl}
>                     d \xi(t)
>                     & = &
>                     mathscr{F}_D (t, \xi(t), u(t)) \, dt } +
> \dots,
>                     \end{array}$
> %                    \end{array}
> %                    \end{equation}
> %                    \end{eqnarray*}
> 
>     }}}
> ...
> 
> Do you guys know what I'm doing wrong?
> 
> Also, I'm not getting to work any equation environments as seen above. I'm
> new to pstricks and may be screwing up something real bad...
> 
> Thanks,
> 
> J
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> pstricks mailing list
> pstricks at tug.org
> http://tug.org/mailman/listinfo/pstricks




More information about the PSTricks mailing list