From 1ff53245a3949a1e0229e96f6acf776bbc6ffe10 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 23 Oct 2023 02:47:21 +0200 Subject: [PATCH] stop X + Y breaking across lines --- layout.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.sty b/layout.sty index 10fa3d13..7dbcbc55 100644 --- a/layout.sty +++ b/layout.sty @@ -334,7 +334,7 @@ bookmarks=true]% \setcounter{tn}{7}% \addtocounter{tn}{\value{#1}}% \addtocounter{tn}{\value{#2}}% - #1 + #2% + #1~+~#2% } %%% The dice-face (\dicef) command shows an actual die, or multiple -- GitLab