blob: 55fa4220619d1216f0cfa1e63f86eaad60d75205 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
%% LaTeX2e file `minibox.sty'
%% generated by the `filecontents' environment
%% from source `minibox' on 2009/04/22.
%%
\ProvidesPackage{minibox}[2009/04/21 v0.1
Another type of box.]
% This is the simplest definition I can get away with.
% Expect changes in the future.
\newcommand\minibox[2][l]{%
\begin{tabular}{@{}#1@{}}
#2
\end{tabular}%
}
|