Apparently for some dyslexic users, italicized text can trigger their dyslexia (as can small-caps, serif fonts, and justified text) but bold text doesn't have the same issue.
Research is still ongoing but it seems many reading disabilities including but not exclusively dyslexia are triggered by brain fatigue and certain typography practices that are aesthetically pleasing actually make the brain work harder, increasing fatigue making a trigger of the disability more likely and reducing reading comprehension.
When preparing a document for such a user, it's relatively easy to change to a sans-serif font and ragged-right but is there a robust way to change \emph to use bold but still have
Code: Select all
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
work? I know under the hood, \emph is not just an alias for \textit
I'm hoping there exists a package that does it?