diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-24 01:01:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-24 01:01:40 +0000 |
commit | c34dd4515acebaedb87ca97a934b9043b6d36684 (patch) | |
tree | 91bdcd53ac40e7da114e2819aec4384135e36fa0 /Master/texmf-dist | |
parent | 6656d2306077966300b0abf8e3f43e595a751d2a (diff) |
pst-jtree 2.5 (23feb10)
git-svn-id: svn://tug.org/texlive/trunk@17170 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
4 files changed, 31 insertions, 31 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-jtree/README b/Master/texmf-dist/doc/generic/pst-jtree/README index 38643c460cc..2ebcff0ce09 100644 --- a/Master/texmf-dist/doc/generic/pst-jtree/README +++ b/Master/texmf-dist/doc/generic/pst-jtree/README @@ -1,27 +1,27 @@ -
-
-The pst-jtree package is based on PSTricks and is intended to be
-used by linguists to typeset complex trees. The core files are 1)
-pst-jtree.tex, the Tex macro file, 2) pst-jtree.sty, a LaTex
-wrapper which calls pst-jtree.tex, and 3) pst-jtree-doc.pdf, the
-documentation. The complete Tex source for the documentation is
-in the file pst-jtree-doc-source.zip.
-
-The file pst-jtree-examples.tex is a LaTex file which contains
-all the complex examples in the documentation, as well as many of
-the simpler ones. It very simply formatted (no packages other
-than pstricks, pst-xkey, and pst-jtree are used) in order to
-facilitate user experimentation with pst-jtree typesetting.
-Provided that PSTricks and PST-XKey are installed, users should
-be able to run this file with little difficulty if PST-jTree is
-installed or simply if pst-jtree.tex and pst-jtree.sty are in the
-same directory that pst-jtree-examples.tex is in.
-pst-jtree-examples.pdf shows what the source produces.
-For those interested in tree formatting but not LaTex,
-pst-jtree-examples.tex can be very simply converted into a Tex
-file.
-
-This material is subject to the LaTeX Project Public License. See
-http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
-for the details of that license.
-
+ + +The pst-jtree package is based on PSTricks and is intended to be +used by linguists to typeset complex trees. The core files are 1) +pst-jtree.tex, the Tex macro file, 2) pst-jtree.sty, a LaTex +wrapper which calls pst-jtree.tex, and 3) pst-jtree-doc.pdf, the +documentation. The complete Tex source for the documentation is +in the file pst-jtree-doc-source.zip. + +The file pst-jtree-examples.tex is a LaTex file which contains +all the complex examples in the documentation, as well as many of +the simpler ones. It very simply formatted (no packages other +than pstricks, pst-xkey, and pst-jtree are used) in order to +facilitate user experimentation with pst-jtree typesetting. +Provided that PSTricks and PST-XKey are installed, users should +be able to run this file with little difficulty if PST-jTree is +installed or simply if pst-jtree.tex and pst-jtree.sty are in the +same directory that pst-jtree-examples.tex is in. +pst-jtree-examples.pdf shows what the source produces. +For those interested in tree formatting but not LaTex, +pst-jtree-examples.tex can be very simply converted into a Tex +file. + +This material is subject to the LaTeX Project Public License. See +http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html +for the details of that license. + diff --git a/Master/texmf-dist/doc/generic/pst-jtree/pst-jtree-examples.tex b/Master/texmf-dist/doc/generic/pst-jtree/pst-jtree-examples.tex index d6fe1ece20a..272db499be4 100644 --- a/Master/texmf-dist/doc/generic/pst-jtree/pst-jtree-examples.tex +++ b/Master/texmf-dist/doc/generic/pst-jtree/pst-jtree-examples.tex @@ -133,7 +133,7 @@ the numbering in the documentation. \it cup\cr \bf cup\cr N\endmultiline} -\def\Fracture{<vert>{\omit\psframebox[boxsep=.4ex] +\def\Fracture{<vert>{\omit\psframebox[framesep=.4ex] {Fracture$\vphantom j$}}}% \! = {\stuff[a]} \Fracture diff --git a/Master/texmf-dist/tex/generic/pst-jtree/pst-jtree.tex b/Master/texmf-dist/tex/generic/pst-jtree/pst-jtree.tex index 54451d098c9..0bbd8d0ea1e 100644 --- a/Master/texmf-dist/tex/generic/pst-jtree/pst-jtree.tex +++ b/Master/texmf-dist/tex/generic/pst-jtree/pst-jtree.tex @@ -3,8 +3,8 @@ % use, please send me a careful description of the % modifications that have been made and the reasons that % they were made. -\def\fileversion{2.4} -\def\filedate{2006/09/24} +\def\fileversion{2.5} +\def\filedate{2010/02/22} \message{ v\fileversion, \filedate} \csname JTreeLoaded\endcsname diff --git a/Master/texmf-dist/tex/latex/pst-jtree/pst-jtree.sty b/Master/texmf-dist/tex/latex/pst-jtree/pst-jtree.sty index 1eca7b301f5..bc5a8b11e51 100644 --- a/Master/texmf-dist/tex/latex/pst-jtree/pst-jtree.sty +++ b/Master/texmf-dist/tex/latex/pst-jtree/pst-jtree.sty @@ -1,4 +1,4 @@ -\ProvidesPackage{pst-jtree}[2006/09/24 package wrapper for PSTricks +\ProvidesPackage{pst-jtree}[2010/02/22 package wrapper for PSTricks pst-jtree.tex] \input pst-jtree.tex \endinput |