summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/edge_routing.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/edge_routing.lua')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/edge_routing.lua23
1 files changed, 12 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/edge_routing.lua b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/edge_routing.lua
index eb9939c74ce..b790d527e3d 100644
--- a/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/edge_routing.lua
+++ b/Master/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/edge_routing.lua
@@ -21,10 +21,10 @@ local declare = require("pgf.gd.interface.InterfaceToAlgorithms").declare
-- step. This makes sense if all nodes have the same size and
-- shape. In practical scenarios, however, this assumption often does
-- not hold. In these cases, advanced techniques may have to be
--- applied in order to avoid overlaps of nodes and edges.
+-- applied in order to avoid overlaps of nodes and edges.
--
--- For more details, please see Section~4.1.5 of Pohlmann's Diploma
--- thesis.
+-- For more details, please see Section 4.1.5 of Pohlmann's Diploma
+-- thesis.
--
-- @end
@@ -38,12 +38,13 @@ declare {
phase = "layer edge routing",
phase_default = true,
- summary = [["
- This edge routing algorithm uses polygonal lines to connect nodes.
+ summary = [["
+ This edge routing algorithm uses polygonal lines to connect nodes.
"]],
- documentation = [["
- For more details, please see Section~4.1.5 of Pohlmann's Diploma thesis.
-
- This is the default algorithm for edge routing.
- "]]
-}
+ documentation = [["
+ For more details, please see Section 4.1.5 of Pohlmann's Diploma
+ thesis.
+
+ This is the default algorithm for edge routing.
+ "]]
+ }