Re: [XeTeX] velthuis tranliteration scheme and virama

2025-02-11 Thread François Patte
Le 2025-02-10 18:49, Steve White a écrit : Hi François, Is this, using the build of GNU FreeFont I recently sent you? Could you please provide a test LaTeX file for me to experiment with? Thanks! Here it is. You need to have a tex install with velthuis-sanskrit.tec somewhere... Regards \

Re: [XeTeX] velthuis tranliteration scheme and virama

2025-02-10 Thread Steve White
Hi François, Is this, using the build of GNU FreeFont I recently sent you? Could you please provide a test LaTeX file for me to experiment with? Thanks! On Fri, Feb 7, 2025 at 5:12 PM François Patte wrote: > > Bonjour, > > I am facing a problem with virama while using the velthuis > tranliter

Re: [XeTeX] velthuis tranliteration scheme and virama

2025-02-08 Thread Dominik Wujastyk
Can I point out that the m17n multilingual text processing library is provided as a standard deb package in the Ubuntu software library and also, I think, with Debian and other derivatives. And m17n includes ready-made keyboards for Sanskrit in IAST, Brahmi, Devanaga

Re: [XeTeX] velthuis tranliteration scheme and virama

2025-02-08 Thread François Patte
Le 2025-02-07 17:42, Zdenek Wagner a écrit : Bonjour, the problem is that catcodes are examined and interpreted upon input but TECkit mapping occurs during output, thus special characters will never go that far. If possible, you can change the catcodes only locally within a block where you need

Re: [XeTeX] velthuis tranliteration scheme and virama

2025-02-07 Thread Zdenek Wagner
Bonjour, the problem is that catcodes are examined and interpreted upon input but TECkit mapping occurs during output, thus special characters will never go that far. If possible, you can change the catcodes only locally within a block where you need them. I admit that it can be too cumbersome thu