From 21d6792d1c504fc73add4749a295bf2eb2cf1c3a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 23 Jun 2020 10:18:04 +0100 Subject: [PATCH] doc/sod.sty: Report errors for undeclared description categories. --- doc/sod.sty | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/sod.sty b/doc/sod.sty index c35e110..592ff5c 100644 --- a/doc/sod.sty +++ b/doc/sod.sty @@ -306,7 +306,14 @@ \def\@descname@i[#1]#2{% \expandafter\let\expandafter\@tempa\csname cat!#2\endcsname% \expandafter\let\expandafter\@tempb\csname modcat/#1\endcsname% - \ifx\@tempa\relax\@tempb{#2}\else\@tempa\@tempb\fi} + \ifx\@tempa\relax\PackageError{sod}{unknown description category `#2'}% + {I don't know what `#2' means as a thing you might try to\MessageBreak + document. Maybe you mistyped it, or forgot to say\MessageBreak + `\protect\definedescribecategory' for it. For now I'm going\MessageBreak + just use the literal string `#2' and hope that doesn't look\MessageBreak + too terrible.}% + \@tempb{#2}% + \else\@tempa\@tempb\fi} %% Call a modifier method. \def\@mod@dispatch#1#2{\csname #1/#2\endcsname} -- 2.11.0