texlive[68823] Master/texmf-dist: quizztex (11nov23)

commits+karl at tug.org commits+karl at tug.org
Sun Nov 12 22:54:34 CET 2023


Revision: 68823
          https://tug.org/svn/texlive?view=revision&revision=68823
Author:   karl
Date:     2023-11-12 22:54:34 +0100 (Sun, 12 Nov 2023)
Log Message:
-----------
quizztex (11nov23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.pdf
    trunk/Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.tex
    trunk/Master/texmf-dist/tex/latex/quizztex/quizztex.sty

Modified: trunk/Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.tex	2023-11-12 21:54:24 UTC (rev 68822)
+++ trunk/Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.tex	2023-11-12 21:54:34 UTC (rev 68823)
@@ -4,8 +4,8 @@
 
 \documentclass[french,a4paper,11pt]{article}
 \usepackage[margin=2cm,includefoot]{geometry}
-\def\TPversion{0.1.1}
-\def\TPdate{14 juin 2023}
+\def\TPversion{0.1.2}
+\def\TPdate{5 novembre 2023}
 \usepackage[utf8]{inputenc}
 \usepackage[T1]{fontenc}
 \usepackage{amsmath,amssymb}
@@ -205,9 +205,11 @@
 
 \section{Historique}
 
+\verb|v0.1.2|~:~~~~Migration de \textsf{\textbackslash tikzstyle} à \textsf{\textbackslash tikzset}.
+
 \verb|v0.1.1|~:~~~~Amélioration de la gestion des hauteurs + modification de la clé \Cle{CodeAvant}.
 
-\verb|      |~:~~~~Ajout d'une clé \Cle{PositionJokers}.
+\verb|------|~:~~~~Ajout d'une clé \Cle{PositionJokers}.
 
 \verb|v0.1.0|~:~~~~Version initiale.
 
@@ -511,7 +513,7 @@
 Les couleurs (HTML) définies et utilisées par le package \packagetex!quizztex! et pour l'environnement \motcletex!\QuizzMillions! sont :
 
 \begin{itemize}[leftmargin=*]
-	\item \verb!definecolor{ColorFondTLMVPSP}{HTML}{4E52E3}     ! : \textcolor{ColorFondTLMVPSP}{\textsf{\textbf{Fond par défaut}}}
+	\item \verb!\definecolor{ColorFondTLMVPSP}{HTML}{4E52E3}     ! : \textcolor{ColorFondTLMVPSP}{\textsf{\textbf{Fond par défaut}}}
 	\item \verb!\definecolor{ColorBonneTLMVPSP}{HTML}{00E519}   ! : \textcolor{ColorBonneTLMVPSP}{\textsf{\textbf{Fond de la bonne réponse}}}
 	\item \verb!\definecolor{ColorMauvaiseTLMVPSP}{HTML}{FF9F3F}! : \textcolor{ColorMauvaiseTLMVPSP}{\textsf{\textbf{Fond de la mauvaise réponse}}}
 	\item \verb!\definecolor{ColorTLMVPSP}{HTML}{171A7A}        ! : \textcolor{ColorTLMVPSP}{\textsf{\textbf{Bordure}}}

Modified: trunk/Master/texmf-dist/tex/latex/quizztex/quizztex.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/quizztex/quizztex.sty	2023-11-12 21:54:24 UTC (rev 68822)
+++ trunk/Master/texmf-dist/tex/latex/quizztex/quizztex.sty	2023-11-12 21:54:34 UTC (rev 68823)
@@ -4,7 +4,8 @@
 %            : 'Tout le monde veut prendre sa place' is a Tradematk from Air Productions.
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{quizztex}[2023/06/14 0.1.1 Construire des quizz 'comme dans les jeux' ]
+\ProvidesPackage{quizztex}[2023/11/05 0.1.2 Construire des quizz 'comme dans les jeux' ]
+%0.1.2	Passage \tikzstyle vers \tikzset (merci à Sam C.)
 %0.1.1	Amélioration de la gestion des réponses dans WWTBAM + Position des Jokers (cc P. Bideault ;-))
 %0.1.0	Version initiale
 
@@ -276,9 +277,12 @@
 		}%
 	\begin{tikzpicture}
 		%styles
-		\tikzstyle{StyleCourtoucheQuestion}=[anchor=west,inner sep=0pt,text width=\texteboitequestionwwtbam,text=\CouleurTexteWWTBAM,align=center]
-		\tikzstyle{StyleCourtoucheReponse}=[anchor=west,inner sep=0pt,text width=\texteboitereponsewwtbam,text=\CouleurTexteWWTBAM]
-		\tikzstyle{StyleDecoration}=[draw=\CouleurWWTBAM,diamond,semithick,fill=white,scale=0.4]
+		\tikzset{StyleCourtoucheQuestion/.style={anchor=west,inner sep=0pt,text width=\texteboitequestionwwtbam,text=\CouleurTexteWWTBAM,align=center}}
+		\tikzset{StyleCourtoucheReponse/.style={anchor=west,inner sep=0pt,text width=\texteboitereponsewwtbam,text=\CouleurTexteWWTBAM}}
+		\tikzset{StyleDecoration/.style={draw=\CouleurWWTBAM,diamond,semithick,fill=white,scale=0.4}}
+		%\tikzstyle{StyleCourtoucheQuestion}=[anchor=west,inner sep=0pt,text width=\texteboitequestionwwtbam,text=\CouleurTexteWWTBAM,align=center]
+		%\tikzstyle{StyleCourtoucheReponse}=[anchor=west,inner sep=0pt,text width=\texteboitereponsewwtbam,text=\CouleurTexteWWTBAM]
+		%\tikzstyle{StyleDecoration}=[draw=\CouleurWWTBAM,diamond,semithick,fill=white,scale=0.4]
 		%coordonnées importantes
 		\coordinate (CartoucheQuestion) at (0,0) ;%
 		\coordinate (CartoucheReponseA) at ({-0.5*\the\largeurwwtbam+\the\margeexterieurewwtbam+0.9cm},{-(\the\niveauABwwtbam)}) ;%



More information about the tex-live-commits mailing list.