mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
LaTeX: fix breakage at 4de9d4604 from misuse of \pagecolor
This is a one-argument command to set the page colour, not a toggle to use the page colour!
This commit is contained in:
@@ -609,7 +609,7 @@
|
||||
0.5\spx@boxes@border-\spx@boxes@shadow@yoffset\relax)
|
||||
{\spx@boxes@borderpath\fillpath}%
|
||||
{\ifspx@boxes@withbackgroundcolor\else
|
||||
\pagecolor% was using \color{white} prior to 6.2.0
|
||||
\color{white}%
|
||||
\spx@boxes@borderpath\fillpath
|
||||
\fi}%
|
||||
}%
|
||||
|
||||
Reference in New Issue
Block a user