From 5b071bb2fd79454312d85b56f05f420f113205e8 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 7 Sep 2020 17:27:21 +0100 Subject: [PATCH] poetry.dtx: Fix the custom label setter. Previously, it would set the first item's label as `\tanza', which, just, no. --- poetry.dtx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poetry.dtx b/poetry.dtx index 223fc18..9512acd 100644 --- a/poetry.dtx +++ b/poetry.dtx @@ -163,7 +163,7 @@ % are described below (if you're not interested in this sort of thing, skip % to the next section). % -% \begin{description} \setdescriptionlabel{\cmd{#1}} +% \begin{description} \setdescriptionlabel{\ttfamily\string#1} % \item [stanza] is a \LaTeX\ counter which contains the current stanza % number. % \item [\thestanza] typesets the value of the |stanza| counter in normal -- 2.11.0