[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: International texinfo
From: |
Stepan Kasal |
Subject: |
Re: International texinfo |
Date: |
Thu, 5 Jun 2003 09:12:32 +0200 |
User-agent: |
Mutt/1.2.5.1i |
Hello,
On Wed, Jun 04, 2003 at 07:34:04PM -0400, Karl Berry wrote:
> The letters "i" and "j" with accents above them should be constructed
> with the versions of such letters without the dot.
>
> Oh, absolutely. But it's difficult to implement this as an automated
> feature in TeX.
what would be wrong with something along these lines?
\def\'#1{\ifx i#1{\accent19\dotless{i}}\else
\ifx j#1{\accent19\dotless{j}}\else {\accent19 #1}\fi\fi }
Stepan