aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-09-28 03:30:10 +0000
committerGlenn Morris2007-09-28 03:30:10 +0000
commit405b495fe82287baa5681108ad942c389cfae8da (patch)
tree8c5fccca58dbafa7e730ce15683fdaec39a8d92a
parent8b6f62fc57b6a5a7bce2ee8091561a68e0a91d65 (diff)
downloademacs-405b495fe82287baa5681108ad942c389cfae8da.tar.gz
emacs-405b495fe82287baa5681108ad942c389cfae8da.zip
Mention Tex superscript font issue.
-rw-r--r--etc/PROBLEMS12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index e23dde60464..fe8304e9d88 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -858,6 +858,18 @@ gives the appearance of "double spacing".
858To prevent this, turn off the Exceed's "automatic font substitution" 858To prevent this, turn off the Exceed's "automatic font substitution"
859feature (in the font part of the configuration window). 859feature (in the font part of the configuration window).
860 860
861** Subscript/superscript text in TeX is hard to read.
862
863If `tex-fontify-script' is non-nil, tex-mode displays
864subscript/superscript text in the faces subscript/superscript, which
865are smaller than the normal font and lowered/raised. With some fonts,
866nested superscripts (say) can be hard to read. Switching to a
867different font, or changing your antialiasing setting (on an LCD
868screen), can both make the problem disappear. Alternatively, customize
869the following variables: tex-font-script-display (how much to
870lower/raise); tex-suscript-height-ratio (how much smaller than
871normal); tex-suscript-height-minimum (minimum height).
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.