summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/scratch3
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-05 22:08:42 +0000
committerKarl Berry <karl@freefriends.org>2020-03-05 22:08:42 +0000
commit0116d6e6578382e9c6d1ba2f631f2deb4e5f8d9e (patch)
tree04fd3e63e5a620068ae9afb7ae7cf8f206cdff68 /Master/texmf-dist/tex/latex/scratch3
parent7fc1a8940175a7c09ab554dc0ace89158eb3c7f0 (diff)
scratch3 (5mar20)
git-svn-id: svn://tug.org/texlive/trunk@54114 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/scratch3')
-rw-r--r--Master/texmf-dist/tex/latex/scratch3/scratch3.sty12
1 files changed, 8 insertions, 4 deletions
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 |
+|---------+------------+------------------------------------------------------|