Re: [XeTeX] File name bug when using \includegraphics

2010-10-09 Thread Herbert Schulz
On Oct 9, 2010, at 8:42 AM, Heiko Oberdiek wrote: > On Sat, Oct 09, 2010 at 08:11:18AM -0500, Herbert Schulz wrote: > >> Wrong place but related... The same problem exists for automatic eps >> conversion using pdflatex. Is that a bug in the graphics package? > > \documentclass{article} > \usepa

Re: [XeTeX] File name bug when using \includegraphics

2010-10-09 Thread Heiko Oberdiek
On Sat, Oct 09, 2010 at 08:11:18AM -0500, Herbert Schulz wrote: > Wrong place but related... The same problem exists for automatic eps > conversion using pdflatex. Is that a bug in the graphics package? \documentclass{article} \usepackage{graphicx} \begin{document} \includegraphics{abc&def} \end{

Re: [XeTeX] File name bug when using \includegraphics

2010-10-09 Thread Herbert Schulz
On Oct 8, 2010, at 1:19 AM, Heiko Oberdiek wrote: > On Thu, Oct 07, 2010 at 10:14:42PM -0500, Herbert Schulz wrote: > >> On Oct 7, 2010, at 8:28 PM, Akira Kakuto wrote: >> >>> Hi, >>> I found a bug related to \includegraphics. If the file name includes "&", it stops the compiling an

Re: [XeTeX] File name bug when using \includegraphics

2010-10-08 Thread Akira Kakuto
Hi Heiko, > I strongly recommend to change the D option of dvipdfmx.def > by adding single quotes around arguments with user input, e.g.: > > D "rungs ... -sOutputFile=%o %i -c quit" > > to > > D "rungs ... '-sOutputFile=%o' -f '%i' -c quit" > > Unhappily single quotes will not work in Win

Re: [XeTeX] File name bug when using \includegraphics

2010-10-07 Thread Heiko Oberdiek
On Thu, Oct 07, 2010 at 10:14:42PM -0500, Herbert Schulz wrote: > On Oct 7, 2010, at 8:28 PM, Akira Kakuto wrote: > > > Hi, > > > >> I found a bug related to \includegraphics. If the file name includes > >> "&", it stops the compiling and does not show any useful information. I > >> also found

Re: [XeTeX] File name bug when using \includegraphics

2010-10-07 Thread Herbert Schulz
On Oct 7, 2010, at 8:28 PM, Akira Kakuto wrote: > Hi, > >> I found a bug related to \includegraphics. If the file name includes >> "&", it stops the compiling and does not show any useful information. I >> also found out that there was no problem with "&" in the file name when >> using pdflat

Re: [XeTeX] File name bug when using \includegraphics

2010-10-07 Thread Akira Kakuto
Hi, > I found a bug related to \includegraphics. If the file name includes > "&", it stops the compiling and does not show any useful information. I > also found out that there was no problem with "&" in the file name when > using pdflatex. On windows, there was no error with xelatex for an ex

[XeTeX] File name bug when using \includegraphics

2010-10-07 Thread Xin Dong
Hi all, I found a bug related to \includegraphics. If the file name includes "&", it stops the compiling and does not show any useful information. I also found out that there was no problem with "&" in the file name when using pdflatex. Xin -