summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
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
parent7fc1a8940175a7c09ab554dc0ace89158eb3c7f0 (diff)
scratch3 (5mar20)
git-svn-id: svn://tug.org/texlive/trunk@54114 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/scratch3/README4
-rw-r--r--Master/texmf-dist/doc/latex/scratch3/scratch3-fr.pdfbin507928 -> 508445 bytes
-rw-r--r--Master/texmf-dist/doc/latex/scratch3/scratch3-fr.tex3
-rw-r--r--Master/texmf-dist/tex/latex/scratch3/scratch3.sty12
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
index aea57a05100..ade051b2d0c 100644
--- a/Master/texmf-dist/doc/latex/scratch3/scratch3-fr.pdf
+++ b/Master/texmf-dist/doc/latex/scratch3/scratch3-fr.pdf
Binary files differ
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 |
+|---------+------------+------------------------------------------------------|