General ⇒ LaTeX with Windows XP, not easy!
LaTeX with Windows XP, not easy!
I am forming the conclusion that LaTeX is best used with a Unix type OS rather than Windows. For example, in order to implement the LaTeX compiler, I must utilize the DOS emulator for Windows XP. The instructions I have been following, from Mr Oetiker, present a brief file that I copied into a .tex ASCII file. Then, to compile it, I had to go to the DOS emulator, find the directory containing my LaTex1.tex file by using the cd command several times (not easy!) and finally issueing the command "latex LaTeX1.tex" The execution went well except that it produced a .dvi file. I had selected .pdf from the drop-down menu in the toolbar, but with no effect apparently. Thus, I could not read the LaTex1.dvi file produced by the LaTeX compiler.
This effort seems to be like reading the work of an economist: you must invest so much of yourself to understand it that you become an enthusiast for it.
In the course of reading the instructions and various notes, I get the distinct impression that were I using UNIX things would go far more automatically. If Windows is not advantageous as an OS for LaTex, then I have invested many hours with no return. Tell me I am wrong, please!
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
LaTeX with Windows XP, not easy!
Some things might go more smoothly with a UNIX-type system -- after all, things in general go smoothly on UNIX-style systems, since well, Windows is overpriced ____ by comparison, but overall, there really isn't that big a difference with regard to using LaTeX in particular. If I wanted to compile from the command-line on my linux system, I'd still have to change directories to the right directory too. But in general, I use an IDE like TeXworks or TeXmaker instead of a command line.
It doesn't need to be so complicated. You should be using a Windows LaTeX IDE like TeXnicCenter or TeXworks to make your life easier on Windows too. Then you shouldn't have to mess around with DOS prompts, etc.
I started on Windows using the (MikTeX-based) ProTeXt distribution, which also includes TeXnicCenter and Ghostscript, which should ease you in. Resources for Beginners page here at LaTeX-community too.
LaTeX does have a steep learning curve at first, whatever your system, but it's worth it.
Re: LaTeX with Windows XP, not easy!
If not from the DOS emulator, where does one enter the command "pfdlatex 'mysource.tex'"? How does the system know where to find "mysource.tex"? I don't see these questions answered in the "Short Introduction".
Thanks!
PS, I should have mentioned that I am using TeXnicCenter.
Re: LaTeX with Windows XP, not easy!
Of course this wouldn't be in lshort, since it's TeXnicCenter-specific.
You might also try TeXworks, which is easier to use (though arguably less feature-rich).
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
LaTeX with Windows XP, not easy!
Move the mouse cursor above the icons in the tool bars and stay some time to get a quick info about their function.rephioh wrote:[…] I should have mentioned that I am using TeXnicCenter.
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: LaTeX with Windows XP, not easy!
Not to pick on LaTeX, I notice the inadequacy of many help indices in other programs, Windows, for example. My training is in physics and math, and I may be a bit over the hill but I wonder what disciplines would suggest "build" as a suitable word for implementing LaTeX on the source file and find the word so appropriate that it is neglected in the index! What LaTeX does, as I understand it, is the digital equivalent of typesetting. How about "typeset"? I guess there are many words that could be used, but not include such an especially essential function in the index is puzzling, at the least.
Thanks to all!
Re: LaTeX with Windows XP, not easy!
Emulator, no? How about "assimilator"?

Thanks again to you and others for your and their comments!
Re: LaTeX with Windows XP, not easy!
If the .tex file is open (for editing), then pressing Ctrl+F7 should "build" the
file, and produce a PDF output. (I think the term "build" is an allusion to
building source code (a .cpp file, say) into an executable program. The process
is similar with .tex to PDF.)
To ensure that PDF is the output, use the Build -> Select Output Profile
menu options, and select LaTeX => PDF in the dialog box.
Hope this helps,
Adrian