diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-04-24 18:59:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 18:59:24 +0900 |
commit | 09fd75f49f289471380b121013ca535df722cfa4 (patch) | |
tree | c977a31e4ab241519cab8cdf50e6dc0954a27961 | |
parent | 778faffecc1fbee8dda6d5af51fb0bd2209826c8 (diff) | |
parent | cb78512835462a9cc297130ce66287c3048a59da (diff) | |
download | sphinx-git-09fd75f49f289471380b121013ca535df722cfa4.tar.gz |
Merge pull request #9132 from tk0miya/fix_typo
doc: Fix minor mark-up misses up
-rw-r--r-- | doc/latex.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/latex.rst b/doc/latex.rst index ff1af9286..6e2a34c3b 100644 --- a/doc/latex.rst +++ b/doc/latex.rst @@ -158,6 +158,7 @@ Keys that you may want to override include: Greek or Cyrillic in a document using ``'pdflatex'`` engine. .. versionchanged:: 4.0.0 + - The font substitution commands added at ``2.0`` have been moved to the ``'fontsubstitution'`` key, as their presence here made it complicated for user to customize the value of ``'fontpkg'``. @@ -165,7 +166,6 @@ Keys that you may want to override include: Helvetica clones for serif and sans serif, but via better, more complete TeX fonts and associated LaTeX packages. The monospace font has been changed to better match the Times clone. - ``'fncychap'`` Inclusion of the "fncychap" package (which makes fancy chapter titles), |