summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tikz-qtree
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-10-10 21:53:59 +0000
committerKarl Berry <karl@freefriends.org>2011-10-10 21:53:59 +0000
commitc92e501ff38f1539c18bf8a0378629d1883231c2 (patch)
tree7c868e9117b81a825a3efd873073618fe71a9737 /Master/texmf-dist/tex/latex/tikz-qtree
parent8fdc0d5c9ee743261c162302bdafbb83f9cfb542 (diff)
tikz-qtree (10oct11)
git-svn-id: svn://tug.org/texlive/trunk@24259 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikz-qtree')
-rw-r--r--Master/texmf-dist/tex/latex/tikz-qtree/tikz-qtree.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/tikz-qtree/tikz-qtree.tex b/Master/texmf-dist/tex/latex/tikz-qtree/tikz-qtree.tex
index 8e8d09f2c47..17c8f3cb135 100644
--- a/Master/texmf-dist/tex/latex/tikz-qtree/tikz-qtree.tex
+++ b/Master/texmf-dist/tex/latex/tikz-qtree/tikz-qtree.tex
@@ -74,7 +74,7 @@
\@@@@@@subtree
}
\def\@@@@@@subtree{%
-\@ifequal{\the\root@node}{\pgfutil@empty}
+\@ifequal{\the\root@node}{\pgfutil@empty}%
\edef\act{\noexpand\@result={\noexpand\pgfsubtree{\noexpand\path coordinate (\noexpand\nodename);}{\the\child@list}}}%
\else
\edef\act{\noexpand\@result={\noexpand\pgfsubtree{\the\root@node}{\the\child@list}}}%
@@ -105,11 +105,11 @@
\fi
\scanned@edgefalse
\pgfutil@ifnextchar[{\@call\@subtree\@@@children}% subtree
-{\@call\@leaf\@@@children} % leaf
+{\@call\@leaf\@@@children}% leaf
}}}
\def\@@@children{%
% wrap child inside curly braces
-\expandafter\@result\expandafter{\expandafter{\the\@result}}
+\expandafter\@result\expandafter{\expandafter{\the\@result}}%
\edef\act{\noexpand\child@list{\the\child@list \the\@result}}\act
\@@children
}