summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ghsystem
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-01-17 03:01:22 +0000
committerNorbert Preining <norbert@preining.info>2020-01-17 03:01:22 +0000
commite71ffee2103e3f137bbc9ee526858bc277e95908 (patch)
treeac2a97b2b6e40f1cf6d3191f3e08adb12e3d401e /macros/latex/contrib/ghsystem
parent4c0e3e7fa86ecd3794204d362c7e17b3d9433415 (diff)
CTAN sync 202001170301
Diffstat (limited to 'macros/latex/contrib/ghsystem')
-rw-r--r--macros/latex/contrib/ghsystem/README4
-rw-r--r--macros/latex/contrib/ghsystem/ghsystem.sty22
-rw-r--r--macros/latex/contrib/ghsystem/ghsystem_en.pdfbin784660 -> 780361 bytes
-rw-r--r--macros/latex/contrib/ghsystem/ghsystem_en.tex2
-rw-r--r--macros/latex/contrib/ghsystem/language/ghsystem_english.def2
-rw-r--r--macros/latex/contrib/ghsystem/language/ghsystem_french.def2
-rw-r--r--macros/latex/contrib/ghsystem/language/ghsystem_german.def2
-rw-r--r--macros/latex/contrib/ghsystem/language/ghsystem_italian.def2
-rw-r--r--macros/latex/contrib/ghsystem/language/ghsystem_langtemplate.def2
-rw-r--r--macros/latex/contrib/ghsystem/language/ghsystem_spanish.def2
10 files changed, 20 insertions, 20 deletions
diff --git a/macros/latex/contrib/ghsystem/README b/macros/latex/contrib/ghsystem/README
index 6d486c5d99..6117fa22c4 100644
--- a/macros/latex/contrib/ghsystem/README
+++ b/macros/latex/contrib/ghsystem/README
@@ -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 @@ Clemens Niederberger
Web: https://github.com/cgnieder/ghsystem/
E-Mail: contact@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
diff --git a/macros/latex/contrib/ghsystem/ghsystem.sty b/macros/latex/contrib/ghsystem/ghsystem.sty
index 3ff663d7c0..dfc4d1eacd 100644
--- a/macros/latex/contrib/ghsystem/ghsystem.sty
+++ b/macros/latex/contrib/ghsystem/ghsystem.sty
@@ -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 @@ VERSION HISTORY
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
diff --git a/macros/latex/contrib/ghsystem/ghsystem_en.pdf b/macros/latex/contrib/ghsystem/ghsystem_en.pdf
index a18645c640..dccf33b05d 100644
--- a/macros/latex/contrib/ghsystem/ghsystem_en.pdf
+++ b/macros/latex/contrib/ghsystem/ghsystem_en.pdf
Binary files differ
diff --git a/macros/latex/contrib/ghsystem/ghsystem_en.tex b/macros/latex/contrib/ghsystem/ghsystem_en.tex
index 24b9749e91..1267fb29e3 100644
--- a/macros/latex/contrib/ghsystem/ghsystem_en.tex
+++ b/macros/latex/contrib/ghsystem/ghsystem_en.tex
@@ -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
diff --git a/macros/latex/contrib/ghsystem/language/ghsystem_english.def b/macros/latex/contrib/ghsystem/language/ghsystem_english.def
index e5b2c92f3c..67b579371c 100644
--- a/macros/latex/contrib/ghsystem/language/ghsystem_english.def
+++ b/macros/latex/contrib/ghsystem/language/ghsystem_english.def
@@ -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
diff --git a/macros/latex/contrib/ghsystem/language/ghsystem_french.def b/macros/latex/contrib/ghsystem/language/ghsystem_french.def
index 14a7264e38..417df28349 100644
--- a/macros/latex/contrib/ghsystem/language/ghsystem_french.def
+++ b/macros/latex/contrib/ghsystem/language/ghsystem_french.def
@@ -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
diff --git a/macros/latex/contrib/ghsystem/language/ghsystem_german.def b/macros/latex/contrib/ghsystem/language/ghsystem_german.def
index 82fbe3619c..f7f706996d 100644
--- a/macros/latex/contrib/ghsystem/language/ghsystem_german.def
+++ b/macros/latex/contrib/ghsystem/language/ghsystem_german.def
@@ -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
diff --git a/macros/latex/contrib/ghsystem/language/ghsystem_italian.def b/macros/latex/contrib/ghsystem/language/ghsystem_italian.def
index 9159279f26..9d97ca043c 100644
--- a/macros/latex/contrib/ghsystem/language/ghsystem_italian.def
+++ b/macros/latex/contrib/ghsystem/language/ghsystem_italian.def
@@ -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
diff --git a/macros/latex/contrib/ghsystem/language/ghsystem_langtemplate.def b/macros/latex/contrib/ghsystem/language/ghsystem_langtemplate.def
index 0652875739..52a6a21011 100644
--- a/macros/latex/contrib/ghsystem/language/ghsystem_langtemplate.def
+++ b/macros/latex/contrib/ghsystem/language/ghsystem_langtemplate.def
@@ -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
diff --git a/macros/latex/contrib/ghsystem/language/ghsystem_spanish.def b/macros/latex/contrib/ghsystem/language/ghsystem_spanish.def
index 431bc02d1f..ecbf46fa17 100644
--- a/macros/latex/contrib/ghsystem/language/ghsystem_spanish.def
+++ b/macros/latex/contrib/ghsystem/language/ghsystem_spanish.def
@@ -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