Skip to content

Commit 9c95221

Browse files
committed
Parenthesize bullet numbers to make it more obvious that text after the bullets
is part of the preceding paragraph.
1 parent 72d2eda commit 9c95221

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/layout.tex

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,15 @@
4141
\stepcounter{#1}%
4242
\noindent\makebox[0pt][l]{\makebox[#2][r]{%
4343
\scriptsize\raisebox{.7ex}%
44-
{\arabic{Paras}%
44+
{%
45+
\ifnum \value{Bullets1}>0 (\fi%
46+
\arabic{Paras}%
4547
\ifnum \value{Bullets1}>0 .\arabic{Bullets1}%
4648
\ifnum \value{Bullets2}>0 .\arabic{Bullets2}%
4749
\ifnum \value{Bullets3}>0 .\arabic{Bullets3}%
48-
\fi\fi\fi}%
50+
\fi\fi\fi%
51+
\ifnum \value{Bullets1}>0 )\fi%
52+
}%
4953
\hspace{\@totalleftmargin}\quad%
5054
}}}
5155
\makeatother

0 commit comments

Comments
 (0)