aboutsummaryrefslogtreecommitdiff
path: root/fphw.cls
diff options
context:
space:
mode:
authorFelipe Portales-Oliva <f.portales.oliva@gmail.com>2019-03-30 00:32:43 -0300
committerFelipe Portales-Oliva <f.portales.oliva@gmail.com>2019-03-30 00:32:43 -0300
commit68ae12c0e4766178cd26c48db12d3bb2f9de7ccf (patch)
tree1b0fbd4b8036ffe8fb3ee73d5465c518748f3b09 /fphw.cls
parentd24103e3611d42029a5c51b1fd578db4b3b4b35a (diff)
fixed width of box in problem environment
Diffstat (limited to 'fphw.cls')
-rw-r--r--fphw.cls2
1 files changed, 1 insertions, 1 deletions
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