diff options
author | Jean-François B <2589111+jfbu@users.noreply.github.com> | 2023-01-07 13:27:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-07 13:27:16 +0100 |
commit | cdb37ee8f3037a40b9546933b33a3e1b0726011c (patch) | |
tree | 4f7aa76a1e1903d85c4b80dc678a51375f006f6a | |
parent | c40f4f904f3b053a3600c72f8abe6d4483787063 (diff) | |
download | sphinx-git-cdb37ee8f3037a40b9546933b33a3e1b0726011c.tar.gz |
Update CHANGES to announce LaTeX deprecation of internal \dimen's (#11107)
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -10,6 +10,16 @@ Incompatible changes Deprecated ---------- +* LaTeX: some internal TeX ``\dimen`` registers are since 5.1.0 either not + used (and assigning them some dimension value is with no effect), or used + via changed names. They never were mentioned in the docs but do have usable + public names, hence this deprecation notice. They are + ``\sphinxverbatimsep``, ``\sphinxverbatimborder``, ``\sphinxshadowsep``, + ``\sphinxshadowsize``, and ``\sphinxshadowrule``. It would be complicated + to let their use trigger some warning during PDF builds, so this will be the + sole announcement. They will get removed from LaTeX support files at 7.0.0. + (refs: #11105) + Features added -------------- |