summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/proflycee
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-03 20:32:55 +0000
committerKarl Berry <karl@freefriends.org>2022-10-03 20:32:55 +0000
commitc11909de90e1b4b3a4a693afddc780790ab99af0 (patch)
tree540db955d1afad15759686e224eb30aaa44603cc /Master/texmf-dist/tex/latex/proflycee
parentc3ccc8b95f7753a15600f623541cb6e099d3a799 (diff)
proflycee (3oct22)
git-svn-id: svn://tug.org/texlive/trunk@64599 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/proflycee')
-rw-r--r--Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty22
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)}}
}