summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fitbox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-02-11 22:05:43 +0000
committerKarl Berry <karl@freefriends.org>2019-02-11 22:05:43 +0000
commitd99fe4006ba9110ddc1f87e8e9b10c085ac51da6 (patch)
tree49a933089046a4dd99be9cfd8386cb30025885d9 /Master/texmf-dist/doc/latex/fitbox
parent48975ec7f19deae0658421bccce2ab9617e6a5e7 (diff)
fitbox (11feb19)
git-svn-id: svn://tug.org/texlive/trunk@50005 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fitbox')
-rw-r--r--Master/texmf-dist/doc/latex/fitbox/Makefile61
-rw-r--r--Master/texmf-dist/doc/latex/fitbox/README5
-rw-r--r--Master/texmf-dist/doc/latex/fitbox/fitbox.pdfbin256045 -> 257736 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fitbox/sample.pdfbin83215 -> 83215 bytes
4 files changed, 5 insertions, 61 deletions
diff --git a/Master/texmf-dist/doc/latex/fitbox/Makefile b/Master/texmf-dist/doc/latex/fitbox/Makefile
deleted file mode 100644
index d5bc79b993f..00000000000
--- a/Master/texmf-dist/doc/latex/fitbox/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-#
-#
-# This file is in public domain
-#
-# $Id: Makefile,v 1.2 2015-02-27 22:01:15 boris Exp $
-#
-
-PACKAGE=fitbox
-SAMPLES = sample.tex
-
-all: $(PACKAGE).pdf ${SAMPLES:%.tex=%.pdf}
-
-%.pdf: %.dtx $(PACKAGE).sty
- pdflatex $<
- - bibtex $*
- pdflatex $<
- - makeindex -s gind.ist -o $*.ind $*.idx
- - makeindex -s gglo.ist -o $*.gls $*.glo
- pdflatex $<
- while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \
- do pdflatex $<; done
-
-
-
-
-%.sty: %.ins %.dtx
- pdflatex $<
-
-%.pdf: %.tex $(PACKAGE).sty
- pdflatex $*
- -bibtex $*
- pdflatex $*
- while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \
- do pdflatex $*; done
-
-
-.PRECIOUS: $(PACKAGE).cfg $(PACKAGE).sty
-
-
-clean:
- $(RM) $(PACKAGE).sty *.log *.aux \
- *.cfg *.glo *.idx *.toc \
- *.ilg *.ind *.out *.lof \
- *.lot *.bbl *.blg *.gls *.hd \
- *.dvi *.ps *.tgz *.zip *.brf
-
-veryclean: clean
- $(RM) $(PACKAGE).pdf ${SAMPLES:%.tex=%.pdf}
-
-distclean: veryclean
-
-#
-# Archive for the distribution. Includes typeset documentation
-#
-archive: all clean
- tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' --exclude '*.tgz' --exclude CVS $(PACKAGE)
-
-zip: all clean
- ${MAKE} $(PACKAGE).sty
- $(RM) *.log
- zip -r $(PACKAGE).zip * -x '*~' -x '*.tgz' -x '*.zip' -x CVS -x 'CVS/*' \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/fitbox/README b/Master/texmf-dist/doc/latex/fitbox/README
index 48232ed90eb..688742d9deb 100644
--- a/Master/texmf-dist/doc/latex/fitbox/README
+++ b/Master/texmf-dist/doc/latex/fitbox/README
@@ -5,3 +5,8 @@ The fitbox package allows a box (usually an \includegraphics box) to
fit on the page. It scales the box to the maximal allowed size within
the user-set limits. If there there is not enough space on the page,
the box is moved to the next one.
+
+version 1.01 2019/02/10 Use the width of the box around the graphics for
+ default max width.
+ Do not adjust user provided values even if they
+ seem nonsensical (but warn the user) \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/fitbox/fitbox.pdf b/Master/texmf-dist/doc/latex/fitbox/fitbox.pdf
index 995ff4f73e1..da4caffbe07 100644
--- a/Master/texmf-dist/doc/latex/fitbox/fitbox.pdf
+++ b/Master/texmf-dist/doc/latex/fitbox/fitbox.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fitbox/sample.pdf b/Master/texmf-dist/doc/latex/fitbox/sample.pdf
index 8a3f6e5ab42..92a2a75c9be 100644
--- a/Master/texmf-dist/doc/latex/fitbox/sample.pdf
+++ b/Master/texmf-dist/doc/latex/fitbox/sample.pdf
Binary files differ