diff options
author | Karl Berry <karl@freefriends.org> | 2024-01-26 22:00:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-01-26 22:00:36 +0000 |
commit | 672df5376e2c3163f6cb4713d01f1c3d59bfff15 (patch) | |
tree | acd6a5ed8b5d127a708e4d25c0ce503ef441cc87 /Master/texmf-dist/doc/latex/scrabble | |
parent | 6ac888ceeb593fde7505c071eae20dd55b358619 (diff) |
scrabble (26jan24)
git-svn-id: svn://tug.org/texlive/trunk@69599 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/scrabble')
-rw-r--r-- | Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-en.pdf | bin | 558131 -> 550554 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-en.tex | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-fr.pdf | bin | 593634 -> 587285 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-fr.tex | 24 |
4 files changed, 25 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-en.pdf b/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-en.pdf Binary files differindex 38bb624bde7..476ff351d83 100644 --- a/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-en.pdf +++ b/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-en.pdf diff --git a/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-en.tex b/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-en.tex index e854e662010..c43d5876d7e 100644 --- a/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-en.tex +++ b/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-en.tex @@ -46,8 +46,8 @@ \setlength{\parindent}{0pt} \definecolor{LightGray}{gray}{0.9} -\def\TPversion{0.1.5} -\def\TPdate{23/01/2024} +\def\TPversion{0.1.6} +\def\TPdate{26/01/2024} \usepackage[most]{tcolorbox} \tcbuselibrary{minted} @@ -117,7 +117,7 @@ \smallskip -{$\blacktriangleright$~~Ideas from \url{https://tex.stackexchange.com/questions/194780/tikz-drawing-a-rectangle-with-spikes-on-borders}} +{$\blacktriangleright$~~Ideas from \scalebox{0.8}[1]{\ttfamily\url{ https://tex.stackexchange.com/questions/194780/tikz-drawing-a-rectangle-with-spikes-on-borders}}} \vspace{0.15cm} @@ -140,7 +140,7 @@ \vspace{0.5cm} -\hfill{}\textit{Thanks to Denis Bitouzé and Patrick Bideault for help and ideas !} +\hfill{}\textit{Thanks to Denis Bitouzé, Patrick Bideault, quark67 and jmbeckers for help and ideas !} \vfill @@ -164,7 +164,7 @@ \subsection{Source} -Some ideas are from \url{https://tex.stackexchange.com/questions/194780/tikz-drawing-a-rectangle-with-spikes-on-borders}, with propostion from Mark Wibrow. +Some ideas are from \scalebox{0.8}[1]{\ttfamily\url{ https://tex.stackexchange.com/questions/194780/tikz-drawing-a-rectangle-with-spikes-on-borders}}, with proposition from Mark Wibrow. \smallskip @@ -264,7 +264,7 @@ For putting word on the board : \begin{itemize} \item the first argument, \textit{optional}, between \texttt{[...]} is the orientation of the word, \Cle{H} (by default) or \Cle{V} ; \item the second argument, \textit{mandatory}, between \texttt{\{...\}}, is the word, with uppercase or lowercase letters ; - \item the last argument, \textit{mandatory}, between \texttt{\{...\}}, is the coordinates of the first cell for fisrt lettre (the cell (1;\,1) is south-west corner). + \item the last argument, \textit{mandatory}, between \texttt{\{...\}}, is the coordinates of the first cell for fisrt lettre (the cell \texttt{(1,1)} is south-west corner). \end{itemize} \textbf{Observation 1 :} the chosen language will display the right points in the til ! @@ -359,8 +359,8 @@ Online Scrabble word test positioning \ScrabbleWord{TE*ST} to see ! It is possible to use special characters, for the languages \textsf{<DE>} and \textsf{<ES>}, but for compatibility reasons, special characters are \textit{coded} by numbers : \begin{itemize} - \item \texttt{0} code the letter \fbox{\"A} with 6 points ; - \item \texttt{1} code the letter \fbox{\"O} with 8 points ; + \item \texttt{0} code the letter \fbox{\"O} with 8 points ; + \item \texttt{1} code the letter \fbox{\"A} with 6 points ; \item \texttt{4} code the letter \fbox{\"U} with 6 points ; \item \texttt{6} code the \textit{letter} \fbox{CH} with 5 points ; \item \texttt{7} code the letter \fbox{\~{N}} with 8 points ; @@ -371,13 +371,15 @@ It is possible to use special characters, for the languages \textsf{<DE>} and \t \begin{PresentationCode}{} {\Huge \ScrabbleWord[Lang=DE,Font=\ttfamily,Scale=0.75]{104AAA}} -{\Huge \ScrabbleWord[Lang=ES,Font=\sffamily,Scale=0.75]{RO7OSO}} +{\Huge \ScrabbleWord[Lang=ES,Font=\sffamily,Scale=0.75]{RO7OSO689}} \end{PresentationCode} \newpage \part*{History} +\verb|v0.1.6|~:~~~~Bugfix with \textit{joker} ; enhancements for \textsf{<DE>} board + \verb|v0.1.5|~:~~~~Special letters for \textsf{<DE>} and \textsf{<ES>} \verb|v0.1.4|~:~~~~Command to insert \textit{inline} words diff --git a/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-fr.pdf b/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-fr.pdf Binary files differindex 654ead73cfc..8013dc5e77c 100644 --- a/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-fr.pdf +++ b/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-fr.pdf diff --git a/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-fr.tex b/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-fr.tex index 44d5f171e49..6c80f5cd62f 100644 --- a/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-fr.tex +++ b/Master/texmf-dist/doc/latex/scrabble/Scrabble-doc-fr.tex @@ -48,8 +48,8 @@ \setlength{\parindent}{0pt} \definecolor{LightGray}{gray}{0.9} -\def\TPversion{0.1.5} -\def\TPdate{23 janvier 2024} +\def\TPversion{0.1.6} +\def\TPdate{26 janvier 2024} \usepackage[most]{tcolorbox} \tcbuselibrary{minted} @@ -123,7 +123,9 @@ \smallskip -{$\blacktriangleright$~~Idée(s) venant de \url{https://tex.stackexchange.com/questions/194780/tikz-drawing-a-rectangle-with-spikes-on-borders}} +{$\blacktriangleright$~~Idée(s) venant de \scalebox{0.8}[1]{\ttfamily\url{ https://tex.stackexchange.com/questions/194780/tikz-drawing-a-rectangle-with-spikes-on-borders}}} +% +%{\centering \small \url{https://tex.stackexchange.com/questions/194780/tikz-drawing-a-rectangle-with-spikes-on-borders}} \vspace{0.15cm} @@ -148,7 +150,7 @@ %\hfill{}\textit{Merci aux membres du groupe \faFacebook{} du \og Coin \LaTeX{} \fg{} pour leur aide et leurs idées !} -\hfill{}\textit{Merci à Denis Bitouzé et à Patrick Bideault pour leurs retours et idées !} +\hfill{}\textit{Merci à Denis Bitouzé, à Patrick Bideault, à quark67 et à jmbeckers pour leurs retours et idées !} \vfill @@ -172,7 +174,7 @@ \subsection{Source} -Certaines idées viennent de \url{https://tex.stackexchange.com/questions/194780/tikz-drawing-a-rectangle-with-spikes-on-borders}, avec une proposition de Mark Wibrow. +Certaines idées viennent de \scalebox{0.75}[1]{\ttfamily\url{ https://tex.stackexchange.com/questions/194780/tikz-drawing-a-rectangle-with-spikes-on-borders}}, avec une proposition de Mark Wibrow. \smallskip @@ -273,7 +275,7 @@ Pour le placement des mots : \begin{itemize} \item le premier argument, \textit{optionnel}, entre \texttt{[...]} est l'orientation du mot, à choisir entre \Cle{H} (par défaut) et \Cle{V} (en fait toute autre lettre que \Cle{H} !) ; \item le deuxième argument, \textit{obligatoire}, entre \texttt{\{...\}}, est le mot à placer, en majuscules ou minuscules ; - \item le dernier argument, \textit{obligatoire}, entre \texttt{\{...\}}, correspond aux coordonnées de la case sur laquelle sera placée le début du mot (la case (1;\,1) étant la case au bord Bas/Gauche). + \item le dernier argument, \textit{obligatoire}, entre \texttt{\{...\}}, correspond aux coordonnées de la case sur laquelle sera placée le début du mot (la case \texttt{(1,1)} étant la case au bord Bas/Gauche). \end{itemize} \textbf{Remarque 1 :} la langue choisie permettra également d'avoir les jetons avec le \textit{bon} nombre de points ! @@ -311,7 +313,7 @@ Pour le placement des mots : \draw (7,15) node[font=\LARGE\sffamily] {Version allemande} ; %code rajouté \end{EnvScrabbleFR}~~~ \begin{EnvScrabbleFR}<ES>[Echelle=0.55] - \ScrabblePlaceMot{TIKZ}{1,13} \ScrabblePlaceMot[V]{pstricks}{1,15} + \ScrabblePlaceMot{RO7OSO}{1,12} \ScrabblePlaceMot[V]{pstricks}{1,15} \draw (7,15) node[font=\LARGE\sffamily] {Version espagnole} ; %code rajouté \end{EnvScrabbleFR} \end{PresentationCode} @@ -389,8 +391,8 @@ Le package ayant potentiellement une portée \textit{internationale}, les comman Il est possible d'utiliser des jetons spéciaux, pour les langues \textsf{<DE>} et \textsf{<ES>}, mais pour des raisons de compatibilité, les caractères spéciaux sont \textit{codés} par des chiffres : \begin{itemize} - \item \texttt{0} code la lettre \fbox{\"A} avec le score 6 ; - \item \texttt{1} code la lettre \fbox{\"O} avec le score 8 ; + \item \texttt{0} code la lettre \fbox{\"O} avec le score 8 ; + \item \texttt{1} code la lettre \fbox{\"A} avec le score 6 ; \item \texttt{4} code la lettre \fbox{\"U} avec le score 6 ; \item \texttt{6} code la \textit{lettre} \fbox{CH} avec le score 5 ; \item \texttt{7} code la \textit{lettre} \fbox{\~{N}} avec le score 8 ; @@ -401,13 +403,15 @@ Il est possible d'utiliser des jetons spéciaux, pour les langues \textsf{<DE>} \begin{PresentationCode}{} {\Huge \MotScrabble[Langue=DE,Police=\ttfamily,Echelle=0.75]{104AAA}} -{\Huge \MotScrabble[Langue=ES,Police=\sffamily,Echelle=0.75]{RO7OSO}} +{\Huge \MotScrabble[Langue=ES,Police=\sffamily,Echelle=0.75]{RO7OSO689}} \end{PresentationCode} \newpage \part*{Historique} +\verb|v0.1.6|~:~~~~Correction d'un bug avec les jokers ; améliorations du plateau \textsf{<DE>} + \verb|v0.1.5|~:~~~~Ajout de lettres spéciales pour \textsf{<DE>} et \textsf{<ES>} \verb|v0.1.4|~:~~~~Ajout d'une commande pour placer en \textit{mot} en mode \og en ligne \fg |