diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/minibox')
-rw-r--r-- | Master/texmf-dist/tex/latex/minibox/minibox.sty | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/minibox/minibox.sty b/Master/texmf-dist/tex/latex/minibox/minibox.sty new file mode 100644 index 00000000000..55fa4220619 --- /dev/null +++ b/Master/texmf-dist/tex/latex/minibox/minibox.sty @@ -0,0 +1,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}% +} + |