summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/FastSimpleHierarchyLayout.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/FastSimpleHierarchyLayout.lua')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/FastSimpleHierarchyLayout.lua28
1 files changed, 13 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/FastSimpleHierarchyLayout.lua b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/FastSimpleHierarchyLayout.lua
index 4af6daa6207..719e6035699 100644
--- a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/FastSimpleHierarchyLayout.lua
+++ b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/FastSimpleHierarchyLayout.lua
@@ -24,31 +24,29 @@ documentation
[[
This class implements a hierarchy layout algorithm, that is, it
layouts hierarchies with a given order of nodes on each
-layer. It is used as a third phase of the Sugiyama algorithm.
+layer. It is used as a third phase of the Sugiyama algorithm.
The algorithm runs in three phases:
-%
\begin{enumerate}
- \item Alignment (4x)
- \item Horizontal Compactation (4x)
- \item Balancing
+\item Alignment (4x)
+\item Horizontal Compactation (4x)
+\item Balancing
\end{enumerate}
-%
The alignment and horizontal compactification phases are calculated
downward, upward, left-to-right and right-to-left. The four
-resulting layouts are combined in a balancing step.
+resulting layouts are combined in a balancing step.
Warning: The implementation is known to not always produce a
correct layout. Therefore this Algorithm is for testing purpose
-only.
+only.
The implementation is based on:
-%
+
\begin{itemize}
- \item
- Ulrik Brandes, Boris Köpf: Fast and Simple Horizontal
- Coordinate Assignment. \emph{LNCS} 2002, Volume 2265/2002,
- pp. 33--36
+\item
+ Ulrik Brandes, Boris Köpf: Fast and Simple Horizontal
+ Coordinate Assignment. \emph{LNCS} 2002, Volume 2265/2002,
+ pp. 33--36
\end{itemize}
]]
@@ -64,7 +62,7 @@ example
--------------------------------------------------------------------
key "FastSimpleHierarchyLayout.layerDistance"
-summary "Distance between the centers of nodes of two consecutive layers."
+summary "Distance between the cetners of nodes of two consecutive layers."
documentation
[[
@@ -82,7 +80,7 @@ example
--------------------------------------------------------------------
key "FastSimpleHierarchyLayout.siblingDistance"
-summary "Distance between the centers of nodes of sibling nodes."
+summary "Distance between the cetners of nodes of sibling nodes."
documentation
[[