From: Paul S. <wat...@ul...> - 2009-08-26 14:48:45
|
Mariano Vázquez Espí wrote: > > > 2009/8/26 Paul Scott <wat...@ul... > <mailto:wat...@ul...>> > > Hi HyperLatex users, > > I > > On my screen the second error message contains the � which appears at > the end of the expanded \newcommands just after the string network which > is what breaks the file name. > > > My suggestion is looking for a UTF8 character in the userfile or in the > program files. > You can try: > > $ file filename > > for knowing the character sets of teh filename. That was my first thought since I had edited this file once on a Mac. I have done hexdump on the files involved looking for carriage return especially. From the hexdump of the file from: hyperlatex nwtest.tex 2> eeee I see fc 2a for that � but that character was generated by hyperlatex. The \newcommand has no 16 bit characters. file nwtest.tex gives: nwtest.tex: TeX document text Thanks, Paul |