bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding support for ISO-8859-1 in printed manuals


From: Paulo Sequeira
Subject: Re: Adding support for ISO-8859-1 in printed manuals
Date: Sat, 25 Nov 2006 17:16:16 -0600
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Karl Berry escribió:
...
That was fixed by adding \ptexi
If it works, it would be cleaner to use \dotless{i} in the definitions
instead of \ptexi, since @dotless is an official command, and hence is
already a dummy word.  (I and other contributors have tried hard to make
the dummy words be all and the only the real commands; it'd be a shame
to go backwards in that respect.)

I was affraid that using \ptexi wasn't appropriate, but using
\dotless{i} didn't work for me at first.

I just tried again at your request. I found that writing:

    \gdef^^ed{\'\dotless{i}}

doesn't work and TeX complains that "the argument for \dotless has an
extra }". I was puzzled for a while, but then realized that the reason
was that \' was passed only \dotless as its argument, not \dotless{i},
so to make it work I had to write:

    \gdef^^ed{\'{\dotless i}}

I'll be replacing \ptexi with \dotless in the next patch I send
(hopefully implementing latin2 support, also).

By the way. Is it ok that I send only the result of a cvs diff command? Or should I send the modified texinfo.tex file? This is because I'm not sure what's better for you when you have to merge the changes into the source tree.


--
Paulo Sequeira  


Attachment: psequeira.vcf
Description: Vcard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]