home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
text
/
tex
/
iff2eps
/
product-info
< prev
Wrap
Text File
|
1995-10-23
|
1KB
|
51 lines
.name
iff2eps
.type
Image Conversion
.short
Convert IFF images to EPS format
.aminet-dir
text/tex
.description
If you have to create documents for study you have to use TeX because
a) only this package allows you to include formulas and tables
into your document in a professional manner and
b) TeX is a standard, you can write your text at home and
print it out everywhere.
But if you want to include any bitmap-graphics you will get problems
because the needed \special-commands are *not* platform-independent.
Here comes iff2eps in: It converts your IFF-bitmap into an EPSF-file
which can be included into TeX-documents using dvips in a platform-
independent manner.
So you can translate and print out your document under AmigaDOS,
UNIX, LINUX, DOS,... keeping all graphics.
That's nice, isn't it ?
.version
0.1
.date
1995.07.17
.author
Andreas Maschke
.address
Zenkerstraße 5
06108 Halle/Saale
Germany
.email
epgbc@cluster1.urz.Uni-Halle.DE
.docs
iff2eps.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
set choice `RequestChoice "IFF to EPS" "Please select an option" "View Doc" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool iff2eps.doc TEXT
endif