From 640dcc86ab91111fb28d142113fc7b411cbbb78a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 6 Mar 2026 12:05:25 +0100 Subject: [PATCH] Fix LaTeX warning from chapter reference Use in Magic.gd instead of to avoid invalid LaTeX reference expansion with escaped underscores. Co-authored-by: Codex --- gap/Magic.gd | 2 +- tst/manual.expected/_Chapter_Reference.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gap/Magic.gd b/gap/Magic.gd index af4bb17d..6e5be91b 100644 --- a/gap/Magic.gd +++ b/gap/Magic.gd @@ -45,7 +45,7 @@ #! #! These tasks can be enabled independently, so you can use as much or as #! little of &AutoDoc; as your package currently needs. -#! For more information and some examples, please refer to Chapter . +#! For more information and some examples, please refer to Chapter . #!

#! The parameters have the following meanings: #! diff --git a/tst/manual.expected/_Chapter_Reference.xml b/tst/manual.expected/_Chapter_Reference.xml index 7146c1ba..2479dea7 100644 --- a/tst/manual.expected/_Chapter_Reference.xml +++ b/tst/manual.expected/_Chapter_Reference.xml @@ -79,7 +79,7 @@ These tasks can be enabled independently, so you can use as much or as little of &AutoDoc; as your package currently needs. - For more information and some examples, please refer to Chapter . + For more information and some examples, please refer to Chapter .

The parameters have the following meanings: