Lines Matching +refs:font +refs:latex +refs:string +refs:face
171 - uim-preedit-highlight-face ... highlighted part of preedit string
172 - uim-separator-face ... separator of preedit string
173 - uim-candidate-odd-face ... even number candidates
174 - uim-candidate-even-face ... odd number candidates
175 - uim-candidate-selected-face ... selected candidate
176 - uim-candidate-nth-face ... number of selected candidate
180 (set-face-foreground 'uim-preedit-highlight-face "white")
181 (set-face-background 'uim-preedit-highlight-face "blue")
182 (set-face-foreground 'uim-separator-face "white")
183 (set-face-foreground 'uim-candidate-odd-face "blue")
184 (set-face-background 'uim-candidate-odd-face "white")
185 (set-face-foreground 'uim-candidate-even-face "blue")
186 (set-face-background 'uim-candidate-even-face "yellow")
187 (set-face-foreground 'uim-candidate-selected-face "blue")
188 (set-face-background 'uim-candidate-selected-face "white")
189 (set-face-foreground 'uim-candidate-nth-face "red")
190 (set-face-background 'uim-candidate-nth-face "white")
204 (set-face-foreground 'uim-preedit-highlight-face "white")
205 (set-face-background 'uim-preedit-highlight-face "blue")
209 (set-face-background 'uim-candidate-nth-face "white")
368 A. This is caused by the officious behavior of latex-mode of Emacs-22.x
369 that change the font size of character after "^" and "_" to smaller.
372 subscript of latex-mode by adding the below into .emacs.
374 (add-hook 'latex-mode-hook
376 (setq tex-verbatim-face nil)
377 (defun tex-font-lock-suscript () nil)))