Search found 3 matches

by ororo
Sat Apr 19, 2008 8:49 am
Forum: Document Classes
Topic: pst-node - problem with labels
Replies: 5
Views: 5444

Re: pst-node - problem with labels

Thank you Stefan! sorry my problem was really stupid!

So I cannot use pstricks inside a dvi? there is no way to make a dvi?
by ororo
Fri Apr 18, 2008 6:56 pm
Forum: Document Classes
Topic: pst-node - problem with labels
Replies: 5
Views: 5444

Re: pst-node - problem with labels

Here is a little example:

\documentclass{article}
\usepackage{pst-node}

\begin{document}

$$\begin{psmatrix}[rowsep=1,colsep=1]
& A & [name=upper] B \\
& [name=lower] C & D
\end{psmatrix}
\ncline{->}{lower}{upper} \naput{label}
$$

\end{document}

I expected the label "label" would appear over the ...
by ororo
Fri Apr 18, 2008 5:10 pm
Forum: Document Classes
Topic: pst-node - problem with labels
Replies: 5
Views: 5444

pst-node - problem with labels

Hello everybody.
I am trying to use pstricks, and in particular pst-node.

All commands work, *but* the commands to position labels on the edges:

\ncline{A}{B} \ncput{label}

creates an edge and then puts the label on the node A, instead then on the edge (A,B). :(
The same happens with \naput ...