summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/forest/forest-lib-linguistics.sty
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/tex/latex/forest/forest-lib-linguistics.sty
parent491daa094bcac761ea736ebf058ae5e73696b439 (diff)
forest (14jul17)
git-svn-id: svn://tug.org/texlive/trunk@44797 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/forest/forest-lib-linguistics.sty')
-rw-r--r--Master/texmf-dist/tex/latex/forest/forest-lib-linguistics.sty9
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/forest/forest-lib-linguistics.sty b/Master/texmf-dist/tex/latex/forest/forest-lib-linguistics.sty
index 74c883ba3f9..81eaa7a5461 100644
--- a/Master/texmf-dist/tex/latex/forest/forest-lib-linguistics.sty
+++ b/Master/texmf-dist/tex/latex/forest/forest-lib-linguistics.sty
@@ -29,12 +29,17 @@
%% `forest.dtx', or the derived `forest.sty'.
%%
\RequirePackage{forest}
-\ProvidesForestLibrary{linguistics}[2017/01/27 v0.1.1]
+\ProvidesForestLibrary{linguistics}[2017/07/14 v0.1.2]
\forestset{
+ linguistics@set@baseline/.style={
+ if phantom={for next node=linguistics@set@baseline}{baseline}
+ },
libraries/linguistics/defaults/.style={
default preamble={
sn edges,
- baseline,
+ before drawing tree={
+ if nodewalk valid={name=forest@baseline@node}{}{linguistics@set@baseline},
+ },
for tree={align=center},
},
},