blob: b22a43f9af83ac19d2bfa09a6a85f7dcfcd54d58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
% Rolf Niepraschk, Rolf.Niepraschk@ptb.de, 2007-09-02
\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
%
% Caption text is the filename. Alternative Text can be given
% after a comma as separator.
%
\ttfamily\footnotesize
\makeGallery{mypics.txt}
\end{document}
|