From 68ae12c0e4766178cd26c48db12d3bb2f9de7ccf Mon Sep 17 00:00:00 2001 From: Felipe Portales-Oliva Date: Sat, 30 Mar 2019 00:32:43 -0300 Subject: fixed width of box in problem environment --- fphw.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fphw.cls b/fphw.cls index 92ccc48..257adc8 100644 --- a/fphw.cls +++ b/fphw.cls @@ -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 -- cgit v1.2.3