summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/SpringEmbedderFR.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/SpringEmbedderFR.lua')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/SpringEmbedderFR.lua21
1 files changed, 11 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/SpringEmbedderFR.lua b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/SpringEmbedderFR.lua
index ae3cf9c8ef8..b71d6629c13 100644
--- a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/SpringEmbedderFR.lua
+++ b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/SpringEmbedderFR.lua
@@ -18,29 +18,30 @@ local example = require 'pgf.gd.doc'.example
--------------------------------------------------------------------------------
key "SpringEmbedderFR"
-summary "The spring-embedder layout algorithm by Fruchterman and Reingold."
-
+summary "The spring-embedder layout algorithm by Fruchterman and Reingold."
+
documentation [[
- The implementation used in SpringEmbedderFR is based on the following
- publication:
+The implementation used in SpringEmbedderFR is based on the following
+publication:
+
+Thomas M. J. Fruchterman, Edward M. Reingold: \emph{Graph Drawing by Force-directed
+Placement}. Software - Practice and Experience 21(11), pp. 1129-1164, 1991.
- Thomas M. J. Fruchterman, Edward M. Reingold: \emph{Graph Drawing by Force-directed
- Placement}. Software - Practice and Experience 21(11), pp. 1129--1164, 1991.
]]
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "SpringEmbedderFR.iterations"
summary "Sets the number of iterations."
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "SpringEmbedderFR.noise"
summary "Sets the parameter noise."
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "SpringEmbedderFR.scaleFunctionFactor"
@@ -50,4 +51,4 @@ summary "Sets the scale function factor."
-- Local Variables:
-- mode:latex
--- End:
+-- End: