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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- 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