diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/forest')
-rw-r--r-- | Master/texmf-dist/doc/latex/forest/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/forest/forest-doc.pdf | bin | 1208014 -> 1314346 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/forest/forest-doc.tex | 24 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/forest/forest.pdf | bin | 496994 -> 496508 bytes |
4 files changed, 23 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/forest/README b/Master/texmf-dist/doc/latex/forest/README index 066ba7a8a79..fbe9a4aee3c 100644 --- a/Master/texmf-dist/doc/latex/forest/README +++ b/Master/texmf-dist/doc/latex/forest/README @@ -1,6 +1,6 @@ -LaTeX package: forest [2016/12/31 v2.1.2 Drawing (linguistic) trees] +LaTeX package: forest [2017/01/27 v2.1.3 Drawing (linguistic) trees] -Copyright (c) 2016 Saso Zivanovic +Copyright (c) 2012-2017 Saso Zivanovic (Sa\v{s}o \v{Z}ivanovi\'{c}) saso.zivanovic@guest.arnes.si diff --git a/Master/texmf-dist/doc/latex/forest/forest-doc.pdf b/Master/texmf-dist/doc/latex/forest/forest-doc.pdf Binary files differindex a7776501215..78e647869a9 100644 --- a/Master/texmf-dist/doc/latex/forest/forest-doc.pdf +++ b/Master/texmf-dist/doc/latex/forest/forest-doc.pdf diff --git a/Master/texmf-dist/doc/latex/forest/forest-doc.tex b/Master/texmf-dist/doc/latex/forest/forest-doc.tex index 6c313f06e08..579f0a9a433 100644 --- a/Master/texmf-dist/doc/latex/forest/forest-doc.tex +++ b/Master/texmf-dist/doc/latex/forest/forest-doc.tex @@ -1,8 +1,8 @@ %% forest-doc.tex %% `forest-doc.tex` is a main documentation source of package `forest`. %% -%% Copyright (c) 2016 Saso Zivanovic -%% (Sa\v{s}o \v{Z}ivanovi\'{c}) +%% Copyright (c) 2012-2017 Saso Zivanovic +%% (Sa\v{s}o \v{Z}ivanovi\'{c}) %% saso.zivanovic@guest.arnes.si %% %% This work may be distributed and/or modified under the @@ -812,7 +812,19 @@ matter) being that they get processed before all other root node options, even t If you find yourself writing the same preamble for every tree in your document, consider modifying \index{default preamble}, which is implicitely included at the beginning -of every preamble. +of every preamble. + +\begin{forestexample}[index={default preamble}] + \forestset{ + ~default preamble~={ + font=\Huge, + for tree={circle,draw} + } + } + \begin{forest} [A[B][C]] \end{forest} + \begin{forest} red [D[E][F]] \end{forest} + \begin{forest} for tree={dotted} [G[H][I]] \end{forest} +\end{forestexample} \subsection{Decorating the tree} \label{tut:decorating} @@ -6397,6 +6409,12 @@ in |-all| styles. \subsubsection{v2.1} \begin{description} +\item[v2.1.3 (2017/01/27)] \mbox{} + Bugfixes: + \begin{itemize} + \item Update \index{nice empty nodes} to use \index{for step=\index{current and siblings}}. + \end{itemize} + \item[v2.1.2 (2016/12/31)] \mbox{} Bugfixes: diff --git a/Master/texmf-dist/doc/latex/forest/forest.pdf b/Master/texmf-dist/doc/latex/forest/forest.pdf Binary files differindex 9a08e1553fa..0bd16e0ba26 100644 --- a/Master/texmf-dist/doc/latex/forest/forest.pdf +++ b/Master/texmf-dist/doc/latex/forest/forest.pdf |