diff options
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} |