summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/makebox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:58:29 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:58:29 +0000
commit3f394c323e850149a15a6cd035449161e2b73292 (patch)
treeb80f87840ff40780547719d98dafcd75ba92d7fb /Master/texmf-dist/tex/latex/makebox
parent5786702d53be57116dcc1b56cce180d80845ab9f (diff)
makebox
git-svn-id: svn://tug.org/texlive/trunk@1061 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/makebox')
-rw-r--r--Master/texmf-dist/tex/latex/makebox/makebox.sty35
1 files changed, 35 insertions, 0 deletions
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'.