From c6fd482c82f4a47928258e212e1afca5ccb36ba3 Mon Sep 17 00:00:00 2001 From: Hanson Char Date: Fri, 7 Jun 2024 09:55:28 -0700 Subject: [PATCH] Fix mis-spelled Kellermann to Kellerman based on the discussion at https://github.com/pgf-tikz/pgf/pull/1335 Signed-off-by: Hanson Char --- doc/generic/pgf/CHANGELOG.md | 1 + tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/doc.lua | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/generic/pgf/CHANGELOG.md b/doc/generic/pgf/CHANGELOG.md index 573da8996..40cb941b9 100644 --- a/doc/generic/pgf/CHANGELOG.md +++ b/doc/generic/pgf/CHANGELOG.md @@ -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 diff --git a/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/doc.lua b/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/doc.lua index edc758b3c..f8274b4da 100644 --- a/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/doc.lua +++ b/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/doc.lua @@ -301,7 +301,7 @@ code = [[ \tikz \graph [binary tree layout] { Knuth -> { - Beeton -> Kellermann [second] -> Carnes, + Beeton -> Kellerman [second] -> Carnes, Tobin -> Plass -> { Lamport, Spivak } } };\qquad @@ -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 } } };