MiKTeX and proTeXt ⇒ filename problems
filename problems
If there are apostrophes in the filenames I get a crash.
Also, in the resulting PDFs, spaces in the filename are replaced by underscores.
I can see that MikTeX gets continually updated. Is there any interest in making it fully compatible with Windows? Or is this a fundamental incompatibility between TeX and filenames on modern operating systems?
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: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
filename problems
it would be good if you would tell more in detail what the problem is.
Does LyX "crash"? Or do you get an error message? If yes, what does it tell?CSMR wrote:If there are apostrophes in the filenames I get a crash.
And which file names do you mean: the document's file name, a file which you load by
\include
or by \input
, or a picture which you load by \includegraphics
?As neither the file name of the document nor names of included files are shown in a pdf file, which file names do you mean? Perhaps you print file names in listings, which provide the option to visualize spaces in file names by blanks symbols which look similar to an underscore, as a place holder? This could be disabled, of course.CSMR wrote:Also, in the resulting PDFs, spaces in the filename are replaced by underscores.
Stefan