\documentstyle[11pt,trees,tree-dvips]{article}

\begin{document}

Here is a sample tree:
\begin{center}
.[
S
  NP
    this
  N
     tree
  VP
    V
      works
.]
\end{center}


\end{document}
