Skip to content

Commit 4844f80

Browse files
committed
Add 1ex of vertical space between numbered paragraphs.
1 parent b7a07da commit 4844f80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/layout.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
\counterwithin{Paras}{paragraph}
3131
\counterwithin{Paras}{subparagraph}
3232
\makeatletter
33-
\def\pnum{\addtocounter{Paras}{1}\noindent\llap{{%
33+
\def\pnum{\vspace{1ex}\addtocounter{Paras}{1}\noindent\llap{{%
3434
\scriptsize\raisebox{.7ex}{\arabic{Paras}}}\hspace{\@totalleftmargin}\quad}}
3535
\makeatother
3636

0 commit comments

Comments
 (0)