summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/forest
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-07-14 22:14:58 +0000
committerKarl Berry <karl@freefriends.org>2017-07-14 22:14:58 +0000
commit44af1a53bf28c922f525bd635c417b22f3b99b39 (patch)
tree8321fbec505941bc5df303d701e3d2fb7a8872dd /Master/texmf-dist/doc/latex/forest
parent491daa094bcac761ea736ebf058ae5e73696b439 (diff)
forest (14jul17)
git-svn-id: svn://tug.org/texlive/trunk@44797 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/forest')
-rw-r--r--Master/texmf-dist/doc/latex/forest/README2
-rw-r--r--Master/texmf-dist/doc/latex/forest/forest-doc.pdfbin1212416 -> 1318520 bytes
-rw-r--r--Master/texmf-dist/doc/latex/forest/forest-doc.tex19
-rw-r--r--Master/texmf-dist/doc/latex/forest/forest.pdfbin498559 -> 498670 bytes
4 files changed, 19 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/forest/README b/Master/texmf-dist/doc/latex/forest/README
index df173068679..75702e750ec 100644
--- a/Master/texmf-dist/doc/latex/forest/README
+++ b/Master/texmf-dist/doc/latex/forest/README
@@ -1,4 +1,4 @@
-LaTeX package: forest [2017/02/02 v2.1.4 Drawing (linguistic) trees]
+LaTeX package: forest [2017/07/14 v2.1.5 Drawing (linguistic) trees]
Copyright (c) 2012-2017 Saso Zivanovic
(Sa\v{s}o \v{Z}ivanovi\'{c})
diff --git a/Master/texmf-dist/doc/latex/forest/forest-doc.pdf b/Master/texmf-dist/doc/latex/forest/forest-doc.pdf
index 53f21b9e28b..e9651a7fa3c 100644
--- a/Master/texmf-dist/doc/latex/forest/forest-doc.pdf
+++ b/Master/texmf-dist/doc/latex/forest/forest-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/forest/forest-doc.tex b/Master/texmf-dist/doc/latex/forest/forest-doc.tex
index a4c73212316..53410b697ff 100644
--- a/Master/texmf-dist/doc/latex/forest/forest-doc.tex
+++ b/Master/texmf-dist/doc/latex/forest/forest-doc.tex
@@ -1838,7 +1838,7 @@ preamble or in the document body. Its effect is local to the current \TeX\ scope
For example, the |linguistics| library defines c-command related nodewalks, changes the default
parent--child edges to south--north (the main package default is border--border) and sets the
-baseline to the root node. Thus, if you write |\usepackage[linguistics]{forest}| in your preamble,
+baseline to the root\footnote{For details, see \S\ref{sec:library-linguistics}.} node. Thus, if you write |\usepackage[linguistics]{forest}| in your preamble,
or use macro \cmdname{forestapplylibrarydefaults} like below, you get the following:
\begin{forestexample}[tree bin=minipage,index={for step,c-commanded}]
@@ -2016,6 +2016,15 @@ To customize the bracket parser, call
\indexitem(none){bracket key>action character}|=|\meta{character}
\end{syntax}
+\begin{advise}
+\item Careful when setting the \index{opening bracket} to |(|, %)
+ as an initial |(| %)
+ is understood as the delimiter of the optional \meta{config} argument of the
+ \index{environment>forest} environment or \index{macro>Forest} macro. The workaround is to either
+ provide an empty \meta{config} argument |()|, or put some whitespace (e.g.\ a newline) before the
+ tree specification.
+\end{advise}
+
By redefining the following two keys, the bracket parser can be used outside \foRest;.
\begin{syntax}
\indexitem{bracket key>new node}|=|\meta{preamble}\meta{node specification}\meta{csname}.
@@ -6409,6 +6418,14 @@ in |-all| styles.
\subsubsection{v2.1}
\begin{description}
+\item[v2.1.5 (2017/07/14)] \mbox{}
+ Minor improvements:
+ \begin{itemize}
+ \item Smarter \index{baseline} defaults for the \reflibrary{linguistics} library.
+ \item Yield warning when the \index{baseline} is set to a node that is not drawn (e.g.\ a
+ \index{phantom} node).
+ \end{itemize}
+
\item[v2.1.4 (2017/02/02)] \mbox{}
Performance:
diff --git a/Master/texmf-dist/doc/latex/forest/forest.pdf b/Master/texmf-dist/doc/latex/forest/forest.pdf
index d8d7cacbf42..34a1a3df390 100644
--- a/Master/texmf-dist/doc/latex/forest/forest.pdf
+++ b/Master/texmf-dist/doc/latex/forest/forest.pdf
Binary files differ