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 !!!
LyX ⇒ LyX >>> PDF
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: LyX >>> PDF
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.
xelatex <full absolute path name of your .tex file>
This will generate a pdf file of the file.