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
Copy file name to clipboardexpand all lines: docs/books/book-structure.qmd
+24-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Note that you can change the chapter title to whatever you like, remove `.unnumb
81
81
82
82
For PDF output, you can create an index using the LaTeX [makeidx](https://ctan.org/pkg/makeidx?lang=en) package along with the `\index` command.
83
83
84
-
To add an index to the PDF output for a book, add these `include-in-header` and `include-after-body` entries to your `pdf` format configuration in `_quarto.yml`:quart
84
+
To add an index to the PDF output for a book, add these `include-in-header` and `include-after-body` entries to your `pdf` format configuration in `_quarto.yml`:
85
85
86
86
``` yaml
87
87
format:
@@ -105,6 +105,29 @@ Markdown\index{Markdown} allows you to write using
105
105
an easy-to-read, easy-to-write plain text format.
106
106
```
107
107
108
+
Alternatively, you can also use the [imakeidx](https://ctan.org/pkg/imakeidx) package.
109
+
This packages offers additional features for formatting the index. For example:
0 commit comments