summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/GEMLayout.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-04-08 17:23:59 +0000
committerKarl Berry <karl@freefriends.org>2019-04-08 17:23:59 +0000
commit9da8ac113f97e68e91e3a1ef26467f9814eb4312 (patch)
treef36b76c9a982931638dde95501c51072185dec56 /Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/GEMLayout.lua
parente919fa4b004d0ef401808c337d7def5fa259da0f (diff)
pgf revert to previous release (r49607, committed 5jan19)
git-svn-id: svn://tug.org/texlive/trunk@50867 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/GEMLayout.lua')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/GEMLayout.lua42
1 files changed, 21 insertions, 21 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/GEMLayout.lua b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/GEMLayout.lua
index d0b94c2bb7a..674bc996f14 100644
--- a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/GEMLayout.lua
+++ b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/GEMLayout.lua
@@ -18,79 +18,79 @@ local example = require 'pgf.gd.doc'.example
--------------------------------------------------------------------------------
key "GEMLayout"
-summary "The energy-based GEM layout algorithm."
-
+summary "The energy-based GEM layout algorithm."
+
documentation [[
- The implementation used in |GEMLayout| is based on the following publication:
- %
- \begin{itemize}
- \item Arne Frick, Andreas Ludwig, Heiko Mehldau: \emph{A Fast Adaptive Layout
- Algorithm for Undirected Graphs.} Proc. Graph Drawing 1994,
- LNCS 894, pp. 388-403, 1995.
- \end{itemize}
+The implementation used in |GEMLayout| is based on the following publication:
+\begin{itemize}
+\item Arne Frick, Andreas Ludwig, Heiko Mehldau: \emph{A Fast Adaptive Layout
+ Algorithm for Undirected Graphs.} Proc. Graph Drawing 1994,
+ LNCS 894, pp. 388-403, 1995.
+\end{itemize}
+
]]
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "GEMLayout.numberOfRounds"
summary "Sets the maximal number of round per node."
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "GEMLayout.minimalTemperature"
summary "Sets the minimal temperature."
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "GEMLayout.initialTemperature"
summary "Sets the initial temperature; must be $\\ge$ |minimalTemperature|."
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "GEMLayout.gravitationalConstant"
summary "Sets the gravitational constant; must be $\\ge 0$."
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "GEMLayout.desiredLength"
summary "Sets the desired edge length; must be $\\ge 0$."
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "GEMLayout.maximalDisturbance"
summary "Sets the maximal disturbance; must be $\\ge 0$."
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "GEMLayout.rotationAngle"
summary "Sets the opening angle for rotations ($0 \\le x \\le \\pi / 2$)."
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "GEMLayout.oscillationAngle"
summary "Sets the opening angle for oscillations ($0 \\le x \\le \\pi / 2$)."
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "GEMLayout.rotationSensitivity"
summary "Sets the rotation sensitivity ($0 \\le x \\le 1$)."
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "GEMLayout.oscillationSensitivity"
summary "Sets the oscillation sensitivity ($0 \\le x \\le 1$)."
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "GEMLayout.attractionFormula"
@@ -100,4 +100,4 @@ summary "sets the formula for attraction (1 = Fruchterman / Reingold, 2 =
-- Local Variables:
-- mode:latex
--- End:
+-- End: