diff options
author | Karl Berry <karl@freefriends.org> | 2007-08-29 20:35:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-08-29 20:35:06 +0000 |
commit | d340c324cfbe63068a5ef7776b8debfe2f20f8a1 (patch) | |
tree | 59c018af0e046e4664bb66eecc10281f025ce732 /Master/texmf-dist/doc/latex/image-gallery/gallery-example.tex | |
parent | 6636461ac835c807e3c386a624d56d3d6fe8b167 (diff) |
new latex package image-gallery (27aug07)
git-svn-id: svn://tug.org/texlive/trunk@4838 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/image-gallery/gallery-example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/image-gallery/gallery-example.tex | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/image-gallery/gallery-example.tex b/Master/texmf-dist/doc/latex/image-gallery/gallery-example.tex new file mode 100644 index 00000000000..2065f6cb296 --- /dev/null +++ b/Master/texmf-dist/doc/latex/image-gallery/gallery-example.tex @@ -0,0 +1,22 @@ + +% Rolf Niepraschk, Rolf.Niepraschk@ptb.de, 2006-12-05 + +\documentclass[a4paper]{image-gallery} +%\documentclass[a4paper,dummy]{image-gallery} + +\gallerySetup{left=20mm,right=20mm,top=20mm,bottom=20mm, + width=5cm,height=3.75cm,rows=6,columns=3,autorotate=false} + +\begin{document} + +% The resolution of all the pictures are reduced by +% convert -resize 8% original.jpg new.jpg +% +% `mypics.txt' is created with the following call +% ls -1 *.jpg > mypics.txt +% + + \ttfamily\footnotesize + \makeGallery{mypics.txt} + +\end{document} |