docs: correct/add subgraph preamble comments (fixes #1194) - #1198
Conversation
ece8796 to
179110c
Compare
Signed-off-by: Stefan Pinnow <Mo-Gul@gmx.net>
179110c to
af40f01
Compare
|
sorry, missed one file ... |
| "]] | ||
| examples = { | ||
| { | ||
| options = [["preamble={\usetikzlibrary{graphs.standard,graphdrawing} \usegdlibrary{circular}}"]], |
There was a problem hiding this comment.
I'm not sure whether I merged the support for this new syntax yet. I have to check that before merging.
There was a problem hiding this comment.
Yes, you had. At least it seems to work in the currently available first example of
pgf/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/ControlElectric.lua
Lines 42 to 60 in 0280303
which shows as
|
On 2026-06-15 a more comprehensive testsuite was introduced for PGF/TikZ. This tests all new contributions against the examples extracted from the manual and checks whether anything has changed to avoid regressions. Since this pull request was opened before that, these tests were not run automatically. I have run Tip Your pull request might have failed some tests. This does not mean that your contribution will be rejected. In fact, depending on the changes you propose, it might even be expected that some tests fail, however, this needs to be evaluated carefully. All tests passed |
Motivation for this change
Checklist
Please signoff your commits to explicitly state your agreement to the Developer Certificate of Origin. If that is not possible you may check the boxes below instead:
Remaining instances are
pgf/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/FMMMLayout.lua
Lines 108 to 123 in 0280303
but since these are not part of the current manual and I couldn't make this part of the manual run, I decided not to fix them.