mirror of
https://git.adityakumar.xyz/fphw.git
synced 2024-11-09 23:09:44 +00:00
fixed width of box in problem environment
This commit is contained in:
parent
d24103e361
commit
68ae12c0e4
1 changed files with 1 additions and 1 deletions
2
fphw.cls
2
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
|
||||
|
|
Loading…
Reference in a new issue