texlive[69086] Master/texmf-dist: thermodynamics

commits+karl at tug.org commits+karl at tug.org
Sun Dec 10 22:51:55 CET 2023


Revision: 69086
          https://tug.org/svn/texlive?view=revision&revision=69086
Author:   karl
Date:     2023-12-10 22:51:55 +0100 (Sun, 10 Dec 2023)
Log Message:
-----------
thermodynamics

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/thermodynamics/thermodynamics.pdf
    trunk/Master/texmf-dist/source/latex/thermodynamics/thermodynamics.dtx
    trunk/Master/texmf-dist/tex/latex/thermodynamics/thermodynamics.sty

Modified: trunk/Master/texmf-dist/doc/latex/thermodynamics/thermodynamics.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/thermodynamics/thermodynamics.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/thermodynamics/thermodynamics.dtx	2023-12-10 20:58:33 UTC (rev 69085)
+++ trunk/Master/texmf-dist/source/latex/thermodynamics/thermodynamics.dtx	2023-12-10 21:51:55 UTC (rev 69086)
@@ -36,7 +36,7 @@
 %<package>\RequirePackage{expl3}
 %<package>\ProvidesPackage{thermodynamics}
 %<*package>
-    [2023/11/16 v2.00 thermodynamics notation]
+    [2023/12/05 v2.01 thermodynamics notation]
 %</package>
 %^^X    {\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
 %<*driver>
@@ -3147,6 +3147,7 @@
 % \begin{macro}{\NewSuperscriptedSymbol}
 % \changes{v2.00}{2023/11/16}{Created \cs{NewSuperscriptedSymbol} to handle
 %   superscripted excess and residual properties without intervention.}
+% \changes{v2.01}{2023/12/05}{Fixed two typos in \cs{NewSuperscriptedSymbol}.}
 %    \begin{macrocode}
 \NewDocumentCommand{\NewSuperscriptedSymbol}{m m m}
 {
@@ -3160,10 +3161,10 @@
   }
   \cs_new:cpn {\cs_to_str:N #1_one:n} ##1
   {
-    {#2}\c_math_subscript_token{#1}
+    {#2}\c_math_subscript_token{##1}
     \peek_catcode_remove:NTF \c_math_superscript_token
-    { \use:c {\cs_to_str:N #1_one:n} }
-    { \c_math_subscript_token{#3} }
+    { \use:c {\cs_to_str:N #1_three:n} }
+    { \c_math_superscript_token{#3} }
   }
 
   \cs_new:cpn {\cs_to_str:N #1_two:n} ##1

Modified: trunk/Master/texmf-dist/tex/latex/thermodynamics/thermodynamics.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thermodynamics/thermodynamics.sty	2023-12-10 20:58:33 UTC (rev 69085)
+++ trunk/Master/texmf-dist/tex/latex/thermodynamics/thermodynamics.sty	2023-12-10 21:51:55 UTC (rev 69086)
@@ -25,7 +25,7 @@
 \NeedsTeXFormat{LaTeX2e}
 \RequirePackage{expl3}
 \ProvidesPackage{thermodynamics}
-    [2023/11/16 v2.00 thermodynamics notation]
+    [2023/12/05 v2.01 thermodynamics notation]
 %%^^A            = C_i \gammamol_i \Henrymol_i
 \ExplSyntaxOn
 \cs_generate_variant:Nn \tl_if_eq:nnTF { xxTF }
@@ -1092,10 +1092,10 @@
   }
   \cs_new:cpn {\cs_to_str:N #1_one:n} ##1
   {
-    {#2}\c_math_subscript_token{#1}
+    {#2}\c_math_subscript_token{##1}
     \peek_catcode_remove:NTF \c_math_superscript_token
-    { \use:c {\cs_to_str:N #1_one:n} }
-    { \c_math_subscript_token{#3} }
+    { \use:c {\cs_to_str:N #1_three:n} }
+    { \c_math_superscript_token{#3} }
   }
 
   \cs_new:cpn {\cs_to_str:N #1_two:n} ##1



More information about the tex-live-commits mailing list.