LEd ⇒ How do I compile using command line in LEd?
How do I compile using command line in LEd?
How can I compile a document in LEd editor using the command line?
The information in the LEd website just recommend executing the following command in the command line:
latex test.tex
But how? It seems I am not able to type in and running it from the command line.
Cheers,
Wescley
Wescley
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: How do I compile using command line in LEd?
I never used LEd so cannot really be helpful here. But looking at the screenshot, i bet it is the little green triangle in tob bar. I am not sure, if LEd has its own little command line.
LEd looks a bit like TeXniccenter, this could be an alternative. Or TeXStudio or ... there are so many editors out there.
Re: How do I compile using command line in LEd?
Thanks for your answer.
Indeed, LEd seems not having a command line.
I have found that, using the Windows 7 command Prompt works very well. One must only point to the correct folder and then type in whatever we want.
That worked fine to me.
Wescley