Hello! This is really weird, and perhaps trivial. When I compile any of my document, I get a log file output in the log window. However, for a particular file, I never get it! This is in the same folder than other tex files. Note that there IS a .log output after compilation but in the Texstudio screen it says Log file not found. Why is this happening? I'm using 2.9.4. This particular document is of beamer class (but for other beamer documents I have no problem).
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Do you use special characters in the file name (accents, symbols, etc) ?
Am 10.05.2015 um 12:58 schrieb Lucho Nacho:
Hello! This is really weird, and perhaps trivial. When I compile any of
my document, I get a log file output in the log window. However, for a
particular file, I never get it! This is in the same folder than other
tex files. Note that there IS a .log output after compilation but in the
Texstudio screen it says Log file not found. Why is this happening? I'm
using 2.9.4. This particular document is of beamer class (but for other
beamer documents I have no problem).
Thanks!
What a noob error. My file was called "Some Name v0.9.tex", as I keep track of different versions. Once I deleted the point all was fine (although I don't get why yet). Thanks!
Ps1: the number of errors was tremendous!!! lot of work to do!
Ps2: which other characters are troublesome?
Last edit: Lucho Nacho 2015-05-10
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello! This is really weird, and perhaps trivial. When I compile any of my document, I get a log file output in the log window. However, for a particular file, I never get it! This is in the same folder than other tex files. Note that there IS a .log output after compilation but in the Texstudio screen it says Log file not found. Why is this happening? I'm using 2.9.4. This particular document is of beamer class (but for other beamer documents I have no problem).
Thanks!
Do you use special characters in the file name (accents, symbols, etc) ?
Am 10.05.2015 um 12:58 schrieb Lucho Nacho:
What a noob error. My file was called "Some Name v0.9.tex", as I keep track of different versions. Once I deleted the point all was fine (although I don't get why yet). Thanks!
Ps1: the number of errors was tremendous!!! lot of work to do!
Ps2: which other characters are troublesome?
Last edit: Lucho Nacho 2015-05-10
the point probably confuses the program where filename and suffix (tex) are separated
this has already been fixed in hg 5015 (68bee4e4ef19). The fix will be included in the next release.
Great! Thanks!!