Menu

#468 [manual] A redundant closing bracket in the description of the `put node text on incoming edges` key

v1.0 (example)
closed-fixed
nobody
manual (41)
5
2018-05-24
2017-09-07
Evan Aad
No

The description of the key '/tikz/graphs/put node text on incoming edges' on p. 280 says:

The command target edge node={node[]<options>]{\tikzgraphnodetext}} is executed.

I think there's a redundant closing bracket there. It should be

target edge node={node[<options>]{\tikzgraphnodetext}}

Discussion

  • Stefan Pinnow

    Stefan Pinnow - 2018-05-24
    • labels: --> manual
    • status: open --> closed-fixed
     
  • Stefan Pinnow

    Stefan Pinnow - 2018-05-24

    Good catch. This is fixed now. Thank you for reporting.