8000 Drop Extension = .otf lines from LaTeX font loading · matplotlib/matplotlib@97ff952 · GitHub
[go: up one dir, main page]

Skip to content

Commit 97ff952

Browse files
committed
Drop Extension = .otf lines from LaTeX font loading
modified: doc/conf.py
1 parent 3b8f0e5 commit 97ff952

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,21 +325,18 @@ def _check_dependencies():
325325
# "Writing mathematical expressions"
326326
latex_elements['fontpkg'] = r"""
327327
\setmainfont{XITS}[
328-
Extension = .otf,
329328
UprightFont = *-Regular,
330329
ItalicFont = *-Italic,
331330
BoldFont = *-Bold,
332331
BoldItalicFont = *-BoldItalic,
333332
]
334333
\setsansfont{FreeSans}[
335-
Extension = .otf,
336334
UprightFont = *,
337335
ItalicFont = *Oblique,
338336
BoldFont = *Bold,
339337
BoldItalicFont = *BoldOblique,
340338
]
341339
\setmonofont{FreeMono}[
342-
Extension = .otf,
343340
UprightFont = *,
344341
ItalicFont = *Oblique,
345342
BoldFont = *Bold,

0 commit comments

Comments
 (0)
0