Re: Importing images in latex (jpg, wmf, ...)

2001-09-02 Thread Dekel Tsur

On Thu, Aug 30, 2001 at 05:44:03PM +, Marco Allione wrote:
 I have a problem! I am a new latex utilizer and I've found some problems in 
 inserting figures in my latex document.
 How can I made to imsert a wmf image in my document?
 Can I have some help in such a problem please? Does anybody can tell me 
 where I could find some complete guide on the use of graphic files of 
 extension .wmf, .bmp or .jpg in the Net?
 Tank you for your help. Hello.
 Marco.

For bitmap image (bmp, png, gif etc) use
  convert file.gif eps2:file.eps

For wmf, use
  wmftoeps file.wmf file.eps

The wmftoeps program is from libwmf (http://www.wvware.com)



Re: Importing images in latex (jpg, wmf, ...)

2001-09-02 Thread Dekel Tsur

On Thu, Aug 30, 2001 at 05:44:03PM +, Marco Allione wrote:
 I have a problem! I am a new latex utilizer and I've found some problems in 
 inserting figures in my latex document.
 How can I made to imsert a wmf image in my document?
 Can I have some help in such a problem please? Does anybody can tell me 
 where I could find some complete guide on the use of graphic files of 
 extension .wmf, .bmp or .jpg in the Net?
 Tank you for your help. Hello.
 Marco.

For bitmap image (bmp, png, gif etc) use
  convert file.gif eps2:file.eps

For wmf, use
  wmftoeps file.wmf file.eps

The wmftoeps program is from libwmf (http://www.wvware.com)



Re: Importing images in latex (jpg, wmf, ...)

2001-09-02 Thread Dekel Tsur

On Thu, Aug 30, 2001 at 05:44:03PM +, Marco Allione wrote:
> I have a problem! I am a new latex utilizer and I've found some problems in 
> inserting figures in my latex document.
> How can I made to imsert a wmf image in my document?
> Can I have some help in such a problem please? Does anybody can tell me 
> where I could find some complete guide on the use of graphic files of 
> extension .wmf, .bmp or .jpg in the Net?
> Tank you for your help. Hello.
> Marco.

For bitmap image (bmp, png, gif etc) use
  convert file.gif eps2:file.eps

For wmf, use
  wmftoeps file.wmf file.eps

The wmftoeps program is from libwmf (http://www.wvware.com)



Re: Importing images in latex (jpg, wmf, ...)

2001-08-31 Thread Tuukka Toivonen

On Thu, 30 Aug 2001, Marco Allione wrote:

 How can I made to imsert a wmf image in my document?

You have to convert it to EPS.

Since WMF is a vector format, there's no sense to convert
it into bitmap (like PNG) and then to EPS. Instead the
right way is to create on EPS file directly from it.

Use some vector drawing program that can import WMF and export EPS.




Re: Importing images in latex (jpg, wmf, ...)

2001-08-31 Thread Dekel Tsur

On Thu, Aug 30, 2001 at 05:44:03PM +, Marco Allione wrote:
 I have a problem! I am a new latex utilizer and I've found some problems in   
 inserting figures in my latex document.   
 How can I made to imsert a wmf image in my document?  
 Can I have some help in such a problem please? Does anybody can tell me   
 where I could find some complete guide on the use of graphic files of 
 extension .wmf, .bmp or .jpg in the Net?  
 Tank you for your help. Hello.
 Marco.

For bitmap image (bmp, png, gif etc) use
  convert file.gif eps2:file.eps

For wmf, use
  wmftoeps file.wmf file.eps

The wmftoeps program is from libwmf (http://www.wvware.com)




Re: Importing images in latex (jpg, wmf, ...)

2001-08-31 Thread Tuukka Toivonen

On Thu, 30 Aug 2001, Marco Allione wrote:

 How can I made to imsert a wmf image in my document?

You have to convert it to EPS.

Since WMF is a vector format, there's no sense to convert
it into bitmap (like PNG) and then to EPS. Instead the
right way is to create on EPS file directly from it.

Use some vector drawing program that can import WMF and export EPS.




Re: Importing images in latex (jpg, wmf, ...)

2001-08-31 Thread Dekel Tsur

On Thu, Aug 30, 2001 at 05:44:03PM +, Marco Allione wrote:
 I have a problem! I am a new latex utilizer and I've found some problems in   
 inserting figures in my latex document.   
 How can I made to imsert a wmf image in my document?  
 Can I have some help in such a problem please? Does anybody can tell me   
 where I could find some complete guide on the use of graphic files of 
 extension .wmf, .bmp or .jpg in the Net?  
 Tank you for your help. Hello.
 Marco.

For bitmap image (bmp, png, gif etc) use
  convert file.gif eps2:file.eps

For wmf, use
  wmftoeps file.wmf file.eps

The wmftoeps program is from libwmf (http://www.wvware.com)




Re: Importing images in latex (jpg, wmf, ...)

2001-08-31 Thread Tuukka Toivonen

On Thu, 30 Aug 2001, Marco Allione wrote:

> How can I made to imsert a wmf image in my document?

You have to convert it to EPS.

Since WMF is a vector format, there's no sense to convert
it into bitmap (like PNG) and then to EPS. Instead the
right way is to create on EPS file directly from it.

Use some vector drawing program that can import WMF and export EPS.




Re: Importing images in latex (jpg, wmf, ...)

2001-08-31 Thread Dekel Tsur

On Thu, Aug 30, 2001 at 05:44:03PM +, Marco Allione wrote:
> I have a problem! I am a new latex utilizer and I've found some problems in   
> inserting figures in my latex document.   
> How can I made to imsert a wmf image in my document?  
> Can I have some help in such a problem please? Does anybody can tell me   
> where I could find some complete guide on the use of graphic files of 
> extension .wmf, .bmp or .jpg in the Net?  
> Tank you for your help. Hello.
> Marco.

For bitmap image (bmp, png, gif etc) use
  convert file.gif eps2:file.eps

For wmf, use
  wmftoeps file.wmf file.eps

The wmftoeps program is from libwmf (http://www.wvware.com)




Importing images in latex (jpg, wmf, ...)

2001-08-30 Thread Marco Allione

I have a problem! I am a new latex utilizer and I've found some problems in 
inserting figures in my latex document.
How can I made to imsert a wmf image in my document?
Can I have some help in such a problem please? Does anybody can tell me 
where I could find some complete guide on the use of graphic files of 
extension .wmf, .bmp or .jpg in the Net?
Tank you for your help. Hello.
Marco.

_
Scarica GRATUITAMENTE MSN Explorer all'indirizzo 
http://explorer.msn.it/intl.asp




Re: Importing images in latex (jpg, wmf, ...)

2001-08-30 Thread Steve Litt

On Thursday 30 August 2001 13:44, Marco Allione wrote:
 I have a problem! I am a new latex utilizer and I've found some problems in
 inserting figures in my latex document.
 How can I made to imsert a wmf image in my document?
 Can I have some help in such a problem please? Does anybody can tell me
 where I could find some complete guide on the use of graphic files of
 extension .wmf, .bmp or .jpg in the Net?
 Tank you for your help. Hello.
 Marco.


Hi Marco,

My way might not be the best way, but on my Linux system I either use the 
convert program to convert it from (in my case) .gif or .png to .eps, or I 
use Gimp to pull it up, tweak it (probably make it grayscale), and then save 
it as an .eps. If you're a Windows user there are probably many programs to 
do similar functions.

Once you have it in .eps format, just use Insert-figure and follow the 
dialog boxes.

Steve

-- 
Steve Litt
Webmaster, Troubleshooters.Com
http://www.troubleshooters.com
[EMAIL PROTECTED]
(Legal Disclaimer) Follow these suggestions at your own risk.







Importing images in latex (jpg, wmf, ...)

2001-08-30 Thread Marco Allione

I have a problem! I am a new latex utilizer and I've found some problems in 
inserting figures in my latex document.
How can I made to imsert a wmf image in my document?
Can I have some help in such a problem please? Does anybody can tell me 
where I could find some complete guide on the use of graphic files of 
extension .wmf, .bmp or .jpg in the Net?
Tank you for your help. Hello.
Marco.

_
Scarica GRATUITAMENTE MSN Explorer all'indirizzo 
http://explorer.msn.it/intl.asp




Re: Importing images in latex (jpg, wmf, ...)

2001-08-30 Thread Steve Litt

On Thursday 30 August 2001 13:44, Marco Allione wrote:
 I have a problem! I am a new latex utilizer and I've found some problems in
 inserting figures in my latex document.
 How can I made to imsert a wmf image in my document?
 Can I have some help in such a problem please? Does anybody can tell me
 where I could find some complete guide on the use of graphic files of
 extension .wmf, .bmp or .jpg in the Net?
 Tank you for your help. Hello.
 Marco.


Hi Marco,

My way might not be the best way, but on my Linux system I either use the 
convert program to convert it from (in my case) .gif or .png to .eps, or I 
use Gimp to pull it up, tweak it (probably make it grayscale), and then save 
it as an .eps. If you're a Windows user there are probably many programs to 
do similar functions.

Once you have it in .eps format, just use Insert-figure and follow the 
dialog boxes.

Steve

-- 
Steve Litt
Webmaster, Troubleshooters.Com
http://www.troubleshooters.com
[EMAIL PROTECTED]
(Legal Disclaimer) Follow these suggestions at your own risk.







Importing images in latex (jpg, wmf, ...)

2001-08-30 Thread Marco Allione

I have a problem! I am a new latex utilizer and I've found some problems in 
inserting figures in my latex document.
How can I made to imsert a wmf image in my document?
Can I have some help in such a problem please? Does anybody can tell me 
where I could find some complete guide on the use of graphic files of 
extension .wmf, .bmp or .jpg in the Net?
Tank you for your help. Hello.
Marco.

_
Scarica GRATUITAMENTE MSN Explorer all'indirizzo 
http://explorer.msn.it/intl.asp




Re: Importing images in latex (jpg, wmf, ...)

2001-08-30 Thread Steve Litt

On Thursday 30 August 2001 13:44, Marco Allione wrote:
> I have a problem! I am a new latex utilizer and I've found some problems in
> inserting figures in my latex document.
> How can I made to imsert a wmf image in my document?
> Can I have some help in such a problem please? Does anybody can tell me
> where I could find some complete guide on the use of graphic files of
> extension .wmf, .bmp or .jpg in the Net?
> Tank you for your help. Hello.
> Marco.
>

Hi Marco,

My way might not be the best way, but on my Linux system I either use the 
convert program to convert it from (in my case) .gif or .png to .eps, or I 
use Gimp to pull it up, tweak it (probably make it grayscale), and then save 
it as an .eps. If you're a Windows user there are probably many programs to 
do similar functions.

Once you have it in .eps format, just use Insert->figure and follow the 
dialog boxes.

Steve

-- 
Steve Litt
Webmaster, Troubleshooters.Com
http://www.troubleshooters.com
[EMAIL PROTECTED]
(Legal Disclaimer) Follow these suggestions at your own risk.