fixed width of box in problem environment

This commit is contained in:
Felipe Portales-Oliva 2019-03-30 00:32:43 -03:00
parent d24103e361
commit 68ae12c0e4

View file

@ -118,7 +118,7 @@
% definition of the "problem" environment
\newsavebox{\problembox}
\newenvironment{problem}
{\begin{center} \begin{lrbox}{\problembox}\begin{minipage}{.9\textwidth}}
{\begin{center} \begin{lrbox}{\problembox}\begin{minipage}{.98\textwidth}}
{\end{minipage}\end{lrbox}\fbox{\usebox{\problembox}} \end{center} }
%%% We finish the class with this command