Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bb656 commit 03dd3efCopy full SHA for 03dd3ef
1 file changed
Doc/lib/libformatter.tex
@@ -265,7 +265,10 @@ \subsection{The Writer Interface}
265
\begin{methoddesc}[writer]{send_paragraph}{blankline}
266
Produce a paragraph separation of at least \var{blankline} blank
267
lines, or the equivelent. The \var{blankline} value will be an
268
-integer.
+integer. Note that the implementation will receive a call to
269
+\method{send_line_break()} before this call if a line break is needed;
270
+this method should not include ending the last line of the paragraph.
271
+It is only responsible for vertical spacing between paragraphs.
272
\end{methoddesc}
273
274
\begin{methoddesc}[writer]{send_hor_rule}{*args, **kw}
0 commit comments