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, 10 insertions, 11 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 b71d6629c13..ae3cf9c8ef8 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,30 +18,29 @@ local example = require 'pgf.gd.doc'.example
--------------------------------------------------------------------------------
key "SpringEmbedderFR"
-summary "The spring-embedder layout algorithm by Fruchterman and Reingold."
-
-documentation [[
-The implementation used in SpringEmbedderFR is based on the following
-publication:
+summary "The spring-embedder layout algorithm by Fruchterman and Reingold."
-Thomas M. J. Fruchterman, Edward M. Reingold: \emph{Graph Drawing by Force-directed
-Placement}. Software - Practice and Experience 21(11), pp. 1129-1164, 1991.
+documentation [[
+ 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.
]]
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "SpringEmbedderFR.iterations"
summary "Sets the number of iterations."
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "SpringEmbedderFR.noise"
summary "Sets the parameter noise."
--------------------------------------------------------------------------------
-
+
--------------------------------------------------------------------------------
key "SpringEmbedderFR.scaleFunctionFactor"
@@ -51,4 +50,4 @@ summary "Sets the scale function factor."
-- Local Variables:
-- mode:latex
--- End:
+-- End: