groby
21-05-2007, 15:23
Hallo,
ich will ein Flussdiagramm darstellen und nutze psmatrix
\begin{figure}
\begin{center}
\vspace{0.7cm}
\small
\psset{shadowcolor=black!70,blur=true}%
\begin{psmatrix}[rowsep=0.2,colsep=0.3]
{}& \psframebox[fillstyle=solid,fillcolor=yellow,shadow=true]{EM20} &{}\\
\psframebox[fillstyle=solid,fillcolor=white,shadow=false]{FEX and HYPO algorithms}
& {}&\psframebox[fillstyle=solid,fillcolor=white,shadow=false]{FEX and HYPO algorithms} \\
\psframebox[fillstyle=solid,fillcolor=yellow,shadow=true]{ecand}
& {}&\psframebox[fillstyle=solid,fillcolor=yellow,shadow=true]{g25}
% Links
\ncline{->}{1,2}{2,1}
\ncline{->}{1,2}{2,3}
\ncline{->}{2,1}{3,1}
\ncline{->}{2,3}{3,3}
\end{psmatrix}%
\end{center}
\caption[Configuration]{Sequence, both output trigger elements (ecand and g25) have the same input trigger element EM20}
\label{fig:fexhypo}
\end{figure}
das funktioniert auch, aber die Boxen haben alle unterschiedlche Groessen, abhaengig vom Text.
Wie kann ich denn die Groesse einheitlich definieren?
Danke im vorraus
Gordon
ich will ein Flussdiagramm darstellen und nutze psmatrix
\begin{figure}
\begin{center}
\vspace{0.7cm}
\small
\psset{shadowcolor=black!70,blur=true}%
\begin{psmatrix}[rowsep=0.2,colsep=0.3]
{}& \psframebox[fillstyle=solid,fillcolor=yellow,shadow=true]{EM20} &{}\\
\psframebox[fillstyle=solid,fillcolor=white,shadow=false]{FEX and HYPO algorithms}
& {}&\psframebox[fillstyle=solid,fillcolor=white,shadow=false]{FEX and HYPO algorithms} \\
\psframebox[fillstyle=solid,fillcolor=yellow,shadow=true]{ecand}
& {}&\psframebox[fillstyle=solid,fillcolor=yellow,shadow=true]{g25}
% Links
\ncline{->}{1,2}{2,1}
\ncline{->}{1,2}{2,3}
\ncline{->}{2,1}{3,1}
\ncline{->}{2,3}{3,3}
\end{psmatrix}%
\end{center}
\caption[Configuration]{Sequence, both output trigger elements (ecand and g25) have the same input trigger element EM20}
\label{fig:fexhypo}
\end{figure}
das funktioniert auch, aber die Boxen haben alle unterschiedlche Groessen, abhaengig vom Text.
Wie kann ich denn die Groesse einheitlich definieren?
Danke im vorraus
Gordon