@@ -138,14 +138,17 @@ When using LaTeX, the following packages need to be available
138
138
[`amsfonts`], [`amsmath`], [`lm`], [`unicode-math`],
139
139
[`iftex`], [`listings`] (if the
140
140
`--listings` option is used), [`fancyvrb`], [`longtable`],
141
- [`booktabs`], [`graphicx`] (if the document
141
+ [`booktabs`], [`multirow`] (if the document contains a table with
142
+ cells that cross multiple rows), [`graphicx`] (if the document
142
143
contains images), [`bookmark`], [`xcolor`],
143
144
[`soul`], [`geometry`] (with the `geometry` variable set),
144
145
[`setspace`] (with `linestretch`), and
145
146
[`babel`] (with `lang`). If `CJKmainfont` is set, [`xeCJK`]
146
- is needed. The use of `xelatex` or `lualatex` as
147
- the PDF engine requires [`fontspec`]. `lualatex` uses
148
- [`selnolig`]. `xelatex` uses [`bidi`] (with the `dir` variable set).
147
+ is needed. [`framed`] is required if code is highlighted in a
148
+ scheme that use a colored background. The use of `xelatex` or
149
+ `lualatex` as the PDF engine requires [`fontspec`]. `lualatex`
150
+ uses [`selnolig`] and [`lua-ul`]. `xelatex` uses [`bidi`] (with
151
+ the `dir` variable set).
149
152
If the `mathspec` variable is set, `xelatex` will use [`mathspec`]
150
153
instead of [`unicode-math`]. The [`upquote`] and [`microtype`]
151
154
packages are used if available, and [`csquotes`] will be used
@@ -175,13 +178,14 @@ better line breaks in URLs), and [`footnotehyper`] or
175
178
[`fontspec`]: https://ctan.org/pkg/fontspec
176
179
[`footnote`]: https://ctan.org/pkg/footnote
177
180
[`footnotehyper`]: https://ctan.org/pkg/footnotehyper
181
+ [`framed`]: https://ctan.org/pkg/framed
178
182
[`geometry`]: https://ctan.org/pkg/geometry
179
183
[`graphicx`]: https://ctan.org/pkg/graphicx
180
- [`grffile`]: https://ctan.org/pkg/grffile
181
184
[`hyperref`]: https://ctan.org/pkg/hyperref
182
185
[`iftex`]: https://ctan.org/pkg/iftex
183
186
[`listings`]: https://ctan.org/pkg/listings
184
187
[`lm`]: https://ctan.org/pkg/lm
188
+ [`lua-ul`]: https://ctan.org/pkg/lua-ul
185
189
[`longtable`]: https://ctan.org/pkg/longtable
186
190
[`mathspec`]: https://ctan.org/pkg/mathspec
187
191
[`microtype`]: https://ctan.org/pkg/microtype
0 commit comments