summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/LingTrees/Examples/outputfiles.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/LingTrees/Examples/outputfiles.tex')
-rw-r--r--macros/latex/contrib/LingTrees/Examples/outputfiles.tex20
1 files changed, 20 insertions, 0 deletions
diff --git a/macros/latex/contrib/LingTrees/Examples/outputfiles.tex b/macros/latex/contrib/LingTrees/Examples/outputfiles.tex
new file mode 100644
index 0000000000..11a06598a0
--- /dev/null
+++ b/macros/latex/contrib/LingTrees/Examples/outputfiles.tex
@@ -0,0 +1,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}