LyXLyX >>> PDF

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
Diego_CG
Posts: 1
Joined: Wed Jun 04, 2008 12:55 am

LyX >>> PDF

Post by Diego_CG »

Hello, people...

I'm desperate, does anyone can help me ?

I've installed a version 1.5.5 of LyX and i cannot to export my work to PDF...(The error message is: "There is no information to export the format PDF (pdflatex)"...


What's happening ?

I've downloaded and installed miktex 2.6 and it seems like everything is alright, so..i don't get it why i couldn't make it...

Please, help me !!!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Bala
Posts: 5
Joined: Sun Jul 20, 2008 6:06 am

Re: LyX >>> PDF

Post by Bala »

One possible solution is to export the file as Latex(pdflatex). This will generate a .tex file. Run this file through xelatex with this command from the console promt:

xelatex <full absolute path name of your .tex file>

This will generate a pdf file of the file.
Post Reply