LyX ⇒ Can any one explain this error?
Can any one explain this error?
I'm using Lyx 2.0.2 on macbook pro. Yesterday, I tried copying a lyx file
from on folder to a new location. When I compiled the file I got this error:
" The path of your document (/users/ ........ /Exam/)
contains glyphs that are unknown in the current
document encoding (namely). This may result in
incomplete output, unless TEXINPUTS contains
the document directory and you don't use explicitly
relative paths (i.e. Pah starting with './' or '../')
preamble or in ERT. "
I tried moving the file to a different place and it compiled with no problem.
So, I'm guessing there is something wrong with this particular path or location. Not sure how to fix this problem?
SAS
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
- Stefan Kottwitz
- Site Admin
- Posts: 10328
- Joined: Mon Mar 10, 2008 9:44 pm
Can any one explain this error?
The part seems to contain non-standard characters. Such aslyxer wrote:So, I'm guessing there is something wrong with this particular path or location.
/users/rené/üß/...
. Use another path, or rename it, or define a matching encoding in your file, such as byCode: Select all
\usepackage[utf8]{inputec}
Stefan
Re: Can any one explain this error?
It works. I noticed that one of the folders in the path (Exam) had
a tiny character below the letter 'E' similar to a single quote which I
thought at first was some dirt on the monitor. I deleted it and created
a new one, now it's fine.
Thanks a lot
SAS