summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/makebox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-11 23:54:44 +0000
committerKarl Berry <karl@freefriends.org>2006-01-11 23:54:44 +0000
commit37ed0519f920a06950078c84759bbfe6a8f09df9 (patch)
tree6bf4f8a4f480baeb3c20296864bbb943db58b277 /Master/texmf-dist/source/latex/makebox
parente9ca39a1f8b8836e2bf6b21a061d9cebd05be99d (diff)
trunk/Master/texmf-dist/source/latex/makebox
git-svn-id: svn://tug.org/texlive/trunk@363 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/makebox')
-rw-r--r--Master/texmf-dist/source/latex/makebox/Makefile96
-rw-r--r--Master/texmf-dist/source/latex/makebox/makebox.dtx139
-rw-r--r--Master/texmf-dist/source/latex/makebox/makebox.ins25
3 files changed, 260 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/makebox/Makefile b/Master/texmf-dist/source/latex/makebox/Makefile
new file mode 100644
index 00000000000..fe96cb51691
--- /dev/null
+++ b/Master/texmf-dist/source/latex/makebox/Makefile
@@ -0,0 +1,96 @@
+
+SRCDIR=makebox
+INSTALLDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/tex/latex/makebox
+DOCDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/doc/latex/makebox
+VERSION=`latex getversion | grep '^VERSION' | sed 's/^VERSION \\(.*\\)\\.\\(.*\\)/\\1_\\2/'`
+
+
+.SUFFIXES: .sty .ins .dtx .dvi .ps .pdf
+
+.ins.sty:
+ latex $<
+
+.dtx.pdf:
+ pdflatex $<
+ pdflatex $<
+ makeindex -s gind.ist $(*D)/$(*F)
+ makeindex -s gglo.ist -o $(*D)/$(*F).gls $(*D)/$(*F).glo
+ pdflatex $<
+
+.dvi.ps:
+ dvips -o $(*D)/$(*F).ps $(*D)/$(*F)
+
+
+all: makebox makebox.pdf testmakebox.dvi output
+
+testmakebox.dvi: testmakebox.tex makebox.sty
+ latex testmakebox
+
+
+makebox: makebox.sty
+
+
+
+clean:
+ @-rm -f makebox.glo makebox.gls makebox.idx makebox.ilg
+ @-rm -f makebox.ind makebox.aux makebox.log makebox.toc
+ @-rm -f testmakebox.log testmakebox.aux
+ @-rm -f *~
+
+distclean: clean
+ @-rm -f makebox.sty makebox.pdf
+ @-rm -f testmakebox.dvi
+
+tar: all clean
+ echo Generate makebox-$(VERSION).tar.gz
+ -rm -f makebox-$(VERSION).tar.gz
+ tar czCf .. makebox-$(VERSION).tar.gz \
+ $(SRCDIR)/README \
+ $(SRCDIR)/ChangeLog \
+ $(SRCDIR)/Makefile \
+ $(SRCDIR)/makebox.dtx \
+ $(SRCDIR)/makebox.ins \
+ $(SRCDIR)/makebox.pdf \
+ $(SRCDIR)/testmakebox.tex \
+ $(SRCDIR)/getversion.tex \
+ $(SRCDIR)/makebox.xml
+ rm -f getversion.log
+
+texlive: all clean
+ rm -rf texmf
+ mkdir -p texmf/tex/latex/makebox
+ mkdir -p texmf/doc/latex/makebox
+ mkdir -p texmf/source/latex/makebox
+ cp makebox.sty texmf/tex/latex/makebox
+ cp makebox.dtx makebox.ins makebox.xml texmf/source/latex/makebox
+ cp Makefile texmf/source/latex/makebox
+ cp testmakebox.tex README makebox.pdf texmf/doc/latex/makebox
+
+zip: all clean
+ -@rm -f makebox-$(VERSION).zip
+ mkdirhier tex/latex/makebox
+ mkdirhier doc/latex/makebox
+ mkdirhier source/latex/makebox
+ mv makebox.sty tex/latex/makebox
+ cp makebox.dtx makebox.ins makebox.xml source/latex/makebox
+ cp Makefile source/latex/makebox
+ cp testmakebox.tex README ChangeLog makebox.pdf doc/latex/makebox
+ zip -r makebox-$(VERSION).zip tex doc source
+ rm -r tex/ doc/ source/
+ rm -f getversion.log
+
+install: all
+ if [ ! -d $(INSTALLDIR) ]; then mkdirhier $(INSTALLDIR); fi
+ if [ ! -d $(DOCDIR) ]; then mkdirhier $(DOCDIR); fi
+ @rm -f $(INSTALLDIR)/* $(DOCDIR)/*
+ install -m644 makebox.sty $(INSTALLDIR)
+ install -m644 makebox.pdf $(DOCDIR)
+ texhash
+
+output:
+ @echo "Please copy makebox.sty to a directory"
+ @echo "in the LaTeX search path"
+
+
+makebox.sty: makebox.ins makebox.dtx
+
diff --git a/Master/texmf-dist/source/latex/makebox/makebox.dtx b/Master/texmf-dist/source/latex/makebox/makebox.dtx
new file mode 100644
index 00000000000..2c6de060162
--- /dev/null
+++ b/Master/texmf-dist/source/latex/makebox/makebox.dtx
@@ -0,0 +1,139 @@
+% \iffalse meta comment
+% File: makebox.dtx Copyright (C) 1999 Harald Harders
+% \fi
+%
+% \iffalse
+%
+%<*driver>
+\documentclass{ltxdoc}
+\IfFileExists{makebox.sty}{\usepackage{makebox}
+ \let\makeboxSTYfound\active}{\GenericWarning{makebox.dtx}{Package
+ file makebox.sty not found (Documentation will be messed up!^^J^^A
+ Generate makebox.sty by (La)TeXing makebox.ins, process
+ makebox.dtx again)^^J}\stop}
+\usepackage[T1]{fontenc}
+\usepackage{longtable}
+\usepackage{graphicx}
+\usepackage{url}
+\GetFileInfo{makebox.sty}
+\title{The \texttt{makebox} package\thanks{This file has version
+ \fileversion\ last revised \filedate.}}
+\author{Harald Harders\\\texttt{h.harders@tu-bs.de}}
+\date{File Date \filedate, Printed \today}
+\newlength{\tempdima}%
+\makeatletter
+\renewenvironment{table}[1][]{%
+ \@float{table}[#1]%
+ \centering%
+ \setlength{\tempdima}{\abovecaptionskip}%
+ \setlength{\abovecaptionskip}{\belowcaptionskip}%
+ \setlength{\belowcaptionskip}{\tempdima}%
+ }{%
+\end@float
+}
+\makeatother
+\EnableCrossrefs
+\CodelineIndex
+\DoNotIndex{\def,\edef,\let,\newcommand,\newenvironment,\newcounter}
+\DoNotIndex{\setcounter,\space,\ifx,\else,\fi}
+\CodelineNumbered
+\RecordChanges
+\CheckSum{18}
+\begin{document}
+ \DocInput{makebox.dtx}
+\end{document}
+%</driver>
+% \fi
+%
+% \maketitle
+% \begin{abstract}
+% \noindent
+% This package defines a \cs{makebox*} command that allows to give the
+% width for the \cs{makebox} command by a sample text instead of a
+% measure.
+% \end{abstract}
+%
+% \tableofcontents
+%
+% \section*{Copyright}
+% 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.
+%
+% \section{Using this package}
+%
+% Sometimes you want to put a text into a box that has the same width
+% as another text.
+% Normally, you have to use \cs{settowidth} to set a length to the
+% width of the reference text and use \cs{makebox} afterwards.
+%\DescribeMacro{\makebox*}%
+%With this package, you can use the \cs{makebox*} command for that.
+% The width of the box is then given by a mandatory first argument
+% (instead of the optional first argument of the \cs{makebox}
+% command).
+% The following arguments are identically to the normal \cs{makebox}
+% command.
+%
+% For example,
+%\begin{verbatim}
+%--longer reference text--\\*
+%--\makebox*{longer reference text}{short text}--\\*
+%--\makebox*{longer reference text}[r]{short text}--\\*
+%--\makebox*{longer reference text}[r]{even longer text than the reference}--\end{verbatim}
+% leads to\\
+%--longer reference text--\\*
+%--\makebox*{longer reference text}{short text}--\\*
+%--\makebox*{longer reference text}[r]{short text}--\\*
+%--\makebox*{longer reference text}{even longer text than the reference}--
+%
+%
+% \StopEventually{\PrintChanges \PrintIndex}
+%
+%
+% \section{The implementation}
+% \iffalse
+%<*package>
+% \fi
+% \changes{1.04}{2003/11/09}{Avoide usage of \cs{textversion} etc.}%
+% Heading of the package:
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{makebox}
+ [2004/07/31 v0.1 extend makebox command]
+% \end{macrocode}
+% \begin{macro}{\makebox*}
+% Save the original \cs{makebox} command since it has to be redefined.
+% \begin{macrocode}
+\newcommand*\hh@orig@makebox{}
+\let\hh@orig@makebox\makebox
+% \end{macrocode}
+% Redefine \cs{makebox}.
+% If using normally call the original command.
+% If using with a star, get the width of the box by a text and call
+% \cs{hh@makebox} for doing so.
+% \begin{macrocode}
+\renewcommand*\makebox{%
+ \@ifnextchar*%
+ {\hh@makebox}{\hh@orig@makebox}%
+}
+% \end{macrocode}
+% The \cs{hh@makebox} is defined with two mandatory arguments since
+% the star is the first argument and ignored.
+% First, the width of the reference text is stored in the length
+% \cs{@tempdima}.
+% Then, the original \cs{makebox} command ist called to typeset the
+% box.
+% \begin{macrocode}
+\newcommand*\hh@makebox[2]{%
+ \settowidth\@tempdima{#2}%
+ \hh@orig@makebox[\@tempdima]%
+}
+% \end{macrocode}
+% \end{macro}
+% \iffalse
+%</package>
+% \fi
+% \Finale
diff --git a/Master/texmf-dist/source/latex/makebox/makebox.ins b/Master/texmf-dist/source/latex/makebox/makebox.ins
new file mode 100644
index 00000000000..145e458e6d9
--- /dev/null
+++ b/Master/texmf-dist/source/latex/makebox/makebox.ins
@@ -0,0 +1,25 @@
+\input docstrip.tex
+\preamble
+
+ 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
+
+\endpreamble
+
+\askforoverwritefalse
+
+% Files
+%%%%%%%%%%%%%%%%%%%%%%
+\generate{%
+ \file{makebox.sty}{\from{makebox.dtx}{package}}%
+}%
+
+\endbatchfile