By the way... the images should preferably be converted to black and white
as well...
Thanx in advance,
HM
What OS, and how should the layout look like? Under Unix, and with a
very simple layout, it should be easily possible to write a small
script to do this...
Sven
--
_ __ The Cognitive Systems Group
| |/ /___ __ _ ___ University of Hamburg
| ' </ _ \/ _` (_-< phone: +49 (0)40 42883-2576 Vogt-Koelln-Strasse 30
|_|\_\___/\__, /__/ fax : +49 (0)40 42883-2572 D-22527 Hamburg
|___/ http://kogs-www.informatik.uni-hamburg.de/~utcke/home.html
The OS is Win NT 4...
I'm afraid that it will be necessary to convert tje jpg's to eps format, am
I right?
Not if you use pdfLaTeX or some DVI driver that copes with JPEG (dvips
doesn't). If you do need to convert them to EPS, use jpeg2ps or some
other tool that uses the features of PostScript Level 2 to get reason-
able file sizes.
--
Magnus Bäck | CS/CE student, Lund Institute of Technology
ba...@swipnet.se | http://www.jpl.se/~magnus/english.html
> > What OS, and how should the layout look like? Under Unix, and with a
> > very simple layout, it should be easily possible to write a small
> > script to do this...
>
> The OS is Win NT 4...
Then I can't be much use. Unix would have been easy...
> I'm afraid that it will be necessary to convert tje jpg's to eps
> format, am I right?
Well, you could use pdflatex or a dvi-driver which understands jpegs
(no, I don't know of any). With dvips, you would need to wrap each
jpeg into a short piece of PS-code (well, have a tool do it for you,
of course :-).
I once did almost exactly what you describe to prepare flash cards for an
architecture class. I used a combination of Perl to write out LaTeX code
(http://www.activestate.com/ and a good free version for NT) and ImageMagick
(http://www.imagemagick.org/) to convert images and it worked like a charm.
I used pdfLaTeX and stuck with jpg format.
Best of luck,
Matthew