auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] Change fontification of \textsl


From: Thorsten Grothe
Subject: Re: [AUCTeX] Change fontification of \textsl
Date: Fri, 03 Oct 2014 19:57:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2

Jorge,

Am 03.10.2014 um 19:33 schrieb Jorge A. Alfaro-Murillo:
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.

I answered to the list but I cannot see my answer, don't know what happens :-)

Anyway, thank you very much for your help(!), I will test tommorrow post the result!!

Regards
Thorsten





reply via email to

[Prev in Thread] Current Thread [Next in Thread]