From 3f394c323e850149a15a6cd035449161e2b73292 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Jan 2006 23:58:29 +0000 Subject: makebox git-svn-id: svn://tug.org/texlive/trunk@1061 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/makebox/makebox.sty | 35 +++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/makebox/makebox.sty (limited to 'Master/texmf-dist/tex/latex/makebox') diff --git a/Master/texmf-dist/tex/latex/makebox/makebox.sty b/Master/texmf-dist/tex/latex/makebox/makebox.sty new file mode 100644 index 00000000000..667dc51ba2a --- /dev/null +++ b/Master/texmf-dist/tex/latex/makebox/makebox.sty @@ -0,0 +1,35 @@ +%% +%% This is file `makebox.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% makebox.dtx (with options: `package') +%% +%% makebox package +%% +%% Copyright 2004 Harald Harders +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt; either +%% version 1 of the License, or any later version. +%% +%% h.harders@tu-bs.de +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{makebox} + [2004/07/31 v0.1 extend makebox command] +\newcommand*\hh@orig@makebox{} +\let\hh@orig@makebox\makebox +\renewcommand*\makebox{% + \@ifnextchar*% + {\hh@makebox}{\hh@orig@makebox}% +} +\newcommand*\hh@makebox[2]{% + \settowidth\@tempdima{#2}% + \hh@orig@makebox[\@tempdima]% +} +\endinput +%% +%% End of file `makebox.sty'. -- cgit v1.2.3