summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-11-12 21:54:34 +0000
committerKarl Berry <karl@freefriends.org>2023-11-12 21:54:34 +0000
commite964bb417b684ad6414b4ce7b57bd998e6784413 (patch)
tree8b6afed306fae473daaa5ad102ce156261284f1a
parent174532de02419b595f2da72998330f8c8f84c807 (diff)
quizztex (11nov23)
git-svn-id: svn://tug.org/texlive/trunk@68823 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.pdfbin546927 -> 547576 bytes
-rw-r--r--Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.tex10
-rw-r--r--Master/texmf-dist/tex/latex/quizztex/quizztex.sty12
3 files changed, 14 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.pdf b/Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.pdf
index ba6fe2362c3..3e23a4d2272 100644
--- a/Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.pdf
+++ b/Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.tex b/Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.tex
index 07f784376b0..431958ee1f7 100644
--- a/Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.tex
+++ b/Master/texmf-dist/doc/latex/quizztex/quizztex-doc-fr.tex
@@ -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 @@ La police pour le thème et le score est fixée (large/gras/sans serif).
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}}}
diff --git a/Master/texmf-dist/tex/latex/quizztex/quizztex.sty b/Master/texmf-dist/tex/latex/quizztex/quizztex.sty
index e5e42b94545..ee18c46d0d9 100644
--- a/Master/texmf-dist/tex/latex/quizztex/quizztex.sty
+++ b/Master/texmf-dist/tex/latex/quizztex/quizztex.sty
@@ -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)}) ;%