File: README

package info (click to toggle)
texlive-extra 2016.20170123-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,578,600 kB
  • ctags: 25,000
  • sloc: perl: 139,711; python: 20,370; makefile: 14,165; sh: 10,734; ansic: 7,723; xml: 4,202; java: 3,567; csh: 1,129; ruby: 938; lisp: 630; awk: 163; tcl: 142; sed: 36; pascal: 25; cpp: 18; haskell: 5
file content (46 lines) | stat: -rw-r--r-- 1,419 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
makebox.sty
===========

Define a \makebox* command that does the same as a \makebox command 
while the width is given by a sample text instead of an explicit length
measure.


Copyright 2000--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.



Installation:

automatic: - run make
	   - run make install
	 or
           - run make
           - copy makebox.sty to a place where LaTeX can find it
           - run texhash or the corresponding command of your distribution

by hand: - execute latex on makebox.ins
         - copy makebox.sty to a place LaTeX can find it
         - run texhash or the corresponding command of your distribution
         If you also want to re-compile the documentation which should not
         be necessary do the following items, too:
         - execute:
           pdflatex makebox.dtx
           pdflatex makebox.dtx
           makeindex -s gglo.ist -o makebox.gls makebox.glo
           makeindex -s gind.ist makebox
           pdflatex makebox.dtx
         - copy makebox.pdf to the documentation tree of your 
           TeX implementation
         - run texhash or the corresponding command of your distribution, 
           again


2004/07/31
Harald Harders
h.harders@tu-bs.de