From d09a20ffbb0cec922c6910c415f597a2cbab6bbf Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Mon, 7 Jan 2019 11:20:49 +0000 Subject: [PATCH] Docs for e0c1229 --- packages/rules.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/rules.lua b/packages/rules.lua index 59d22a37c..5dc992efa 100644 --- a/packages/rules.lua +++ b/packages/rules.lua @@ -56,7 +56,7 @@ SILE.registerCommand("boxaround", function (options, content) end, "Draws a box around some content") return { documentation = [[\begin{document} -The \code{rules} package draws lines. It provides two commands. +The \code{rules} package draws lines. It provides three commands. The first command is \code{\\hrule}, which draws a line of a given length and thickness, although it calls these @@ -76,4 +76,6 @@ Underlining is horrible typographic practice, and you should \underline{never} do it.} (That was produced with \code{\\underline\{never\}}.) + +Finally, \code{fullrule} draws a thin line across the width of the current frame. \end{document}]] }