summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/LingTrees/Examples/simple.txp
blob: 25c42075d1f6042871813f798e89da5e3c07fdc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass[12pt]{article}

\usepackage{cm-lingmacros, lingtrees}

\begin{document}
Here is a very simple example:
\begin{example}
.[
S
   NP
     John
   VP
     V
       bit
     NP|tri
       Fido's best mate|tri
.]
\end{example}
That was easy, wasn't it?
\end{document}