Re: dvipdfm DVI - PDF converter SOLVED

2003-03-09 Thread Shantanu Mahajan
dvi -> ps
dvips -P pdf file.dvi
ps -> pdf
ps2pdf file.ps


Regards,
Shantanu
+++ Murray Taylor [freebsd] [06-03-03 11:59 +1100]:
| Answering own question...
| 
| Digging further into the build logs found ps2pdf from the Ghostscript build 
| which does it perfectly ... YAY.
| 
| mjt
| 

-- 
# ls /dev/brains
ls: /dev/brains: No such file or directory

PGP keyID : 137AFD9E
PGP keyID fingerprint : C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: dvipdfm DVI - PDF converter SOLVED

2003-03-06 Thread Murray Taylor
On Thu, 6 Mar 2003 20:31, parv wrote:
> Please do not post reply above the quoted text.  Also, trim the
> quoted text appropriate to your reply.
>
>
> in message <[EMAIL PROTECTED]>,
> wrote Murray Taylor thusly...
>
> > Digging further into the build logs found ps2pdf from the
> > Ghostscript build which does it perfectly ... YAY.
>
> Seriously?  I mean doesn't ps2pdf creates bitmapped text font for
> you thus rendering the PDF file almost unreadable?
> 
>From the documentation

lynx /usr/local/share/ghostscript/7.05/doc/Ps2pdf.htm

  -dPDFSETTINGS=configuration

  + /screen selects low-resolution output similar to the Acrobat 
Distiller "Screen Optimized" setting.
  + /printer selects output similar to the Acrobat Distiller "Print 
Optimized" setting.
  + /prepress selects output similar to Acrobat Distiller "Prepress 
Optimized" setting.
  + /default selects output intended to be useful across a wide 
variety of uses, possibly at the expense of a larger output file.

As this is whole effort is so they can screen read my work it's ok ...

I (naturally) print the document via 
LaTeX -> dvips -> lpr

> I get much better results -- readable & small files -- from latex
> & dvipdf, rather than pdflatex or ps2pdf.
>
As in original post dvipdf does not grab the epsfig stuff I'm using

>
>   - parv

-- 
Murray Taylor
Special Projects Engineer
-
Bytecraft Systems & Entertainment
Phone: 61 3 8710 2555
Fax: 61 3 8710 2599
Direct: 61 3 9238 4275
Mobile: 61 0417 319 256
Email: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com


This Email has been scanned for Viruses by MailMarshal.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: dvipdfm DVI - PDF converter

2003-03-06 Thread Don Tyson
> Hmmm ... where did that pdflatex  come from  ... check latex build script 
> capture ...
> hh ..Ahah lookit all those other things that come with LaTeX ...
> 
> Seriously though ... didnt work. pdflatex does the same thing as dvipdfm ...
> creates a nice pdf but no pictures 
> 
> Thanks Simon.
> Any other ideas ??

Murray -- I'll bet the happy people on the newwsgroup comp.text.tex can fix
you up.  They do as much or more LaTeX than TeX.

Also, did you check the ctan archives on the TUG website?  My memory is that
there are several that deal with inserting eps stuff;  don't know whether
they will convert to PDF.

Don Tyson

> 
> 
> On Thu, 6 Mar 2003 11:15, Simon Barner wrote:
> > > I am using this port to make PDFs for the Windoze people from my
> > > LaTeX files... but it is not inserting the epsfig pictures.
> > >
> > > A is there a way to get it to do this -- the man page does not seem to
> > > indicate this ability ...
> > >
> > > B Is there a different tool to do 'production-grade' PDFs from DVI files
> > > with all the images ?
> > >
> > > C Or is there a PS to PDF tool I havent found that can take the output of
> > > dvips and make the PDF ?
> > >
> > > ports tree CVSuped 2 mar 2003
> >
> > Did you have a look at pdflatex (which generates PDFs directly from your
> > LaTeX sources)?
> >
> > Simon
> >
> > 
> > This Email has been scanned for Viruses by MailMarshal.
> > 
> 
> -- 
> Murray Taylor
> Special Projects Engineer
> -
> Bytecraft Systems & Entertainment
> Phone: 61 3 8710 2555
> Fax: 61 3 8710 2599
> Direct: 61 3 9238 4275
> Mobile: 61 0417 319 256
> Email: [EMAIL PROTECTED]
> or visit us on the web
> http://www.bytecraftsystems.com
> http://www.bytecraftentertainment.com
> 
> 
> This Email has been scanned for Viruses by MailMarshal.
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: dvipdfm DVI - PDF converter SOLVED

