+---------------------------------------+ | THE BOXEDMINIPAGE PACKAGE | | | | By Scott Pakin, scott+bmp@pakin.org | +---------------------------------------+ Description =========== The boxedminipage package is a very simple package that essentially just wraps a minipage within an \fbox. However, while \fbox{\begin{minipage}{\linewidth}...\end{minipage}} juts out into the margin, \begin{boxedminipage}...\end{boxedminipage} does not. Instead, it subtracts the frame's dimensions from the specified dimensions of the minipage before typesetting the minipage. Installation ============ To install boxedminipage, run "latex boxedminipage.ins" to produce boxedminipage.sty. Move boxedminipage.sty into a directory searched by LaTeX (e.g., .../texmf/tex/latex/boxedminipage/). Copyright and license ===================== Copyright (C) 2015-2020 by Scott Pakin This file may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version. The latest version of this license is in: http://www.latex-project.org/lppl/ and version 1.3c or later is part of all distributions of LaTeX version 2008/05/04 or later.