-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
strange behaviour on simple files #40
Comments
The second after I posted it, it occured to me: The "Ó" in the filename is the culprit. I'll leave it here anyway for reference and perhaps to be improved when you happen to have some spare time. |
Thank you very much. Looks like there is something to look into here. But just so that I understand: Does this mean that you got it to work locally and on the webservice when you changed the filename, or only locally, or maybe not at all? I hope to have a look at the finer details of this on Sunday. |
OK, now I gave this another try… With my freshly installed The same file will still produce
on your web-service (on Chrome). So there's probably really something about the filename and special chars. My initial complete file that started the whole enquiry still doesn't get compiled neither on- nor offline, with or without special characters. I will try to build a new minimal example for this part of the problem soon. |
For the examples mentioned here 0.5.3 works as expected. I tend to say that this puzzling behaviour had it's roots in the web-service's problem with some filename chars, a spacing problem in 0.5.0 that doesn't occur with 0.5.3 and the empty braces issue affecting the same file in my various attempts which I wasn't really sort one from the other before now and therefore submitting this confusing report. |
Thank you for following up on this. I will have some time over Christmas to dig into these different issues, and clearly this isn't working exactly as expected, so I'll see if I can find out what's going on and get it working in the package as well as the online service. |
To sum up here, just so I'm sure I understand this ocrrectly:
This means:
Let me know if I have any misunderstandings here. |
While trying to annotate a medium size file, I encountered "Error: [Errno 2] No such file or directory" on the web-app. Minimizing the file I've come to
which should be totally unproblematic but still gives the error. Other minimal files made from scratch do work on the web service.
Several other things are weird with this
I can get the same (incomplete: I'll put this into a separate issue) result from the web service if I copy-paste the code to a new file.
If I go back to my initial code-snippet:
it will also get processed on the webservice as copy-pasted but not as the original file.
But 0.5.0 will complain either way:
This can be remedied for 0.5.0 by either adding a space behind "Þor" or removing the
\textsuperscript
command. The webservice will still reject the file.So my guess is that you have take care of this error already in the up-to-date version but I include the description here because I hope it might give you a clue on the main problem:
Could you guide me to which kind of weird properties of my file can break samewords (including the web service) so I can avoid them? I attach the offending file here: VÓ-BSWtest.tex.zip
The text was updated successfully, but these errors were encountered: