summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/boxedminipage/boxedminipage.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/boxedminipage/boxedminipage.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/boxedminipage/boxedminipage.tex')
-rw-r--r--macros/latex/contrib/boxedminipage/boxedminipage.tex32
1 files changed, 32 insertions, 0 deletions
diff --git a/macros/latex/contrib/boxedminipage/boxedminipage.tex b/macros/latex/contrib/boxedminipage/boxedminipage.tex
new file mode 100644
index 0000000000..1deb5e4ead
--- /dev/null
+++ b/macros/latex/contrib/boxedminipage/boxedminipage.tex
@@ -0,0 +1,32 @@
+\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}