We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605cb05 commit 8a918caCopy full SHA for 8a918ca
1 file changed
doc/conf.py
@@ -212,6 +212,9 @@
212
_preamble = _f.read()
213
214
latex_elements = {
215
+ # cmap is pdfTeX-only; preempt it so XeLaTeX doesn't emit the warning.
216
+ # Defining \ver@cmap.sty makes \usepackage{cmap} a no-op (already-loaded check).
217
+ "passoptionstopackages": r"\makeatletter\@namedef{ver@cmap.sty}{}\makeatother",
218
"preamble": _preamble,
219
# XeLaTeX font setup using vendored fonts (see dfetch.yaml).
220
# Both fonts are copied into the LaTeX build root via latex_additional_files,
0 commit comments