I produce a document using the xeboiboites package, but I don´t know how to make a list of theorems because the theorems are boxed. In the theorem list the page number should be included.
Here is a MWE:
\documentclass{book}
\usepackage{amsthm}
\usepackage[dvipsnames]{color}
\usepackage[x11names]{xcolor}
\usepackage{xeboiboites}
\newbreakabletheorem[small box style={draw=RoyalBlue3,fill=RoyalBlue3, line width=0.02cm, rounded corners},
big box style={fill=white,draw=RoyalBlue3,rounded corners,line width=0.02cm}, size=1\textwidth, headfont=\bfseries\large\color{white}]
{CajaSolucion}{Problema}{section}
\begin{document}
\chapter{Resolucion de ejercicios I}
\begin{CajaSolucion}
EL presente ejercicios consta dela fuerzass..............
\end{CajaSolucion}
\chapter{Reslocion de ejercicios del CAp II}
\begin{CajaSolucion}
EL presente ejercicios consta dela fuerzas bbbbs..............
\end{CajaSolucion}
\begin{CajaSolucion}
EL presente ejercicios consta dela fuerzass....bbbb..........
\end{CajaSolucion}
\end{document}

xeboiboites) seems to be something unofficial. However, it's not listed on CTAN. – Ruben Dec 26 '16 at 02:47colorand thexcolorpackages. I suggest you use\usepackage[dvipsnames,x11names]{xcolor}to loadxcolorwith both sets of predefined color names. – Mico Dec 28 '16 at 18:03