[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: correct csname for 180 (\@clxxx) (f499f5d9)

David Carlisle d.p.carlisle at gmail.com
Wed Aug 11 20:48:49 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/f499f5d94b3e227f6d0b1888bd59ca9c461ae704

>---------------------------------------------------------------

commit f499f5d94b3e227f6d0b1888bd59ca9c461ae704
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Wed Aug 11 19:48:49 2021 +0100

    correct csname for 180 (\@clxxx)


>---------------------------------------------------------------

f499f5d94b3e227f6d0b1888bd59ca9c461ae704
 required/graphics/changes.txt |  6 +++++-
 required/graphics/trig.dtx    | 13 ++++++++-----
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/required/graphics/changes.txt b/required/graphics/changes.txt
index 0616e3b6..932eb279 100644
--- a/required/graphics/changes.txt
+++ b/required/graphics/changes.txt
@@ -4,12 +4,16 @@ completeness or accuracy and it contains some references to files that
 are not part of the distribution.
 =======================================================================
 
+2021-08-11  David Carlisle  <David.Carlisle at latex-project.org>
+
+	* trig.dtx: correct csname for 180 \@clxxx not \@clxx
+
 ================================================================================
 All changes above are only part of the development branch for the next release.
 ================================================================================
 
 #########################
-# 2021-16-01 Release
+# 2021-06-01 Release
 #########################
 
 2021-03-04  Phelype Oleinik  <phelype.oleinik at latex-project.org>
diff --git a/required/graphics/trig.dtx b/required/graphics/trig.dtx
index 83e774ff..533f3b06 100644
--- a/required/graphics/trig.dtx
+++ b/required/graphics/trig.dtx
@@ -19,7 +19,7 @@
 %<driver>        \ProvidesFile{trig.drv}
 % \fi
 %                \ProvidesFile{trig.dtx}
-                 [2016/01/03 v1.10 sin cos tan (DPC)]
+                 [2021/08/11 v1.11 sin cos tan (DPC)]
 %
 % \iffalse
 %</!plain>
@@ -86,13 +86,16 @@
 %<*package>
 %    \end{macrocode}
 %
-% \begin{macro}{\nin at ty}\begin{macro}{\@clxx}
-% \begin{macro}{\@lxxi}\begin{macro}{\@mmmmlxviii}
+% \begin{macro}{\nin at ty}
+% \begin{macro}{\@clxxx}
+% \changes{v1.11}{2021/08/11}{180 is clxxx not clxx}
+% \begin{macro}{\@lxxi}
+% \begin{macro}{\@mmmmlxviii}
 % Some useful constants for converting between degrees and radians.
 % $$\frac{\pi}{180}\simeq\frac{355}{113\times180}=\frac{71}{4068}$$
 %    \begin{macrocode}
 \chardef\nin at ty=90
-\chardef\@clxx=180
+\chardef\@clxxx=180
 \chardef\@lxxi=71
 \mathchardef\@mmmmlxviii=4068
 %    \end{macrocode}
@@ -217,7 +220,7 @@
 %    \begin{macrocode}
 \def\TG at reduce#1#2{%
 \dimen@#1#2\nin at ty\p@
-  \advance\dimen@#2-\@clxx\p@
+  \advance\dimen@#2-\@clxxx\p@
   \dimen at -\dimen@
   \TG@@sin}
 %    \end{macrocode}





More information about the latex3-commits mailing list.