diff options
author | Jean-François B <2589111+jfbu@users.noreply.github.com> | 2023-03-15 00:30:25 +0100 |
---|---|---|
committer | Jean-François B <2589111+jfbu@users.noreply.github.com> | 2023-03-15 00:30:25 +0100 |
commit | f6c6da54a79149ea37bb68af957a1a646ea24827 (patch) | |
tree | 43d2068afb4383ce5251299ccd95b2d71b12df0f | |
parent | 78e14fb6ba92f1aa9723aee6346fd7f763b3d978 (diff) | |
download | sphinx-git-f6c6da54a79149ea37bb68af957a1a646ea24827.tar.gz |
LaTeX: fix rounded boxes stroke twice their borders
-rw-r--r-- | sphinx/texinputs/sphinxpackageboxes.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/texinputs/sphinxpackageboxes.sty b/sphinx/texinputs/sphinxpackageboxes.sty index c0df4d88d..e1343a84d 100644 --- a/sphinx/texinputs/sphinxpackageboxes.sty +++ b/sphinx/texinputs/sphinxpackageboxes.sty @@ -720,7 +720,7 @@ \else \ifdim\spx@boxes@border@bottom=\z@ \spx@boxes@borderpath@openbottom - \else\spx@boxes@borderpath\strokepath + \else\spx@boxes@borderpath \fi\fi \strokepath \fi |