diff options
author | Karl Berry <karl@freefriends.org> | 2023-11-09 22:19:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-11-09 22:19:41 +0000 |
commit | 61cf39ac8da16477cb1864a6ff3df9b0e0a80634 (patch) | |
tree | e1d7ee4dbcc0458921340bff084f88b3931d0717 /Master/texmf-dist/doc | |
parent | 2b897bb03a48553916f93d77917697f6e32db009 (diff) |
tkz-bernoulli (5nov23)
git-svn-id: svn://tug.org/texlive/trunk@68780 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-bernoulli/tkz-bernoulli-doc.pdf | bin | 188693 -> 194012 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-bernoulli/tkz-bernoulli-doc.tex | 28 |
2 files changed, 26 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-bernoulli/tkz-bernoulli-doc.pdf b/Master/texmf-dist/doc/latex/tkz-bernoulli/tkz-bernoulli-doc.pdf Binary files differindex dd6c2d04072..cac5a2d1941 100644 --- a/Master/texmf-dist/doc/latex/tkz-bernoulli/tkz-bernoulli-doc.pdf +++ b/Master/texmf-dist/doc/latex/tkz-bernoulli/tkz-bernoulli-doc.pdf diff --git a/Master/texmf-dist/doc/latex/tkz-bernoulli/tkz-bernoulli-doc.tex b/Master/texmf-dist/doc/latex/tkz-bernoulli/tkz-bernoulli-doc.tex index 56a57312d04..cb485889364 100644 --- a/Master/texmf-dist/doc/latex/tkz-bernoulli/tkz-bernoulli-doc.tex +++ b/Master/texmf-dist/doc/latex/tkz-bernoulli/tkz-bernoulli-doc.tex @@ -34,8 +34,8 @@ \hypersetup{pdfborder=0 0 0} \usepackage[margin=1.5cm]{geometry} \setlength{\parindent}{0pt} -\def\TPversion{0.1.1} -\def\TPdate{10 octobre 2023} +\def\TPversion{0.1.3} +\def\TPdate{5 novembre 2023} \usepackage{tcolorbox} \tcbuselibrary{skins,hooks} \usepackage{soul} @@ -233,6 +233,7 @@ Concernant cette commande : \item \MontreCode{Notice} := booléen pour afficher les valeurs prises par la v.a. (\MontreCode{false} par défaut) ; \item \MontreCode{Var} := nom de la v.a. pour la notice (\MontreCode{X} par défaut) ; \item \MontreCode{N} := paramètre $n$ du schéma de Bernoulli (\MontreCode{3} par défaut). + %\item \MontreCode{Indice} := booléen (expérimental !!) pour forcer l'affichage de l'indice du niveau pour les succès/échecs, au quel cas les évènements doivent utiliser \MontreCode{\_i} (mais pas dans un \MontreCode{\textbackslash overline}\ldots) ! (\MontreCode{false} par défaut). \end{itemize} \end{itemize} @@ -259,6 +260,13 @@ Concernant cette commande : \end{tikzpicture} \end{demohigh} +\begin{demohigh}[language=latex/latex2,style/main=cyan!10,style/code=cyan!10] +%en utilisant des indices, dépendant du niveau \i +\begin{tikzpicture} + \tkzSchemBernoulli[Evts={$S_{\i}$/$\overline{S_{\i}}$}] +\end{tikzpicture} +\end{demohigh} + \subsection{Commande autonome} La commande dédiée pour insertion autonome est \MontreCode{\textbackslash tkzSchemBernoulli*} : @@ -443,4 +451,20 @@ Default styles are given by : Probs={$\nicefrac{1}{6}$/$\nicefrac{5}{6}$}] \end{demohigh} +\begin{demohigh}[language=latex/latex2,style/main=cyan!10,style/code=cyan!10] +%with index for the levels \i +\begin{tikzpicture} + \tkzBernoulliTree[Events={$S_{\i}$/$\overline{S_{\i}}$}] +\end{tikzpicture} +\end{demohigh} + +\pagebreak + +\section{Historique} + +{\small \texttt{v0.1.3 : }Correction de la documentation} + +{\small \texttt{v0.1.1 : }Commande pour une épreuve de Bernoulli} + +{\small \texttt{v0.1.0 : }Version initiale} \end{document}
\ No newline at end of file |