From d99fe4006ba9110ddc1f87e8e9b10c085ac51da6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 11 Feb 2019 22:05:43 +0000 Subject: fitbox (11feb19) git-svn-id: svn://tug.org/texlive/trunk@50005 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fitbox/Makefile | 61 -------------------------- Master/texmf-dist/doc/latex/fitbox/README | 5 +++ Master/texmf-dist/doc/latex/fitbox/fitbox.pdf | Bin 256045 -> 257736 bytes Master/texmf-dist/doc/latex/fitbox/sample.pdf | Bin 83215 -> 83215 bytes 4 files changed, 5 insertions(+), 61 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/fitbox/Makefile (limited to 'Master/texmf-dist/doc') 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 Binary files a/Master/texmf-dist/doc/latex/fitbox/fitbox.pdf and b/Master/texmf-dist/doc/latex/fitbox/fitbox.pdf 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 Binary files a/Master/texmf-dist/doc/latex/fitbox/sample.pdf and b/Master/texmf-dist/doc/latex/fitbox/sample.pdf differ -- cgit v1.2.3