From 98a7866406ba511cff9e3de5eee7eb6b5c857380 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 22 Apr 2009 23:13:39 +0000 Subject: new latex package minibox (22apr09) git-svn-id: svn://tug.org/texlive/trunk@12800 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/minibox/minibox.sty | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/minibox/minibox.sty (limited to 'Master/texmf-dist/tex') 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}% +} + -- cgit v1.2.3