diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-phylogenetics.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-phylogenetics.tex | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-phylogenetics.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-phylogenetics.tex index 28906ec17b5..486b930ce5e 100644 --- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-phylogenetics.tex +++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-gd-phylogenetics.tex @@ -11,9 +11,13 @@ \section{Graph Drawing Layouts: Phylogenetic Trees} \label{section-library-graphdrawing-phylogenetics} -{\noindent {\emph{by Sarah M\"ausle and Till Tantau}}} +{\noindent {\emph{by Sarah Mäusle and Till Tantau}}} -\ifluatex\else This section of the manual can only be typeset using Lua\TeX.\expandafter\endinput\fi +\ifluatex +\else + This section of the manual can only be typeset using Lua\TeX. + \expandafter\endinput +\fi \tikzset{/graph drawing/phylogenetic inner node/.style={ /tikz/.cd, @@ -24,43 +28,44 @@ thick, rounded corners,edge node={node[auto,font=\tiny, inner sep=2pt]{}}} } - \includeluadocumentationof{pgf.gd.phylogenetics.library} \includeluadocumentationof{pgf.gd.phylogenetics.PhylogeneticTree} \subsection{Generating a Phylogenetic Tree} -... +... \todosp{I guess something should be added here, right?} -When a phylogenetic tree is generated, new nodes and edges get -created. In order to give you a chance at styling them, the following -styles are executed: +When a phylogenetic tree is generated, new nodes and edges get created. In +order to give you a chance at styling them, the following styles are executed: \begin{stylekey}{/graph drawing/phylogenetic inner node} - The style is added every newly created inner node. In this manual, - this key is set to: + The style is added every newly created inner node. In this manual, this key + is set to: + % \begin{codeexample}[code only] \pgfgdset{phylogenetic inner node/.style={ /tikz/.cd, draw, circle, inner sep=0pt, minimum size=5pt } } \end{codeexample} + % \end{stylekey} \begin{stylekey}{/graph drawing/phylogenetic edge=\meta{length}} - The style is added every newly created phylogenetic edge. The - \meta{length} will be set to the computed evolutionary length of the - edge. In this manual, this key is set to: + The style is added every newly created phylogenetic edge. The \meta{length} + will be set to the computed evolutionary length of the edge. In this + manual, this key is set to: + % \begin{codeexample}[code only] \pgfgdset{phylogenetic edge/.style={ /tikz/.cd, thick, rounded corners } } \end{codeexample} + % \end{stylekey} - \includeluadocumentationof{pgf.gd.phylogenetics.AuthorDefinedPhylogeny} \includeluadocumentationof{pgf.gd.phylogenetics.SokalMichener1958} \includeluadocumentationof{pgf.gd.phylogenetics.BalancedMinimumEvolution} @@ -72,11 +77,7 @@ styles are executed: \includeluadocumentationof{pgf.gd.phylogenetics.Maeusle2012} - -\endinput - - -%%% Local Variables: +%%% Local Variables: %%% mode: latex %%% TeX-master: "pgfmanual-pdftex-version" -%%% End: +%%% End: |