texlive[45362] Master/texmf-dist: scratch (20sep17)
commits+karl at tug.org
commits+karl at tug.org
Thu Sep 21 00:38:00 CEST 2017
Revision: 45362
http://tug.org/svn/texlive?view=revision&revision=45362
Author: karl
Date: 2017-09-21 00:38:00 +0200 (Thu, 21 Sep 2017)
Log Message:
-----------
scratch (20sep17)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/scratch/README
trunk/Master/texmf-dist/doc/latex/scratch/scratch-fr.pdf
trunk/Master/texmf-dist/doc/latex/scratch/scratch-fr.tex
trunk/Master/texmf-dist/tex/latex/scratch/scratch.sty
Modified: trunk/Master/texmf-dist/doc/latex/scratch/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/scratch/README 2017-09-20 22:37:47 UTC (rev 45361)
+++ trunk/Master/texmf-dist/doc/latex/scratch/README 2017-09-20 22:38:00 UTC (rev 45362)
@@ -3,9 +3,9 @@
L'extension
scratch
- v0.31
+ v0.32
- 15 septembre 2017
+ 20 septembre 2017
___________________________________
Authors : Christian Tellechea
@@ -13,7 +13,7 @@
E-mail : unbonpetit at openmailbox.org (CT)
Commentaires, signalements de bugs et
suggestions bienvenus
-Licence : Released under the LaTeX Project Public License v1.3 or
+Licence : Released under the LaTeX Project Public License v1.3c or
later, see http://www.latex-project.org/lppl.txt
----------------------------------------------------------------------
Modified: trunk/Master/texmf-dist/doc/latex/scratch/scratch-fr.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/scratch/scratch-fr.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/scratch/scratch-fr.tex 2017-09-20 22:37:47 UTC (rev 45361)
+++ trunk/Master/texmf-dist/doc/latex/scratch/scratch-fr.tex 2017-09-20 22:38:00 UTC (rev 45362)
@@ -506,4 +506,8 @@
>Correction d'un bug signal\xE9 par G. \textsc{Mandallaz} dans \verb|\scr_ovalbox| qui s'ex\xE9cute maintenant dans un groupe : l'assignation de \verb|\scr_current_fillcolor| est donc locale.
>Correction d'une erreur dans le trac\xE9 des lignes de contraste des \verb|\scr_ovalbox|.
\end{version}
+
+\begin{version}{0.32}{20/09/2017}
+ >Correction de 2 bugs signal\xE9s par G. \textsc{Mandallaz} : la couleur des \verb|\ovallist| n'\xE9tait pas correcte et la forme des \verb|\selectmenu| n'\xE9tait pas rectangulaire lorsqu'ils \xE9taient appel\xE9s dans un boite ovale.
+\end{version}
\end{document}
\ No newline at end of file
Modified: trunk/Master/texmf-dist/tex/latex/scratch/scratch.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/scratch/scratch.sty 2017-09-20 22:37:47 UTC (rev 45361)
+++ trunk/Master/texmf-dist/tex/latex/scratch/scratch.sty 2017-09-20 22:38:00 UTC (rev 45362)
@@ -4,39 +4,28 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
\def\scrname {scratch} %
-\def\scrver {0.31} %
+\def\scrver {0.32} %
% %
-\def\scrdate {2017/09/15} %
+\def\scrdate {2017/09/20} %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% --------------------------------------------------------------------
-% This work may be distributed and/or modified under the
-% conditions of the LaTeX Project Public License, either version 1.3
-% of this license or any later version.
-% The latest version of this license is in
-%
-% http://www.latex-project.org/lppl.txt
-%
-% and version 1.3 or later is part of all distributions of LaTeX
-% version 2005/12/01 or later.
-% --------------------------------------------------------------------
-% This work has the LPPL maintenance status `maintained'.
-%
-% The Current Maintainer of this work is Christian Tellechea
-% email: unbonpetit at netc.fr
-% Commentaires, suggestions et signalement de bugs bienvenus !
-% Comments, bug reports and suggestions are welcome.
+% Author : Christian Tellechea
+% Status : Maintained
+% Maintainer : Christian Tellechea
+% Email : unbonpetit at netc.fr
% Package URL: https://www.ctan.org/pkg/scratch
% Bug tracker: https://framagit.org/unbonpetit/scratch/issues
-% Repository: https://framagit.org/unbonpetit/scratch/tree/master
-% Copyright: Christian Tellechea 2017
+% Repository : https://framagit.org/unbonpetit/scratch/tree/master
+% Copyright : Christian Tellechea 2017
+% Licence : Released under the LaTeX Project Public License v1.3c
+% or later, see http://www.latex-project.org/lppl.txt
+% Files : 1) scratch.sty
+% 2) scratch-fr.tex
+% 3) scratch-fr.pdf
+% 4) README
% --------------------------------------------------------------------
-% L'extension scratch est compos\xE9e des 4 fichiers suivants :
-% - code : scratch.sty
-% - manuel en fran\xE7ais : scratch-fr (.tex et .pdf)
-% - fichier lisezmoi : README
-% --------------------------------------------------------------------
\ProvidesPackage{scratch}[\scrdate\space v\scrver\space Draw scratch instructions (CT)]
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{simplekv,tikz}
@@ -354,7 +343,7 @@
\edef\scr_current_linelight{\ifboolKV[\scrname]{print}{scr_linegray}{\scr_current_blockcolor}!\the\numexpr100-\useKV[\scrname]{contrast}\relax!white}%
\edef\scr_current_linedark {\ifboolKV[\scrname]{print}{scr_linegray}{\scr_current_blockcolor}!\the\numexpr100-\useKV[\scrname]{contrast}\relax!black}%
\edef\scr_current_textcolor{\ifboolKV[\scrname]{print}{\useKV[\scrname]{text color}}{white}}%
- \node[draw=none,inner xsep=0.2em,fill=\scr_current_fillcolor,text=\scr_current_textcolor](textmenu){\normalfont\sffamily#1\scr_ovalstrut\hskip.6666em \scr_menuselectarrow};
+ \node[rectangle,draw=none,inner xsep=0.2em,fill=\scr_current_fillcolor,text=\scr_current_textcolor](textmenu){\normalfont\sffamily#1\scr_ovalstrut\hskip.6666em \scr_menuselectarrow};
\draw[draw=\scr_current_linedark,line width=\scr_linewidth](textmenu.south west)--(textmenu.north west)--(textmenu.north east);
\draw[draw=\scr_current_linelight,line width=\scr_linewidth](textmenu.south west)--(textmenu.south east)--(textmenu.north east);
\end{tikzpicture}%
@@ -486,7 +475,7 @@
\def\scr_blockvariable{\scr_normalblock{scrvariable}}
\def\scr_blocklist{\scr_normalblock{scrlist}}
\def\ovalvariable{\scr_ovalbox{scrvariable}}
-\def\ovallist{\scr_ovalbox{scrvariable}}
+\def\ovallist{\scr_ovalbox{scrlist}}
\def\boollist{\scr_boolbox{scrlist}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -563,4 +552,7 @@
| | | \scr_current_fillcolor |
| | | - Correction d'un bug dans le trac\xE9 des lignes de |
| | | relief dans \scr_ovalbox |
+|---------+------------+------------------------------------------------------|
+| 0.32 | 20/09/2017 | - le node de \selectmenu est d\xE9sormais "rectangle" |
+| | | - la couleur de \ovallist est d\xE9sormais correcte |
|---------+------------+------------------------------------------------------|
\ No newline at end of file
More information about the tex-live-commits
mailing list