General ⇒ cannot parse windows path to source tex file
cannot parse windows path to source tex file
After setting everything up, pdflatex starts up on my test document and I get this in the console:
! Undedfined control sequence.
<*> "C:\Documents
and Settings\blah\blah\blah\test.tex
It is using my pdflatex (pdfeTeXk Version 3.141592-1.30.3-2.2)
I must be making a simple mistake in the install--can you help me figure this out?
Please let me know if I need to provide more info.
thanks,
--Tim Arnold
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
cannot parse windows path to source tex file
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: cannot parse windows path to source tex file
It looks like I have something setup incorrectly in that the windows path is not getting parsed correctly.
If you have any other ideas, please let me know.
thanks,
--Tim
cannot parse windows path to source tex file
From the TeXnicCenter Help, searching on 'path', the first hit is this:
Instead of 'p', 'w', 'd' and 'm' use the uppercase variants of these characters to get slashes ('/') instead of backslashes ('\') as path separators.
In my latex->pdf profile, I changed the line:
Code: Select all
-interaction=nonstopmode "%pm"
Code: Select all
-interaction=nonstopmode "%Pm"
--Tim