summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/scratch3
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-20 21:27:34 +0000
committerKarl Berry <karl@freefriends.org>2020-03-20 21:27:34 +0000
commit865247e6ab273298ae1e252754215562cfb38e7c (patch)
tree3e8483f561aff4b00c413fd8aa06848628a832b9 /Master/texmf-dist/tex/latex/scratch3
parent2b3e778af2e90f3929a2fa5849c36d5659d11022 (diff)
scratch3 (20mar20)
git-svn-id: svn://tug.org/texlive/trunk@54435 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/scratch3')
-rw-r--r--Master/texmf-dist/tex/latex/scratch3/scratch3.sty10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/scratch3/scratch3.sty b/Master/texmf-dist/tex/latex/scratch3/scratch3.sty
index f018bb97252..26b771cc273 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.15 }%
+\def\scrver { 0.16 }%
% %
-\def\scrdate{ 2020/03/05 }%
+\def\scrdate{ 2020/03/20 }%
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
@@ -130,7 +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
+% \if_inpicture\def\scr_scale{1}\else\scr_normalizedec\scr_scale scale[0.2,5]\fi% bugfix 0.15 (regression) --> bugfix 0.16
\def\scr_currentstuff{%
\if_pen
\scr_drawpen
@@ -358,6 +358,7 @@
\def\scr_currentstuff{%
\useKV[\scrname]{pre text}%
\_inpicturetrue
+ \def\scr_scale{1}% Bugfix 0.16
#1%
\scr_blockstrut
}%
@@ -1236,3 +1237,6 @@ Versions :
| 0.15 | 05/03/2020 | * l'échelle n'était pas initialisée dans les blocs |
| | | normaux |
|---------+------------+------------------------------------------------------|
+| 0.16 | 20/03/2020 | * regression 0.15 --> l'échelle est désormais |
+| | | initialisée dans \initmoreblocks |
+|---------+------------+------------------------------------------------------| \ No newline at end of file