[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new amsart patch, only gradual improvements are added for the moment
From: |
Uwe Brauer |
Subject: |
Re: new amsart patch, only gradual improvements are added for the moment |
Date: |
Fri, 09 Sep 2022 17:23:21 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
>>> "AE" == Arash Esbati <arash@gnu.org> writes:
> Uwe Brauer <oub@mat.ucm.es> writes:
>> I am testing it right now, looks good,
> Thanks.
>> one question, though
>>
>> You have added
>>
>> (TeX-run-style-hooks "amsmath" "amsthm")
>>
>> The documentation tells me
>>
>> ,----
>> | When amsmath is loaded, AMS-LATEX packages amsbsy (for bold
>> | symbols), amsopn (for operator names) and amstext (for text embedded
>> | in mathematics) are also loaded.
>> `----
>>
Right
> This is from amsmath.el starting in line 164:
> ;; amsmath includes amstext, amsbsy, & amsopn.
> ;; So we run their hooks, too.
> (TeX-run-style-hooks "amstext" "amsbsy" "amsopn")
>> Why not include amssymb (which would in turn load amsfonts) as well?
> Which package loads these 2?
What I am trying to say is this. If amssymb is loaded, then amsfonts is also
loaded and that is why I think
it should be
(TeX-run-style-hooks "amsmath" "amsthm" "amssymb")
Uwe
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine.
smime.p7s
Description: S/MIME cryptographic signature
- new amsart patch, only gradual improvements are added for the moment, Uwe Brauer, 2022/09/06
- Re: new amsart patch, only gradual improvements are added for the moment, Arash Esbati, 2022/09/08
- Re: new amsart patch, only gradual improvements are added for the moment, Uwe Brauer, 2022/09/09
- Re: new amsart patch, only gradual improvements are added for the moment, Arash Esbati, 2022/09/09
- Re: new amsart patch, only gradual improvements are added for the moment,
Uwe Brauer <=
- Re: new amsart patch, only gradual improvements are added for the moment, Arash Esbati, 2022/09/09
- Re: new amsart patch, only gradual improvements are added for the moment, Uwe Brauer, 2022/09/10
- Re: new amsart patch, only gradual improvements are added for the moment, Arash Esbati, 2022/09/11
- Re: new amsart patch, only gradual improvements are added for the moment, Uwe Brauer, 2022/09/11