summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-12-10 21:51:55 +0000
committerKarl Berry <karl@freefriends.org>2023-12-10 21:51:55 +0000
commitfe669cf0d847477315d8b596e2e82e9c6e74fcd1 (patch)
tree8b37d7a9445203a5dce307da3b191e3787864bd0 /Master/texmf-dist
parentc67ef3238ff27f2ccd9fd37136b59d9df785c8e7 (diff)
thermodynamics
git-svn-id: svn://tug.org/texlive/trunk@69086 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/thermodynamics/thermodynamics.pdfbin273124 -> 270368 bytes
-rw-r--r--Master/texmf-dist/source/latex/thermodynamics/thermodynamics.dtx9
-rw-r--r--Master/texmf-dist/tex/latex/thermodynamics/thermodynamics.sty8
3 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/thermodynamics/thermodynamics.pdf b/Master/texmf-dist/doc/latex/thermodynamics/thermodynamics.pdf
index e4106e74cd0..389a58d2388 100644
--- a/Master/texmf-dist/doc/latex/thermodynamics/thermodynamics.pdf
+++ b/Master/texmf-dist/doc/latex/thermodynamics/thermodynamics.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/thermodynamics/thermodynamics.dtx b/Master/texmf-dist/source/latex/thermodynamics/thermodynamics.dtx
index 7d6904c9ee3..972a2b6b0ca 100644
--- a/Master/texmf-dist/source/latex/thermodynamics/thermodynamics.dtx
+++ b/Master/texmf-dist/source/latex/thermodynamics/thermodynamics.dtx
@@ -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
diff --git a/Master/texmf-dist/tex/latex/thermodynamics/thermodynamics.sty b/Master/texmf-dist/tex/latex/thermodynamics/thermodynamics.sty
index 10036eb2021..87c22917702 100644
--- a/Master/texmf-dist/tex/latex/thermodynamics/thermodynamics.sty
+++ b/Master/texmf-dist/tex/latex/thermodynamics/thermodynamics.sty
@@ -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