diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemmacros/ghsystem.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/chemmacros/ghsystem.sty | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/chemmacros/ghsystem.sty b/Master/texmf-dist/tex/latex/chemmacros/ghsystem.sty index 5f552b8e2a0..8c4f9d37708 100644 --- a/Master/texmf-dist/tex/latex/chemmacros/ghsystem.sty +++ b/Master/texmf-dist/tex/latex/chemmacros/ghsystem.sty @@ -27,8 +27,8 @@ % - The Current Maintainer of this work is Clemens Niederberger. - % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \RequirePackage{ expl3, xparse, l3keys2e } -\def\ghsystem@version{4.0} -\def\ghsystem@date{2013/07/06} +\def\ghsystem@version{4.0a} +\def\ghsystem@date{2013/12/13} \ProvidesExplPackage {ghsystem} {\ghsystem@date} @@ -138,6 +138,19 @@ \cs_new:Npn \ghsystem_organs: {} \cs_new:Npn \ghsystem_substance: {} \cs_new:Npn \ghsystem_text: {} +\cs_new:Npn \ghsystem_dash: + { + \tex_penalty:D \c_ten_thousand + - + \skip_horizontal:N \c_zero_skip + } + +\cs_new:Npn \ghsystem_slash: + { + \tex_penalty:D \c_ten_thousand + / + \skip_horizontal:N \c_zero_skip + } \bool_new:N \l__ghsystem_fill_in_bool \bool_new:N \l__ghsystem_show_number_bool @@ -608,6 +621,8 @@ VERSION HISTORY - new command: \loadghsystemlanguage - the package can be used independently from `chemmacros' +2013/12/13 - version 4.0a - small changes to `ghsystem_german.def' + - added \ghsystem_dash: and \ghsystem_slash: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % TODO: |