Skip to content

Commit

Permalink
Docs for e0c1229
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Jan 7, 2019
1 parent d6c95dc commit d09a20f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/rules.lua
Expand Up @@ -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
Expand All @@ -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}]] }

0 comments on commit d09a20f

Please sign in to comment.