kaisquared wrote:Try to compile a file which name is 36 character long (extension not included).
For example try the name "abcdefghijklmnopqrstuvwxyz0123456789". If your PDFLaTeX compilator works like mine, your file will compile normally, regardless of the content, but the final line of the log will state 0 page.
All the rest will be absolutely normal and functionalm, including the output PDF.
Then try with the same file, but remove one character. Things should now be back to usual.
Maybe the maximum string length for the page count is limited. It's surprising. As the compilation works except for this, it means the file name is correctly stored for all other purposes.
I found this throug G00gle via
Code: Select all
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
and
kaisquared is correct. I had this problem too, but once I've shortened the .tex-file's name, it worked again.
Although this is more than 2 years ago, thank you!