diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty b/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty index 708ef7b8130..e13bf2a31e0 100644 --- a/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty +++ b/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty @@ -3,7 +3,9 @@ % or later, see http://www.latex-project.org/lppl.txtf \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{ProfLycee}[2022/10/01 v1.2.7 - Aide pour l'utilisation de LaTeX en lycee] +\ProvidesPackage{ProfLycee}[2022/10/03 v1.2.9 - Aide pour l'utilisation de LaTeX en lycee] +% 1.2.9 Correction d'une incompatibilité avec simplekv (clés vides...) +% 1.2.8 Correction de l'oubli d'une librairie tikz et remise en forme de la documentation % 1.2.7 Calculs de probas pour des lois classiques % 1.2.6 Ajout d'un environnement tikz pour des sudomaths personnalisés % 1.2.5 Ajout d'une commande pour des boites à moustaches, en tikz @@ -83,6 +85,8 @@ \usetikzlibrary{decorations.markings} \usetikzlibrary{arrows,arrows.meta} \usetikzlibrary{babel} +\usetikzlibrary{shapes.geometric} +\usetikzlibrary{decorations.pathmorphing} %tcolorbox \RequirePackage[most]{tcolorbox} %divers @@ -123,14 +127,14 @@ } \setKVdefault[spline]{% - liste=,% + spline={},% width=1.25pt,% couleur=red,% coeffs=3,% couleurpoints=black,% taillepoints=2pt,% affpoints=false,% - style= + style={} } \newcommand\splinetikz[1][]{% @@ -190,11 +194,11 @@ } \setKVdefault[tgte]{ - liste=,% + liste={},% width=1.25pt,% couleur=red,% xl=0.5,xr=0.5,% - style=,% + style={},% point=1 } @@ -923,8 +927,8 @@ \setKVdefault[kvensemble]{% sep={;},% - option=,% - mathpunct=true + mathpunct=true,% + option={} } \newcommand\ensPL[2][1]{% @@ -1762,7 +1766,7 @@ police=\normalsize\normalfont,% labelx=$x$,% labely=$y$,% - afflabel=,% + afflabel=z,% poslabelx=right,% poslabely=above,% echellefleche=1,% @@ -2191,7 +2195,7 @@ {\def\BorneInf{0}} {} \ifthenelse{\equal{#4}{*}}% - {\def\BorneSup{#4}} + {\def\BorneSup{#1}} {} \xintFloatToDecimal{\xintfloateval{add(binomial(#1,i)*#2^i*(1-#2)^(#1-i), i=\BorneInf..\BorneSup)}} } |