[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Completion of \boldsymbol
From: |
Ikumi Keita |
Subject: |
Completion of \boldsymbol |
Date: |
Fri, 10 Dec 2021 12:44:12 +0900 |
>>>>> Hongyi Zhao <hongyi.zhao@gmail.com> writes:
>> Standard LaTeX doesn't provide \boldsymbol, while amsmath does. You will
>> obtain completion support for \boldsymbol in AUCTeX when you add
>> \usepackage{amsmath} in the preamble (and enable `TeX-parse-self' option).
> Yes. All these conditions are met in my tests.
Do you mean that you don't get completion by AUCTeX in LaTeX documents
with \usepackage{amsmath} in the preamble?
When I open a skelton file quoted below and type C-c RET bolds TAB, I do
get completion to "boldsymbol". If that isn't the case for you, I
suspect that your installation of AUCTeX is somewhat broken.
Bye,
Ikumi Keita
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
- Re: Some LaTeX commands, such as \boldsymbol and \hspace, can't be completed in AUCTeX., (continued)
- Re: Some LaTeX commands, such as \boldsymbol and \hspace, can't be completed in AUCTeX., Jean-Jacques Rétorré, 2021/12/08
- Re: Some LaTeX commands, such as \boldsymbol and \hspace, can't be completed in AUCTeX., Arash Esbati, 2021/12/08
- Re: Some LaTeX commands, such as \boldsymbol and \hspace, can't be completed in AUCTeX., Hongyi Zhao, 2021/12/08
- Re: Some LaTeX commands, such as \boldsymbol and \hspace, can't be completed in AUCTeX., Hongyi Zhao, 2021/12/08
- Re: Some LaTeX commands, such as \boldsymbol and \hspace, can't be completed in AUCTeX., Hongyi Zhao, 2021/12/08
Re: Some LaTeX commands, such as \boldsymbol and \hspace, can't be completed in AUCTeX., Arash Esbati, 2021/12/09
- Re: Some LaTeX commands, such as \boldsymbol and \hspace, can't be completed in AUCTeX., Hongyi Zhao, 2021/12/09
- Re: Some LaTeX commands, such as \boldsymbol and \hspace, can't be completed in AUCTeX., Hongyi Zhao, 2021/12/09
- Re: Some LaTeX commands, such as \boldsymbol and \hspace, can't be completed in AUCTeX., Ikumi Keita, 2021/12/09
- Re: Some LaTeX commands, such as \boldsymbol and \hspace, can't be completed in AUCTeX., Hongyi Zhao, 2021/12/09
- Completion of \boldsymbol,
Ikumi Keita <=
- Re: Completion of \boldsymbol, Hongyi Zhao, 2021/12/09
- Re: Completion of \boldsymbol, Ikumi Keita, 2021/12/10