diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemmacros/ghsystem.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/chemmacros/ghsystem.sty | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/chemmacros/ghsystem.sty b/Master/texmf-dist/tex/latex/chemmacros/ghsystem.sty index ebe94bd0db3..a923bdda277 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.5} -\def\ghsystem@date{2014/04/08} +\def\ghsystem@version{4.5b} +\def\ghsystem@date{2014/06/30} \ProvidesExplPackage {ghsystem} {\ghsystem@date} @@ -321,7 +321,7 @@ dots .tl_set:N = \l__ghsystem_dots_tl , % \ghspic options: scale .code:n = - \fp_mul:Nn \l__ghsystem_picture_scale_fp { #1 } , + \fp_set:Nn \l__ghsystem_picture_scale_fp { #1 * \l__ghsystem_picture_scale_fp } , includegraphics .code:n = \tl_set:Nn \l__ghsystem_picture_includegraphics_tl { , #1 } , pic-type .choices:nn = { eps , jpg , png , pdf } @@ -642,6 +642,9 @@ VERSION HISTORY 2014/01/09 - version 4.2e - bug fix: namespace after language file loading properly restored 2014/04/08 - version 4.5 - small changes in `ghsystem_italian.def' +2014/04/13 - version 4.5a - added Spanish translations, thanks to Ignacio + Fernández Galván +2014/06/30 - version 4.5b - adapt to deprecated expl3 function %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % TODO: |