2003-03-06 Thread parv
Please do not post reply above the quoted text.  Also, trim the
quoted text appropriate to your reply.


in message <[EMAIL PROTECTED]>,
wrote Murray Taylor thusly...
>
> Digging further into the build logs found ps2pdf from the
> Ghostscript build which does it perfectly ... YAY.

Seriously?  I mean doesn't ps2pdf creates bitmapped text font for
you thus rendering the PDF file almost unreadable?

I get much better results -- readable & small files -- from latex
& dvipdf, rather than pdflatex or ps2pdf.


  - parv

-- 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: dvipdfm DVI - PDF converter SOLVED

2003-03-05 Thread Murray Taylor
Answering own question...

Digging further into the build logs found ps2pdf from the Ghostscript build 
which does it perfectly ... YAY.

mjt

On Thu, 6 Mar 2003 11:26, Murray Taylor wrote:
> Hmmm ... where did that pdflatex  come from  ... check latex build script
> capture ...
> hh ..Ahah lookit all those other things that come with LaTeX ...
>
> Seriously though ... didnt work. pdflatex does the same thing as dvipdfm
> ... creates a nice pdf but no pictures 
>
> Thanks Simon.
> Any other ideas ??
>
> On Thu, 6 Mar 2003 11:15, Simon Barner wrote:
> > > I am using this port to make PDFs for the Windoze people from my
> > > LaTeX files... but it is not inserting the epsfig pictures.
> > >
> > > A is there a way to get it to do this -- the man page does not seem to
> > > indicate this ability ...
> > >
> > > B Is there a different tool to do 'production-grade' PDFs from DVI
> > > files with all the images ?
> > >
> > > C Or is there a PS to PDF tool I havent found that can take the output
> > > of dvips and make the PDF ?
> > >
> > > ports tree CVSuped 2 mar 2003
> >
> > Did you have a look at pdflatex (which generates PDFs directly from your
> > LaTeX sources)?
> >
> > Simon
> >
> > 
> > This Email has been scanned for Viruses by MailMarshal.
> > 

-- 
Murray Taylor
Special Projects Engineer
-
Bytecraft Systems & Entertainment
Phone: 61 3 8710 2555
Fax: 61 3 8710 2599
Direct: 61 3 9238 4275
Mobile: 61 0417 319 256
Email: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com


This Email has been scanned for Viruses by MailMarshal.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: dvipdfm DVI - PDF converter

2003-03-05 Thread Murray Taylor
Hmmm ... where did that pdflatex  come from  ... check latex build script 
capture ...
hh ..Ahah lookit all those other things that come with LaTeX ...

Seriously though ... didnt work. pdflatex does the same thing as dvipdfm ...
creates a nice pdf but no pictures 

Thanks Simon.
Any other ideas ??


On Thu, 6 Mar 2003 11:15, Simon Barner wrote:
> > I am using this port to make PDFs for the Windoze people from my
> > LaTeX files... but it is not inserting the epsfig pictures.
> >
> > A is there a way to get it to do this -- the man page does not seem to
> > indicate this ability ...
> >
> > B Is there a different tool to do 'production-grade' PDFs from DVI files
> > with all the images ?
> >
> > C Or is there a PS to PDF tool I havent found that can take the output of
> > dvips and make the PDF ?
> >
> > ports tree CVSuped 2 mar 2003
>
> Did you have a look at pdflatex (which generates PDFs directly from your
> LaTeX sources)?
>
> Simon
>
> 
> This Email has been scanned for Viruses by MailMarshal.
> 

-- 
Murray Taylor
Special Projects Engineer
-
Bytecraft Systems & Entertainment
Phone: 61 3 8710 2555
Fax: 61 3 8710 2599
Direct: 61 3 9238 4275
Mobile: 61 0417 319 256
Email: [EMAIL PROTECTED]
or visit us on the web
http://www.bytecraftsystems.com
http://www.bytecraftentertainment.com


This Email has been scanned for Viruses by MailMarshal.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: dvipdfm DVI - PDF converter

2003-03-05 Thread Simon Barner
> I am using this port to make PDFs for the Windoze people from my
> LaTeX files... but it is not inserting the epsfig pictures.
> 
> A is there a way to get it to do this -- the man page does not seem to 
> indicate this ability ...
> 
> B Is there a different tool to do 'production-grade' PDFs from DVI files with 
> all the images ?
> 
> C Or is there a PS to PDF tool I havent found that can take the output of 
> dvips and make the PDF ?
> 
> ports tree CVSuped 2 mar 2003

Did you have a look at pdflatex (which generates PDFs directly from your LaTeX
sources)?

Simon


signature.asc
Description: Digital signature