summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/scratch3
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-03 21:12:33 +0000
committerKarl Berry <karl@freefriends.org>2020-09-03 21:12:33 +0000
commit9d1a5a182186b6230cba2623f532a5ee560c3934 (patch)
tree2c041dac462ba82e733b8cd4af896e5fa94b802e /Master/texmf-dist/tex/latex/scratch3
parent5b6bf18f27971a2f41534049ce3c26179b94c990 (diff)
scratch3 (3sep20)
git-svn-id: svn://tug.org/texlive/trunk@56258 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/scratch3')
-rw-r--r--Master/texmf-dist/tex/latex/scratch3/scratch3.sty13
1 files changed, 10 insertions, 3 deletions
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