From 365f5334f896ebe70edda5b71d68c83d73249d0a Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Thu, 11 Feb 2021 05:18:42 +0100 Subject: [PATCH] give \mapentry clean version in [] --- bind.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind.sty b/bind.sty index 44b173c7..bb278b90 100644 --- a/bind.sty +++ b/bind.sty @@ -543,7 +543,7 @@ Roll & Result \\ \ifnum\value{age}>0\addtocounter{r12}{\value{age}}\else\ifnum\value{r4}>0\addtocounter{r12}{\value{r4}}\else\addtocounter{r12}{3}\fi\fi% } -\newcommand{\mapentry}[1]{\needspace{2em}\addtocounter{list}{1}\subsubsection{\arabic{list}: #1}} +\newcommand{\mapentry}[1]{\needspace{2em}\addtocounter{list}{1}\subsubsection[#1]{\arabic{list}: #1}} \newcommand{\li}{\addtocounter{enc}{-1}\arabic{enc}&} \newcommand{\lii}{\addtocounter{list}{-1}\arabic{list}&} -- GitLab