I am working with Texifier. I am getting this error: root.tex
LaTeX Error: File `boiboites.sty' not found.
This is because I was trying to use this package:
\usepackage{boiboites}
My entire code:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{boiboites}
\newboxedtheorem[boxcolor=orange, background=blue!5, titlebackground=blue!20,
titleboxcolor = black]{theo}{Théorème}{test}
\begin{document}
\begin{theo}[Loi des grands nombres]
Soit $(X_n){n\in \mathbb{N}}$ une suite de variables aléatoires réelles
indépendantes identiquement distribuées telles que $X_1 \in L^1$. Alors :
$$\frac{1}{n} \sum{i=1}^n X_i \overset{\textnormal{p.s.}}{\longrightarrow}
\mathbb{E} (X_1) .$$
\end{theo}
\end{document}
The package does exist. This was discussed in another one of my questions which you closed and linked. If you don't recall, it is the bounding box...
– Aug 27 '23 at 19:31\usepackage{biblatex}bounding boxes are certainly unrelated to biblatex – David Carlisle Aug 27 '23 at 19:35\usepackge{bjhjhjhgjjk}you will get a package not found error. Why do you expect that name to work? – David Carlisle Aug 27 '23 at 19:41