Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commitc7c05d3
Closes#15796: latex_elements defined twice in doc/conf.py
This commit reactivates original latex_elements['preamble'] key whichwas shadowed by the bug about latex_elements being defined twice in theconf.py.It removes from this latex preamble the loading of amsmath, amssymb,amsfonts as this is already added by Sphinx, and of txfonts because thisis not compatible with fontspec and the already executed command\setmainfont{DejaVu Serif}.Memo: expdlist package breaks PDF build if a description list ends up ina table cell, as happens actually with Matplotlib.tex file. But, byluck, the enumitem LaTeX package modifications of LaTeX descriptionlists masks the expdlist potential breakage.1 parent447bdbb commitc7c05d3
1 file changed
+12
-12
lines changedLines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
| 323 | + | |
| 324 | + | |
| 325 | + | |
323 | 326 |
| |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
324 | 336 |
| |
325 | 337 |
| |
326 | 338 |
| |
| |||
333 | 345 |
| |
334 | 346 |
| |
335 | 347 |
| |
336 |
| - | |
337 |
| - | |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 | 348 |
| |
342 | 349 |
| |
343 | 350 |
| |
| |||
371 | 378 |
| |
372 | 379 |
| |
373 | 380 |
| |
374 |
| - | |
375 |
| - | |
376 |
| - | |
377 |
| - | |
378 |
| - | |
379 |
| - | |
380 |
| - | |
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
|
0 commit comments
Comments
(0)