# HG changeset patch # User Glenn Morris # Date 1190950210 0 # Node ID f4c187eb69f2268af5e7353ce8d2e60a080a39af # Parent 7bae093517a51fa9ae03749b94611e50924d475e Mention Tex superscript font issue. diff -r 7bae093517a5 -r f4c187eb69f2 etc/PROBLEMS --- a/etc/PROBLEMS Fri Sep 28 03:29:59 2007 +0000 +++ b/etc/PROBLEMS Fri Sep 28 03:30:10 2007 +0000 @@ -858,6 +858,18 @@ To prevent this, turn off the Exceed's "automatic font substitution" feature (in the font part of the configuration window). +** Subscript/superscript text in TeX is hard to read. + +If `tex-fontify-script' is non-nil, tex-mode displays +subscript/superscript text in the faces subscript/superscript, which +are smaller than the normal font and lowered/raised. With some fonts, +nested superscripts (say) can be hard to read. Switching to a +different font, or changing your antialiasing setting (on an LCD +screen), can both make the problem disappear. Alternatively, customize +the following variables: tex-font-script-display (how much to +lower/raise); tex-suscript-height-ratio (how much smaller than +normal); tex-suscript-height-minimum (minimum height). + * Internationalization problems ** M-{ does not work on a Spanish PC keyboard.