summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/scratch3/scratch3.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-06 03:02:13 +0000
committerNorbert Preining <norbert@preining.info>2020-03-06 03:02:13 +0000
commit6749f197f068ccc7a12ea95ee2bbfca4942c1b13 (patch)
tree342471ae07db5de9207c0f05716ffdc5a22b9bef /macros/latex/contrib/scratch3/scratch3.sty
parent898048513951b471a492afa23e46112d14bcb236 (diff)
CTAN sync 202003060302
Diffstat (limited to 'macros/latex/contrib/scratch3/scratch3.sty')
-rw-r--r--macros/latex/contrib/scratch3/scratch3.sty12
1 files changed, 8 insertions, 4 deletions
diff --git a/macros/latex/contrib/scratch3/scratch3.sty b/macros/latex/contrib/scratch3/scratch3.sty
index e23d7ca7ec..f018bb9725 100644
--- a/macros/latex/contrib/scratch3/scratch3.sty
+++ b/macros/latex/contrib/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 |
+|---------+------------+------------------------------------------------------|