Skip to content

Commit

Permalink
Update CHANGES to announce LaTeX deprecation of internal \dimen's (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbu committed Jan 7, 2023
1 parent c40f4f9 commit cdb37ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Expand Up @@ -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
--------------

Expand Down

0 comments on commit cdb37ee

Please sign in to comment.