Skip to content

Commit

Permalink
Document what \int_to_roman:n does beyond 5000 [ci skip] (fixes #540)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Le Floch committed Feb 22, 2019
1 parent 10e1164 commit 16d63c9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions l3kernel/l3int.dtx
Expand Up @@ -698,9 +698,13 @@
% \cs{int_to_roman:n} \Arg{integer expression}
% \end{syntax}
% Places the value of the \meta{integer expression} in the input
% stream as Roman numerals, either lower case (\cs{int_to_roman:n})
% or upper case (\cs{int_to_Roman:n}). The Roman numerals are letters
% with category code $11$ (letter).
% stream as Roman numerals, either lower case (\cs{int_to_roman:n}) or
% upper case (\cs{int_to_Roman:n}). If the value is negative or zero,
% the output is empty. The Roman numerals are letters with category
% code $11$ (letter). The letters used are |mdclxvi|, repeated as
% needed: the notation with bars (such as $\bar{\mbox{v}}$ for $5000$)
% is \emph{not} used. For instance \cs{int_to_roman:n} |{| 8249 |}|
% expands to |mmmmmmmmccxlix|.
% \end{function}
%
% \section{Converting from other formats to integers}
Expand Down

0 comments on commit 16d63c9

Please sign in to comment.