summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/LingTrees/Examples/outputfiles.tex
blob: 11a06598a0d61386e33ff42344ff82ac63d02ff1 (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, trees, tree-test}

\begin{document}

This document uses trees written to independent files by the
{\tt trees} preprocessor.  Here's the first one, one with {\tt .>}:
\begin{example}
\input trees/firsttree.tex
\end{example}
And here's the second, done likewise:
\begin{example}
\input trees/secondtree.tex
\end{example}
And here are two trees done with {\tt .>>}:
\begin{examples}
\input trees/twotrees.tex
\end{examples}
\end{document}