Questions tagged [ucharclasses]

{ucharclasses} should be used for questions related to the ucharclasses package that allows executing commands when changing from one Unicode block to another .

ucharclasses is a package that takes care of switch­ing fonts or, more generally, to execute commands when you switch from one Uni­code block to an­other in the text of a doc­u­ment. This way, you can for instance write a doc­u­ment with no ex­plicit font se­lec­tion.

31 questions
5
votes
2 answers

Is there a way to speed up the use of ucharclasses?

The ucharclasses package is very helpful for automatic font switching based on Unicode blocks. However, it is very, very slow. One way to speed it up is to restrict its scope on certain Unicode blocks/scripts by giving the blocks or block ranges as…
kongo09
  • 2,486
1
vote
1 answer

ucharclasses not working with Devanagari text

Check this code: \documentclass[crop]{standalone} % \documentclass{article} \usepackage{fontspec} \newfontfamily\s[Script=Devanagari]{Noto Serif Devanagari} % Or any other Devanagari…
0
votes
1 answer

Ucharclasses transitions for extended Latin characters

I think the problem is with the \usepackage{ucharclasses}. I may not have set it up correctly. I'm using said package because I need TeX to recognize Greek, Hebrew and English and change the font automatically. Simplified…
Rob28
  • 378