summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/library.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/library.lua')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/library.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/library.lua b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/library.lua
index 5d5554ce351..4cc7128b16a 100644
--- a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/library.lua
+++ b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/library.lua
@@ -9,14 +9,14 @@
--- The library providing the graph drawing framework Jedi
--- This library requires all graph drawing algorithms and initial
--- positioning algorithms provided with the first release of Jedi.
--- It also defines the mass key attached to all vertices.
+-- This labrary requires all graph drawing algorithms and inital
+-- positioning algorithms provided with the first release of Jedi.
+-- It also defines the mass key attached to all vertices.
-- Library name
local jedi
--- require initial positioning algorithms
+-- require inital positioning algorithms
require "pgf.gd.force.jedi.initialpositioning.CircularInitialPositioning"
require "pgf.gd.force.jedi.initialpositioning.RandomInitialPositioning"
require "pgf.gd.force.jedi.initialpositioning.GridInitialPositioning"
@@ -101,7 +101,7 @@ declare {
key = "mass",
type = "number",
initial = "1",
-
+
documentation_in = "pgf.gd.force.jedi.doc"
}
@@ -110,6 +110,6 @@ declare {
key = "coarsening weight",
type = "number",
initial = "1",
-
+
documentation_in = "pgf.gd.force.jedi.doc"
}