Merge pull request #8716 from jfbu/latex_font_for_pdflatex

LaTeX: update default font configuration
This commit is contained in:
Jean-François B
2021-01-23 09:22:18 +01:00
committed by GitHub
9 changed files with 112 additions and 125 deletions

View File

@@ -6,6 +6,7 @@ Dependencies
* Drop python 3.5 support
* Drop docutils 0.12 and 0.13 support
* LaTeX: add ``tex-gyre`` font dependency
Incompatible changes
--------------------
@@ -60,6 +61,8 @@ Bugs fixed
* #8380: html search: Paragraphs in search results are not identified as ``<p>``
* #8342: Emit a warning if a unknown domain is given for directive or role (ex.
``:unknown:doc:``)
* #8711: LaTeX: backticks in code-blocks trigger latexpdf build warning (and font
change) with late TeXLive 2019
Testing
--------