comparison etc/PROBLEMS @ 84961:f4c187eb69f2

Mention Tex superscript font issue.
author Glenn Morris <rgm@gnu.org>
date Fri, 28 Sep 2007 03:30:10 +0000
parents cc6ee6c9a895
children dc082584c023
comparison
equal deleted inserted replaced
84960:7bae093517a5 84961:f4c187eb69f2
855 correct but there is too much vertical spacing between rows, which 855 correct but there is too much vertical spacing between rows, which
856 gives the appearance of "double spacing". 856 gives the appearance of "double spacing".
857 857
858 To prevent this, turn off the Exceed's "automatic font substitution" 858 To prevent this, turn off the Exceed's "automatic font substitution"
859 feature (in the font part of the configuration window). 859 feature (in the font part of the configuration window).
860
861 ** Subscript/superscript text in TeX is hard to read.
862
863 If `tex-fontify-script' is non-nil, tex-mode displays
864 subscript/superscript text in the faces subscript/superscript, which
865 are smaller than the normal font and lowered/raised. With some fonts,
866 nested superscripts (say) can be hard to read. Switching to a
867 different font, or changing your antialiasing setting (on an LCD
868 screen), can both make the problem disappear. Alternatively, customize
869 the following variables: tex-font-script-display (how much to
870 lower/raise); tex-suscript-height-ratio (how much smaller than
871 normal); tex-suscript-height-minimum (minimum height).
860 872
861 * Internationalization problems 873 * Internationalization problems
862 874
863 ** M-{ does not work on a Spanish PC keyboard. 875 ** M-{ does not work on a Spanish PC keyboard.
864 876