Thorsten Grothe writes:
In the text properties, the face should indicate (font-latex-italic-face). If it does then the problem might be that you changed something in the face. Hit enter over (font-latex-italic-face) (or do "M-x describe-face font-latex-italic-face"), to see if you changed the face. For me it inherits italic (and it's foreground is DarkOliveGreen), which is what you want.

font-latex-built-in-keyword-classes should take care of that. What does "C-h v font-latex-built-in-keyword-classes" show for you. It should have as one of its elements:
#+BEGIN_SRC emacs-lisp
 ("italic-command"
  (("emph" "{")
   ("textit" "{")
   ("textsl" "{"))
  'font-latex-italic-face 1 command)

#+END_SRC

Also, be sure that you do not have "italic-command" in the list "font-latex-deactivated-keyword-classes". And restart emacs if you change that list.

Best,
--
Jorge.


_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to