diff options
author | Karl Berry <karl@freefriends.org> | 2009-04-22 23:13:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-04-22 23:13:39 +0000 |
commit | 98a7866406ba511cff9e3de5eee7eb6b5c857380 (patch) | |
tree | f8c283136df6070c679185500cf983fdbe7734c4 /Master/texmf-dist/tex/latex/minibox | |
parent | 9c6b656e826e66b67e8d1e5fc771e0e4c9ff39f0 (diff) |
new latex package minibox (22apr09)
git-svn-id: svn://tug.org/texlive/trunk@12800 c570f23f-e606-0410-a88d-b1316a301751
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}% +} + |