You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -223,16 +234,22 @@ An index is essentially the same thing as a table of contents, but sorted.
223
234
224
235
The package accepts several configuration options:
225
236
\begin{itemize}
226
-
\item{\autodoc:parameter{page-range-format}: The format used to display page ranges.
237
+
\item{\autodoc:parameter{page-range-format}: The format used to display page ranges for arabic numbers.
227
238
Possible values are:
228
239
\begin{itemize}
229
240
\item{\code{none}: All numbers are displayed, without page range collapsing.}
230
-
\item{\code{expanded}: All digits are displayed in both numbers in a page range: 42–45, 321–328, 2787–2816.}
231
-
\item{\code{minimal}: All digits repeated in the second number are left out in a page range: 42–5, 321–8, 2787–816}
232
-
\item{\code{minimal-two}: As \code{minimal}, but at least two digits are kept in the second number when it has two or more digits long.}
241
+
\item{\code{expanded} (default): All digits are displayed in a page range: 42–45, 321–328, 2787–2816.}
242
+
\item{\code{minimal}: All digits repeated in the second number are left out in a page range: 42–5, 321–8, 2787–816.}
243
+
\item{\code{minimal-two}: As \code{minimal}, but at least two digits are kept in the second number when it has two or more digits long: 42–45, 321–28, 2787–816.}
233
244
\end{itemize}}
234
245
\item{\autodoc:parameter{page-range-delimiter}: The delimiter between the start and end of a page range.}
235
246
\item{\autodoc:parameter{page-delimiter}: The delimiter between pages.}
247
+
\item{\autodoc:parameter{filler}: The filler between the index item and the page number. Possible values are:
248
+
\begin{itemize}
249
+
\item{\code{dotfill} (default): Fill with dots (leaders).}
250
+
\item{\code{fill}: Fill with a stretchable space.}
251
+
\item{\code{comma}: Use a comma, and page numbers are not flushed to the end of the line.}
252
+
\end{itemize}}
236
253
\end{itemize}
237
254
238
255
This package provides the \autodoc:command{\indexentry} command, which can be called as either \autodoc:command{\indexentry[label=<text>]} or \autodoc:command{\indexentry{<text>}} (so that it can be called from a macro).
0 commit comments