diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/boxedminipage/README | 40 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/boxedminipage/boxedminipage.pdf | bin | 122717 -> 352452 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/boxedminipage/boxedminipage.tex | 32 |
3 files changed, 40 insertions, 32 deletions
diff --git a/Master/texmf-dist/doc/latex/boxedminipage/README b/Master/texmf-dist/doc/latex/boxedminipage/README new file mode 100644 index 00000000000..bd683bc4b07 --- /dev/null +++ b/Master/texmf-dist/doc/latex/boxedminipage/README @@ -0,0 +1,40 @@ + +---------------------------------------+ + | 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 <scott+bmp@pakin.org> + +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. diff --git a/Master/texmf-dist/doc/latex/boxedminipage/boxedminipage.pdf b/Master/texmf-dist/doc/latex/boxedminipage/boxedminipage.pdf Binary files differindex bf1d134e56c..04383d8d35d 100644 --- a/Master/texmf-dist/doc/latex/boxedminipage/boxedminipage.pdf +++ b/Master/texmf-dist/doc/latex/boxedminipage/boxedminipage.pdf diff --git a/Master/texmf-dist/doc/latex/boxedminipage/boxedminipage.tex b/Master/texmf-dist/doc/latex/boxedminipage/boxedminipage.tex deleted file mode 100644 index 1deb5e4eadd..00000000000 --- a/Master/texmf-dist/doc/latex/boxedminipage/boxedminipage.tex +++ /dev/null @@ -1,32 +0,0 @@ -\documentclass[DIV=9, pagesize=auto, version=last]{scrartcl} - -\addtokomafont{title}{\rmfamily} - -\title{The \textsf{boxedminipage} package\thanks{This manual corresponds to \textsf{boxedminipage}~v2, dated~21 May 1992.}} -\subtitle{A package for producing framed minipages.} -\author{Mario Wolczko, \texttt{mario@acm.org}} -\date{21 May 1992} - - -\begin{document} - -\maketitle - -\noindent -The \textsf{boxedminipage} package is a \LaTeX\ package which defines the \texttt{boxedminipage} environment -- like \texttt{minipage}, but with a frame around it. -The thickness of the rules around the box is controlled by -\verb+\fboxrule+, and the distance between the rules and the edges of the -inner box is governed by \verb+\fboxsep+. - -This code is based on Lamport's \texttt{minipage} code. - - -\minisec{Changes:} -% -\begin{labeling}[\hspace{\labelsep}--]{Fixed, 7 Jun 89 by Jerry Leichter} -\item[Fixed, 7 Jun 89 by Jerry Leichter] - Leave \verb+\fboxsep+ worth of separation at top and bottom, not just at - the sides! -\end{labeling} - -\end{document} |