General ⇒ No output even of a simple document
No output even of a simple document
first time user here.
i installed miktex2.9 and LED
in LED i have
\begin{document}
hello world
\end{document}
but when i click the DVI->PDF button i get the following
START "C:\Program Files (x86)\LEd\Batches\dvipdf.bat" "C:\Users\Documents\LEdProjects" "New" C:
The system cannot find the path specified.
New.dvi -> New.pdf
**ERROR** Could not open specified DVI file: New.dvi
Output file removed.
can someone tell me how to fix this? thx
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
No output even of a simple document
Code: Select all
\documentclass{article}
\begin{document}
Hello world.
\end{document}
Next, before trying to turn the dvi into a pdf, you need to make sure you run LaTeX on the source to create the dvi first. I don't know exactly how to do that in LED, since I don't use it, but did you do that?
Also, in the future, could you name your threads with descriptive titles? Most people who come here are coming here looking for help, and so a title like this is meaningless. A title that actually describes your problem is better for attracting the attention of those who can help.
Re: No output even of a simple document
how do i "run LaTex on the source to create the dvi first"?
-
- Posts: 162
- Joined: Wed Jun 17, 2009 10:18 pm