[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sheflug] LaTeX



On Wed, Feb 14, 2001 at 12:23:20PM +0000, Richard wrote:
> I notice that if I use Lyx it will generate the appropriate code for
> me.  After producing the document I'd like to turn it into a PDF
> document with PDFLATEX.

	In newer versions of lyx, a pdf is autmatically produced if you
want. Click on File->Export->PDF (or pdflatex). Another option is to
export it as a ps file (if your lyx version is old), and use ps2pdf.

	A couple of points: PDF files have only a number of fonts they
love and work with (times, helvetica). Generally, LaTeX uses Computer
Modern by default. So the PDF file will have bitmapped fonts, unless you
tell latex to use Times, Helvetica or such (in Lyx, add to the Latex
Preamble 
\usepackage{times}

	If you use adobe fonts, the file size is reduced considerably in
the PDF.

> I've looked into man pdflatex and all I can see is a few vague
> comments that don't make any sense to me or anyone else I've talked
> to.

	pdflatex is just a version of latex that produces a pdf instead
of a dvi. you need a latex file, let's say test.tex, and you just do
pdflatex test.tex
[...]
and you shall now have some test.pdf around.

	Hope this helps,
	José

> If I want to put "testfile.lyx" through pdflatex what command do I use
> ?  Is it something like 'testfile.lyx > pdflatex' or is it something
> else ?
> 
> Thanks
> 
> 
> Richard
> 
> ---------------------------------------------------------------------
> Sheffield Linux User's Group - http://www.sheflug.co.uk
> To unsubscribe from this list send mail to
> - <sheflug-request [at] vuw.ac.nz> - with the word 
>  "unsubscribe" in the body of the message. 
> 
>   GNU the choice of a complete generation.
> 

-- 
José L Gómez Dans			PhD student
Tel: +44 114 222 5582			Radar & Communications Group
FAX; +44 870 132 2990			Department of Electronic Engineering
					University of Sheffield UK
---------------------------------------------------------------------
Sheffield Linux User's Group - http://www.sheflug.co.uk
To unsubscribe from this list send mail to
- <sheflug-request [at] vuw.ac.nz> - with the word 
 "unsubscribe" in the body of the message. 

  GNU the choice of a complete generation.