I'm trying to typeset a manual with Texmaker for a computer program I've been working on, but I'm getting undefined control sequence errors when I try to insert a filepath in the format C:\Users\username. . .
There's probably an obvious solution, but it's been a long while since I used latex, and I can't find any answers online.
To make it clear, I'm trying to insert this filepath as plain text only, no fancy links, it's just text within sentence.
\Userswould be interpreted as command you have to either declare the\as string (e.g.\string\Users) or replace\by\textbackslashor use\verb|C:\Users\username|or\url{C:\Users\username}(needs packageurl). – Schweinebacke Sep 04 '17 at 10:29