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?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- 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