diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-29 00:11:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-29 00:11:34 +0000 |
commit | 32cbcbb847392140d904acb38ae3bbe09cb2cc9e (patch) | |
tree | abde8b381521269171e36ee82d03ba5998dc2e0f /Master/texmf-dist/doc/latex/rviewport | |
parent | 62ea3c38421c330e364e1b53c366715efe3c7554 (diff) |
new latex package rviewport (28aug11)
git-svn-id: svn://tug.org/texlive/trunk@23739 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/rviewport')
-rw-r--r-- | Master/texmf-dist/doc/latex/rviewport/Makefile | 47 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rviewport/README | 18 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rviewport/rviewport.pdf | bin | 0 -> 223554 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/rviewport/vitruvian.jpg | bin | 0 -> 63756 bytes |
4 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/rviewport/Makefile b/Master/texmf-dist/doc/latex/rviewport/Makefile new file mode 100644 index 00000000000..fa708bee2e6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/rviewport/Makefile @@ -0,0 +1,47 @@ +# +# Makefile for rviewport package +# +# This file is in public domain +# +# $Id: Makefile,v 1.1 2011-08-27 22:46:19 boris Exp $ +# + +PACKAGE=rviewport + +all: $(PACKAGE).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 $< + + + +.PRECIOUS: $(PACKAGE).cfg $(PACKAGE).sty + + +clean: + $(RM) $(PACKAGE).sty $(PACKAGE).log $(PACKAGE).aux \ + $(PACKAGE).cfg $(PACKAGE).glo $(PACKAGE).idx $(PACKAGE).toc \ + $(PACKAGE).ilg $(PACKAGE).ind $(PACKAGE).out $(PACKAGE).lof \ + $(PACKAGE).lot $(PACKAGE).bbl $(PACKAGE).blg $(PACKAGE).gls \ + $(PACKAGE).dvi $(PACKAGE).ps *.hd + +distclean veryclean: clean + $(RM) $(PACKAGE).pdf + +# +# Archive for the distribution. Includes typeset documentation +# +archive: all clean + tar -czvf $(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude CVS . diff --git a/Master/texmf-dist/doc/latex/rviewport/README b/Master/texmf-dist/doc/latex/rviewport/README new file mode 100644 index 00000000000..f58d8dbfdb7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/rviewport/README @@ -0,0 +1,18 @@ + Relative Viewport for Graphics Inclusion + Boris Veytsman + v1.0, 2011/08/27 + + +Package graphicx provides a useful keyword viewport which allows to +show just a part of an image. However, one needs to put there the +actual coordinates of the viewport window. Sometimes it is useful to +have relative coordinates as fractions of natural size. For example, +one may want to print a large image on a spread, putting a half on a +verso page, and another half on the next recto page. For this one +would need a viewport occupying exactly one half of the file's +bounding box, whatever the actual width of the image may be. + +This package adds a new keyword rviewport to the graphicx package +specifiying Relative Viewport for graphics inclusion: a window defined +by the given fractions of the natural width and height of the image. + diff --git a/Master/texmf-dist/doc/latex/rviewport/rviewport.pdf b/Master/texmf-dist/doc/latex/rviewport/rviewport.pdf Binary files differnew file mode 100644 index 00000000000..14cf40206d5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/rviewport/rviewport.pdf diff --git a/Master/texmf-dist/doc/latex/rviewport/vitruvian.jpg b/Master/texmf-dist/doc/latex/rviewport/vitruvian.jpg Binary files differnew file mode 100644 index 00000000000..406573b7d0e --- /dev/null +++ b/Master/texmf-dist/doc/latex/rviewport/vitruvian.jpg |