texlive[53440] Master/texmf-dist: ghsystem (17jan20)
commits+karl at tug.org
commits+karl at tug.org
Fri Jan 17 22:53:37 CET 2020
Revision: 53440
http://tug.org/svn/texlive?view=revision&revision=53440
Author: karl
Date: 2020-01-17 22:53:36 +0100 (Fri, 17 Jan 2020)
Log Message:
-----------
ghsystem (17jan20)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/ghsystem/README
trunk/Master/texmf-dist/doc/latex/ghsystem/ghsystem_en.pdf
trunk/Master/texmf-dist/doc/latex/ghsystem/ghsystem_en.tex
trunk/Master/texmf-dist/tex/latex/ghsystem/ghsystem.sty
trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_english.def
trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_french.def
trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_german.def
trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_italian.def
trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_langtemplate.def
trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_spanish.def
Modified: trunk/Master/texmf-dist/doc/latex/ghsystem/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ghsystem/README 2020-01-17 21:53:10 UTC (rev 53439)
+++ trunk/Master/texmf-dist/doc/latex/ghsystem/README 2020-01-17 21:53:36 UTC (rev 53440)
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------
-the GHSYSTEM package v4.8a 2019/09/30
+the GHSYSTEM package v4.8b 2020/01/16
globally harmonized system
@@ -8,7 +8,7 @@
Web: https://github.com/cgnieder/ghsystem/
E-Mail: contact at mychemistry.eu
--------------------------------------------------------------------------
-Copyright 2011--2019 Clemens Niederberger
+Copyright 2011--2020 Clemens Niederberger
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
Modified: trunk/Master/texmf-dist/doc/latex/ghsystem/ghsystem_en.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/ghsystem/ghsystem_en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ghsystem/ghsystem_en.tex 2020-01-17 21:53:10 UTC (rev 53439)
+++ trunk/Master/texmf-dist/doc/latex/ghsystem/ghsystem_en.tex 2020-01-17 21:53:36 UTC (rev 53440)
@@ -16,7 +16,7 @@
% If you have any ideas, questions, suggestions or bugs to report, please
% feel free to contact me.
% --------------------------------------------------------------------------
-% Copyright 2011--2019 Clemens Niederberger
+% Copyright 2011--2020 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
Modified: trunk/Master/texmf-dist/tex/latex/ghsystem/ghsystem.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ghsystem/ghsystem.sty 2020-01-17 21:53:10 UTC (rev 53439)
+++ trunk/Master/texmf-dist/tex/latex/ghsystem/ghsystem.sty 2020-01-17 21:53:36 UTC (rev 53440)
@@ -12,7 +12,7 @@
% If you have any ideas, questions, suggestions or bugs to report, please
% feel free to contact me.
% --------------------------------------------------------------------------
-% Copyright 2011--2019 Clemens Niederberger
+% Copyright 2011--2020 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -29,8 +29,8 @@
\RequirePackage{ expl3, xparse, chemmacros }
\ExplSyntaxOn
-\tl_const:Nn \c_ghsystem_version_tl {4.8a}
-\tl_const:Nn \c_ghsystem_date_tl {2019/09/30}
+\tl_const:Nn \c_ghsystem_version_tl {4.8b}
+\tl_const:Nn \c_ghsystem_date_tl {2020/01/16}
\tl_const:Nn \c_ghsystem_info_tl {globally~ harmonised~ system}
\ProvidesExplPackage
@@ -203,7 +203,7 @@
% statement
\cs_new_protected:Npn \ghsystem_add_statement:nnn #1#2#3
{
- \prop_put:cxn {l__ghsystem_ \str_lower_case:n {#1} _prop}
+ \prop_put:cxn {l__ghsystem_ \str_lowercase:n {#1} _prop}
{\l_ghsystem_current_language_file_tl-#2}
{#3}
}
@@ -437,7 +437,7 @@
\cs_new_protected:Nn \__ghsystem_get_type:nN
{
- \tl_set:Nx #2 { \str_lower_case:n {#1} }
+ \tl_set:Nx #2 { \str_lowercase:n {#1} }
\str_case:VnF #2
{ {h} {} {p} {} {euh} {} }
{ \msg_error:nnn {ghsystem} {unknown-type} {#2} }
@@ -454,13 +454,13 @@
{
\bool_if:NT \l__ghsystem_show_number_bool
{
- \tl_upper_case:n {#1}
+ \text_uppercase:n {#1}
\tl_use:N \l__ghsystem_number_space_tl
#2 ~ + ~
\tl_if_in:nnTF {#3} { + }
{ \__ghsystem_is_combination_aux_iii:w #1,#3 \q_stop }
{
- \tl_upper_case:n {#1}
+ \text_uppercase:n {#1}
\tl_use:N \l__ghsystem_number_space_tl
#3 \bool_if:NF \l__ghsystem_hide_statement_bool { : ~ }
}
@@ -471,7 +471,7 @@
{
\bool_if:NT \l__ghsystem_show_number_bool
{
- \tl_upper_case:n {#1}
+ \text_uppercase:n {#1}
\tl_use:N \l__ghsystem_number_space_tl
#2 \bool_if:NF \l__ghsystem_hide_statement_bool { : ~ }
}
@@ -481,10 +481,10 @@
{
\bool_if:NT \l__ghsystem_show_number_bool
{
- \tl_upper_case:n {#1}
+ \text_uppercase:n {#1}
\tl_use:N \l__ghsystem_number_space_tl
#2 ~ + ~
- \tl_upper_case:n {#1}
+ \text_uppercase:n {#1}
\tl_use:N \l__ghsystem_number_space_tl
#3 \bool_if:NF \l__ghsystem_hide_statement_bool { : ~ }
}
@@ -713,4 +713,4 @@
Beaude Aurélien
2019/09/30 - version 4.8a - add \l_ghsystem_table_next_page_tl to the template
and the French translations
-
+2020/01/16 - version 4.8b - adapt to renaming of case changing functions
Modified: trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_english.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_english.def 2020-01-17 21:53:10 UTC (rev 53439)
+++ trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_english.def 2020-01-17 21:53:36 UTC (rev 53440)
@@ -11,7 +11,7 @@
% - If you have any ideas, questions, suggestions or bugs to report, please
% - feel free to contact me.
% --------------------------------------------------------------------------
-% - Copyright 2011--2019 Clemens Niederberger
+% - Copyright 2011--2020 Clemens Niederberger
% -
% - This work may be distributed and/or modified under the
% - conditions of the LaTeX Project Public License, either version 1.3
Modified: trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_french.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_french.def 2020-01-17 21:53:10 UTC (rev 53439)
+++ trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_french.def 2020-01-17 21:53:36 UTC (rev 53440)
@@ -11,7 +11,7 @@
% - If you have any ideas, questions, suggestions or bugs to report, please
% - feel free to contact me.
% --------------------------------------------------------------------------
-% - Copyright 2011--2019 Clemens Niederberger
+% - Copyright 2011--2020 Clemens Niederberger
% -
% - This work may be distributed and/or modified under the
% - conditions of the LaTeX Project Public License, either version 1.3
Modified: trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_german.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_german.def 2020-01-17 21:53:10 UTC (rev 53439)
+++ trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_german.def 2020-01-17 21:53:36 UTC (rev 53440)
@@ -11,7 +11,7 @@
% - If you have any ideas, questions, suggestions or bugs to report, please
% - feel free to contact me.
% --------------------------------------------------------------------------
-% - Copyright 2011--2019 Clemens Niederberger
+% - Copyright 2011--2020 Clemens Niederberger
% -
% - This work may be distributed and/or modified under the
% - conditions of the LaTeX Project Public License, either version 1.3
Modified: trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_italian.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_italian.def 2020-01-17 21:53:10 UTC (rev 53439)
+++ trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_italian.def 2020-01-17 21:53:36 UTC (rev 53440)
@@ -11,7 +11,7 @@
% - If you have any ideas, questions, suggestions or bugs to report, please
% - feel free to contact me.
% --------------------------------------------------------------------------
-% - Copyright 2011--2019 Clemens Niederberger
+% - Copyright 2011--2020 Clemens Niederberger
% -
% - This work may be distributed and/or modified under the
% - conditions of the LaTeX Project Public License, either version 1.3
Modified: trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_langtemplate.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_langtemplate.def 2020-01-17 21:53:10 UTC (rev 53439)
+++ trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_langtemplate.def 2020-01-17 21:53:36 UTC (rev 53440)
@@ -11,7 +11,7 @@
% - If you have any ideas, questions, suggestions or bugs to report, please
% - feel free to contact me.
% --------------------------------------------------------------------------
-% - Copyright 2011--2019 Clemens Niederberger
+% - Copyright 2011--2020 Clemens Niederberger
% -
% - This work may be distributed and/or modified under the
% - conditions of the LaTeX Project Public License, either version 1.3
Modified: trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_spanish.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_spanish.def 2020-01-17 21:53:10 UTC (rev 53439)
+++ trunk/Master/texmf-dist/tex/latex/ghsystem/language/ghsystem_spanish.def 2020-01-17 21:53:36 UTC (rev 53440)
@@ -11,7 +11,7 @@
% - If you have any ideas, questions, suggestions or bugs to report, please
% - feel free to contact me.
% --------------------------------------------------------------------------
-% - Copyright 2011--2019 Clemens Niederberger
+% - Copyright 2011--2020 Clemens Niederberger
% -
% - This work may be distributed and/or modified under the
% - conditions of the LaTeX Project Public License, either version 1.3
More information about the tex-live-commits
mailing list