diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/scratch3/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/scratch3/scratch3-fr.pdf | bin | 507928 -> 508445 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/scratch3/scratch3-fr.tex | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/scratch3/scratch3.sty | 12 |
4 files changed, 13 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/scratch3/README b/Master/texmf-dist/doc/latex/scratch3/README index 889216c0cbb..a4ed01f20d4 100644 --- a/Master/texmf-dist/doc/latex/scratch3/README +++ b/Master/texmf-dist/doc/latex/scratch3/README @@ -3,9 +3,9 @@ ___________________________________ L'extension scratch3 - v0.14 + v0.15 - 1er octobre 2019 + 5 mars 2020 ___________________________________ Author : Christian Tellechea diff --git a/Master/texmf-dist/doc/latex/scratch3/scratch3-fr.pdf b/Master/texmf-dist/doc/latex/scratch3/scratch3-fr.pdf Binary files differindex aea57a05100..ade051b2d0c 100644 --- a/Master/texmf-dist/doc/latex/scratch3/scratch3-fr.pdf +++ b/Master/texmf-dist/doc/latex/scratch3/scratch3-fr.pdf diff --git a/Master/texmf-dist/doc/latex/scratch3/scratch3-fr.tex b/Master/texmf-dist/doc/latex/scratch3/scratch3-fr.tex index e6c4786f03e..d9606cce499 100644 --- a/Master/texmf-dist/doc/latex/scratch3/scratch3-fr.tex +++ b/Master/texmf-dist/doc/latex/scratch3/scratch3-fr.tex @@ -618,4 +618,7 @@ Toute remarque, remontée de bug ---~je n'ose pas dire amélioration du code~---, >Erreur de tracé corrigée dans \verb|\scr_blockloop|. >Nouveau losange vide : \verb|\boolempty[<dimension>]|. \end{version} +\begin{version}{0.15}{05/03/2020} + >Bug corrigé dans les blocs normaux: l'échelle est désormais réinitialisée si besoin. +\end{version} \end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/scratch3/scratch3.sty b/Master/texmf-dist/tex/latex/scratch3/scratch3.sty index e23d7ca7ec1..f018bb97252 100644 --- a/Master/texmf-dist/tex/latex/scratch3/scratch3.sty +++ b/Master/texmf-dist/tex/latex/scratch3/scratch3.sty @@ -5,9 +5,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % \def\scrname{ scratch3 }% -\def\scrver { 0.14 }% +\def\scrver { 0.15 }% % % -\def\scrdate{ 2019/10/01 }% +\def\scrdate{ 2020/03/05 }% % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % @@ -18,7 +18,7 @@ % Package URL: https://www.ctan.org/pkg/scratch3 % Bug tracker: https://framagit.org/unbonpetit/scratch3/issues % Repository : https://framagit.org/unbonpetit/scratch3/tree/master -% Copyright : Christian Tellechea 2019 +% Copyright : Christian Tellechea 2020 % Licence : Released under the LaTeX Project Public License v1.3c % or later, see http://www.latex-project.org/lppl.txtf % Files : 1) scratch3.sty @@ -130,6 +130,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \def\scr_normalblock#1#2{% #1=couleur #2=texte \def\scr_current_blockcolor{#1}% + \if_inpicture\def\scr_scale{1}\else\scr_normalizedec\scr_scale scale[0.2,5]\fi% bugfix 0.15 \def\scr_currentstuff{% \if_pen \scr_drawpen @@ -1231,4 +1232,7 @@ Versions : | | | spécifiée via \setscratch | | | | * erreur de tracé corrigée dans \scr_blockloop | | | | * nouveau losange vide : \boolempty[<dimension>] | -|---------+------------+------------------------------------------------------|
\ No newline at end of file +|---------+------------+------------------------------------------------------| +| 0.15 | 05/03/2020 | * l'échelle n'était pas initialisée dans les blocs | +| | | normaux | +|---------+------------+------------------------------------------------------| |