diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/rrgtrees/Makefile | 31 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rrgtrees/README | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rrgtrees/rrgtrees.pdf | bin | 0 -> 104859 bytes |
3 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/rrgtrees/Makefile b/Master/texmf-dist/doc/latex/rrgtrees/Makefile new file mode 100644 index 00000000000..67bca1007af --- /dev/null +++ b/Master/texmf-dist/doc/latex/rrgtrees/Makefile @@ -0,0 +1,31 @@ +# +# This makefile is mainly for my convenience, so that the tarball is +# made with all the right bits. But I'm including it in the distro +# for people who want to see how I make the pdf file.... +# +SRC=rrgtrees.dtx rrgtrees.ins Makefile +PRODUCTS=rrgtrees.sty +SIDEEFFECTS=rrgtrees.aux rrgtrees.log rrgtrees.dvi +DOCS=rrgtrees.pdf README + +doc: rrgtrees.pdf + +rrgtrees.dvi: rrgtrees.sty rrgtrees.dtx + latex rrgtrees.dtx + latex rrgtrees.dtx + +rrgtrees.ps: rrgtrees.dvi + dvips rrgtrees.dvi -o rrgtrees.ps + +rrgtrees.pdf: rrgtrees.ps + ps2pdf rrgtrees.ps rrgtrees.pdf + + +rrgtrees.sty: $(SRC) + latex rrgtrees.ins +clean: + -rm $(SIDEEFFECTS) +spotless: + -rm $(PRODUCTS) $(DOCS) +tarball: $(SRC) $(DOCS) + tar -czvf rrgtrees.tgz $(SRC) $(DOCS) diff --git a/Master/texmf-dist/doc/latex/rrgtrees/README b/Master/texmf-dist/doc/latex/rrgtrees/README new file mode 100644 index 00000000000..7b297f1a574 --- /dev/null +++ b/Master/texmf-dist/doc/latex/rrgtrees/README @@ -0,0 +1,15 @@ +RRGtrees +A set of LaTeX macros that makes it easy to produce linguistic tree +diagrams suitable for Role and Reference Grammar (RRG). This package allows the +construction of trees with crossing lines, as is required by some languages +in this theory. +There is no known limit on number of tree nodes or levels. + +Requires the pst-node and pst-tree LaTeX packages. + +The package also contains some macros useful for typsetting certain +other aspects of an RRG-based language write-up. + +PDF files may be created via ps2pdf (ghostscript) or similar converter, +but not via pdflatex. + diff --git a/Master/texmf-dist/doc/latex/rrgtrees/rrgtrees.pdf b/Master/texmf-dist/doc/latex/rrgtrees/rrgtrees.pdf Binary files differnew file mode 100644 index 00000000000..6866f6c4b1e --- /dev/null +++ b/Master/texmf-dist/doc/latex/rrgtrees/rrgtrees.pdf |