<div dir="ltr">2017-09-19 11:15 GMT+02:00 Ulrike Fischer <span dir="ltr"><<a href="mailto:news3@nililand.de" target="_blank">news3@nililand.de</a>></span>:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">Am Tue, 19 Sep 2017 08:04:03 +0900 schrieb Akira Kakuto:<br>
<br>
>> Included images are the greatest problem. If I get a document<br>
>> created on Windows, it rarely works on my Linux computer and<br>
>> I have to fix names in \input and \includegraphics.<br>
><br>
> Sorry for the incompatibility with other platforms.<br>
> However, I will not change the present behaviors<br>
> on windows.<br>
<br>
</span>I would really like to have is a way to find out the correct casing<br>
without having to look at the file itself. E.g. if I do<br>
<br>
 kpsewhich EXAMPLE-IMAGE-A.PNG<br>
  or in a document<br>
 \includegraphics{EXAMPLE-<wbr>IMAGE-A.PNG}<br>
<br>
then every data I get back says that I used the correct casing: On<br>
the terminal and in the log I only see uppercase:<br>
d:/texlive/2017/texmf-dist/<wbr>tex/latex/mwe/EXAMPLE-IMAGE-A.<wbr>PNG<br>
<use EXAMPLE-IMAGE-A.PNG><br>
<br>
and when I then copy the code in some answer I get complains ;-(.<br>
<br>
Couldn't there be some "case-debugging-mode"?<br></blockquote><div><br></div><div>It is not easy. ls-R is (usually) case sensitive, it is case sensitive even on OS/2 with case insensitive file system. In this case, if the file is looked up in ls-R, kpsewhich is case sensitive. The problem is that the file system does not return the correct file name<br><br></div><div>On Mac:<br></div><div>"ls" shows that the directory contains  README.md<br></div><div>"cat <a href="http://readme.md">readme.md</a>" displays the contents of the file<br></div><div>"ls <a href="http://readme.md">readme.md</a>" returns <a href="http://readme.md">readme.md</a>, not README.md<br><br></div><div>On Windows 7 with NTFS:<br></div><div>"dir" shows that the directory contains README.md<br></div><div>"cat <a href="http://readme.md">readme.md</a>" displays the contents of the file<br></div><div>"dir <a href="http://readme.md">readme.md</a>" reports the correct file name README.md (I have tried "dir Readme.MD" and again got the correct file name).<br><br></div><div>Thus it depends, it may or may not be possible.<br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span class="gmail-HOEnZb"><font color="#888888"><br>
--<br>
Ulrike Fischer<br>
<a href="http://www.troubleshooting-tex.de/" rel="noreferrer" target="_blank">http://www.troubleshooting-<wbr>tex.de/</a><br></font></span></blockquote><div><br><br clear="all"><div><div class="gmail_signature">Zdeněk Wagner<br><a href="http://ttsm.icpf.cas.cz/team/wagner.shtml" target="_blank">http://ttsm.icpf.cas.cz/team/wagner.shtml</a><br><a href="http://icebearsoft.euweb.cz" target="_blank">http://icebearsoft.euweb.cz</a></div></div>
<br> </div></div><br></div></div>