Skip to content

Commit

Permalink
Fix mis-spelled Kellermann to Kellerman based on the
Browse files Browse the repository at this point in the history
discussion at

  pgf-tikz#1335

Signed-off-by: Hanson Char <[email protected]>
  • Loading branch information
hansonchar committed Jun 7, 2024
1 parent ec8bd3e commit c6fd482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/generic/pgf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix shadings under LuaMetaTeX
- Resolve missing `gnuplot` plots in manual #1238
- Fix missing inclusion of libraries in the examples at https://tikz.dev/gd-trees and https://tikz.dev/gd-usage-tikz
- Fix mis-spelled Kellermann to Kellerman

### Changed

Expand Down
4 changes: 2 additions & 2 deletions tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/doc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ code =
[[
\tikz \graph [binary tree layout] {
Knuth -> {
Beeton -> Kellermann [second] -> Carnes,
Beeton -> Kellerman [second] -> Carnes,
Tobin -> Plass -> { Lamport, Spivak }
}
};\qquad
Expand All @@ -311,7 +311,7 @@ code =
edges={decorate,decoration={snake, post length=5pt}}]
{
Knuth -> {
Beeton -> Kellermann [second] -> Carnes,
Beeton -> Kellerman [second] -> Carnes,
Tobin -> Plass -> { Lamport, Spivak }
}
};
Expand Down

0 comments on commit c6fd482

Please sign in to comment.