Rich Shepard schrieb:
> In the example, flowchart.tex, there is the line
>
> ~\\
>
> between the psframeboxes for Action 1 and Action 2. I've not found what that
> tilde does, and I'd like to understand it.
>
> What is its function?
~ is the same as \nobreakspace{}. Together with \\ it is
an empty line in the psmatrix.
Herbert