diff options
| author | Jean-François B <2589111+jfbu@users.noreply.github.com> | 2023-03-12 15:55:57 +0100 |
|---|---|---|
| committer | Jean-François B <2589111+jfbu@users.noreply.github.com> | 2023-03-12 15:55:57 +0100 |
| commit | aeeadb6f1e9052d8c6a63318510e38d1e3b3a606 (patch) | |
| tree | 00e413a4f7a5b45205ccfefb74456aeae82ff03b /doc | |
| parent | 428097f305f7db765fc92e2bb80d2078afabd5ee (diff) | |
| download | sphinx-git-aeeadb6f1e9052d8c6a63318510e38d1e3b3a606.tar.gz | |
Fix #11235: LaTeX: ``\color`` may cause color leaks in topic or notices
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/latex.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/latex.rst b/doc/latex.rst index 51e9c41d8..4e2836c7b 100644 --- a/doc/latex.rst +++ b/doc/latex.rst @@ -1243,8 +1243,7 @@ forget the underscore separating the prefix from the attribute name. ``{gray}{0.95}``. They previously defaulted to black, respectively white. For all other types, the border color defaults to black and the background - color to white (technically, the LaTeX code does not even bother injecting - color commands then). + color to white. .. note:: |
