diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/scratch3/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/scratch3/scratch3-fr.pdf | bin | 508759 -> 508889 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/scratch3/scratch3-fr.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/scratch3/scratch3.sty | 13 |
4 files changed, 16 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/scratch3/README b/Master/texmf-dist/doc/latex/scratch3/README index a8ee05f1845..cfbd104f88c 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.17 + v0.18 - 27 avril 2020 + 3 septembre 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 22d00f2c56b..757fca53dd7 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 03cbfc64e3c..30ba693d0fa 100644 --- a/Master/texmf-dist/doc/latex/scratch3/scratch3-fr.tex +++ b/Master/texmf-dist/doc/latex/scratch3/scratch3-fr.tex @@ -627,4 +627,8 @@ Toute remarque, remontée de bug ---~je n'ose pas dire amélioration du code~---, \begin{version}{0.17}{27/04/2020} >Quelques petites modifications pour ne plus appeler aucune macro privée de simplekv et sa version 0.2. \end{version} +\begin{version}{0.18}{03/09/2020} + >initialisation de \verb|\scr_yoffset| et \verb|\scr_xoffset| dans \verb|\scr_namemoreblocks|. + >initialisation de \verb|\scr_linewidth| dans \verb|\greenflag|. +\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 fe6ca27523f..d28a8a3e2e2 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.17} % +\def\scrver {0.18} % % % -\def\scrdate {2020/04/27} % +\def\scrdate {2020/09/03} % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % @@ -400,8 +400,9 @@ \gdef\scr_blockstop{0}% } \newcommand*\scr_namemoreblocks[1]{% - \begin{tikzpicture}% + \begin{tikzpicture} \setscratch{num blocks=false}% + \scr_xoffset0pt \scr_yoffset\dimexpr\scr_corner+\scr_ysepsup\relax% bugfix 0.18 \definecolor{scrmoreblocks}{HTML}{ff4d6a}% choix couleur foncée pour tracé du bloc qui suit \scr_normalblock{scrmoreblocks}{% \definecolor{scrmoreblocks}{HTML}{ff6680}% rétablir couleur claire par défaut @@ -1141,6 +1142,7 @@ sharp corners, scale=0.4 ] + \scr_normalizedim\scr_linewidth line width[0pt,5pt]% bugfix 0.18 \draw[ line width=\scr_linewidth, draw={% @@ -1246,4 +1248,9 @@ Versions : | | | initialisée dans \initmoreblocks | |---------+------------+------------------------------------------------------| | 0.17 | 27/04/2020 | * 2 ou 3 modifs en rapport avec la v0.2 de simplekv | +|---------+------------+------------------------------------------------------| +| 0.18 | xx/xx/xxxx | * initialisation de \scr_yoffset et \scr_xoffset dans| +| | | \scr_namemoreblocks | +| | | * \scr_linewidth est désormais définie dans | +| | | \greenflag | |---------+------------+------------------------------------------------------|
\ No newline at end of file |