I'm new to Emacs and AUCTeX and I want to have consistent syntax highlighting.
Besides the "normal" \cite command, I'm also using commands like \citeauthor or \Citeauthoror self defined commands like \cians{...} which have bibtex keys as arguments and are used to cite literature.
- How can I change syntax coloring in AUCTeX so that those commands and their arguments have the same colors as the
\citecommand?
I'm sorry, I'm not very experienced with Emacs, so for me those customizations are very difficult, I tried and found the Font Latex User Keyword Classes, but I do not know how to apply them (if this should be the right solution).