[pstricks] pstree

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sat Aug 2 22:15:26 CEST 2008


matias gerard schrieb:
> Hola Bráulio. Yo uso LaTeXDraw para hacer gráficos con PSTricks, y luego retoco los detalles a mano. Si bien tiene sus limitaciones, te facilita mucho las cosas la mayoría de las veces.
> El código de la figura que estabas interesado en construír te lo adjunto en este mail.
> Saludos.
>                Matias

the export of the LaTeXDraw is buggy ...
using psmatrix or pstree is no big deal.

\documentclass[a4paper,12pt]{article}
\usepackage{pstricks}
\usepackage{pst-node}
\usepackage{amssymb}

\begin{document}

\psmatrix[colsep=5mm,rowsep=7mm]
\{P,Q\}&& \{$\neg$P,R\} &&\{$\neq$Q\} && \{$\neg$R,P\}&&\{$\neg$P\}\\
        &\{Q,R\} &&&&&& \{$\neg$R\}\\
        &&\{R\}\\
        &&&&\huge$\Box$
\endpsmatrix
\psset{nodesep=2pt}
\ncline{1,1}{2,2}\ncline{1,3}{2,2}
\ncline{1,5}{3,3}\ncline{2,2}{3,3}
\ncline{1,7}{2,8}\ncline{1,9}{2,8}
\ncline{3,3}{4,5}\ncline{2,8}{4,5}

\end{document}


Herbert




More information about the PSTricks mailing list