diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/textfit')
-rw-r--r-- | Master/texmf-dist/doc/latex/textfit/catalog | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/textfit/makefile | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/textfit/manifest | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/textfit/readme | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/textfit/textfit.dvi | bin | 8916 -> 0 bytes |
5 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/textfit/catalog b/Master/texmf-dist/doc/latex/textfit/catalog new file mode 100644 index 00000000000..149055a17fb --- /dev/null +++ b/Master/texmf-dist/doc/latex/textfit/catalog @@ -0,0 +1,11 @@ +Name: textfit +Author: Sebastian Rahtz and Philip Taylor +Address: 12 Cygnet Street, York Y02 1AG, UK +Problems-To: spqr@ftp.tex.ac.uk +Version: 5 +Description: Package for scaling up text to a desired size. Works by + deriving a new scale factor for the current font, and getting \TeX\ to + reset the text. + + + diff --git a/Master/texmf-dist/doc/latex/textfit/makefile b/Master/texmf-dist/doc/latex/textfit/makefile new file mode 100644 index 00000000000..53292917c10 --- /dev/null +++ b/Master/texmf-dist/doc/latex/textfit/makefile @@ -0,0 +1,6 @@ +textfit: + tex textfit.ins + latex textfit.dtx + +clean: + -rm *.aux *.toc *.idx *.drv *.sty *.cls *.dvi *.log diff --git a/Master/texmf-dist/doc/latex/textfit/manifest b/Master/texmf-dist/doc/latex/textfit/manifest new file mode 100644 index 00000000000..101f6c17c41 --- /dev/null +++ b/Master/texmf-dist/doc/latex/textfit/manifest @@ -0,0 +1,6 @@ +catalog +makefile +manifest +readme +textfit.dtx +textfit.ins diff --git a/Master/texmf-dist/doc/latex/textfit/readme b/Master/texmf-dist/doc/latex/textfit/readme new file mode 100644 index 00000000000..a54be0850d9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/textfit/readme @@ -0,0 +1,10 @@ +This package is used to scale up text to a desired size. Works by +deriving a new scale factor for the current font, and getting \TeX\ to +reset the text. See the commented source for usage. + +Install by running \TeX\ on textfit.ins and place `textfit.sty' +where \LaTeX\ can find it. + + + + diff --git a/Master/texmf-dist/doc/latex/textfit/textfit.dvi b/Master/texmf-dist/doc/latex/textfit/textfit.dvi Binary files differdeleted file mode 100644 index 0aac908d4b2..00000000000 --- a/Master/texmf-dist/doc/latex/textfit/textfit.dvi +++ /dev/null |