Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9c456e

Browse files
committed
In add_label_data() description, use "\samp{}" instead of "``\code{...}''"
to indicate the interpreted letters from the format string.
1 parent 7f6e2c4 commit c9c456e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/lib/libformatter.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ \subsection{The Formatter Interface}
104104
value, are used to compute label values. Each character in the format
105105
string is copied to the label value, with some characters recognized
106106
to indicate a transform on the counter value. Specifically, the
107-
character ``\code{1}'' represents the counter value formatter as an
108-
arabic number, the characters ``\code{A}'' and ``\code{a}'' represent
107+
character \samp{1} represents the counter value formatter as an
108+
arabic number, the characters \samp{A} and \samp{a} represent
109109
alphabetic representations of the counter value in upper and lower
110-
case, respectively, and ``\code{I}'' and ``\code{i}'' represent the
110+
case, respectively, and \samp{I} and \samp{i} represent the
111111
counter value in Roman numerals, in upper and lower case. Note that
112112
the alphabetic and roman transforms require that the counter value be
113113
greater than zero.

Doc/libformatter.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ \subsection{The Formatter Interface}
104104
value, are used to compute label values. Each character in the format
105105
string is copied to the label value, with some characters recognized
106106
to indicate a transform on the counter value. Specifically, the
107-
character ``\code{1}'' represents the counter value formatter as an
108-
arabic number, the characters ``\code{A}'' and ``\code{a}'' represent
107+
character \samp{1} represents the counter value formatter as an
108+
arabic number, the characters \samp{A} and \samp{a} represent
109109
alphabetic representations of the counter value in upper and lower
110-
case, respectively, and ``\code{I}'' and ``\code{i}'' represent the
110+
case, respectively, and \samp{I} and \samp{i} represent the
111111
counter value in Roman numerals, in upper and lower case. Note that
112112
the alphabetic and roman transforms require that the counter value be
113113
greater than zero.

0 commit comments

Comments
 (0)