LaTeX: switch to some nicer defaults for tables and code-blocks (#10924)

This commit is contained in:
Jean-François B
2022-10-17 11:19:25 +02:00
committed by GitHub
parent 78cf903bc1
commit 49c48f5aee
7 changed files with 53 additions and 34 deletions

View File

@@ -2236,12 +2236,13 @@ These options influence LaTeX output.
update your project to use instead
the :ref:`latex table color configuration <tablecolors>` keys.
Default: ``[]``
Default: ``['booktabs', 'colorrows']``
.. versionadded:: 5.3.0
If using ``'booktabs'`` or ``'borderless'`` it seems recommended to also
opt for ``'colorrows'``...
.. versionchanged:: 6.0.0
Modify default from ``[]`` to ``['booktabs', 'colorrows']``.
Each table can override the global style via ``:class:`` option, or
``.. rst-class::`` for no-directive tables (cf. :ref:`table-directives`).