Hi Arash
> Hi Uwe,

> You have to write a small AUCTeX style mythmtools-setup.el for your
> mythmtools-setup.sty.  This can look like this:

> ;;;                                 -*- lexical-binding: t; -*-
> (TeX-add-style-hook
>  "mythmtools-setup"
>  (lambda ()
>    (TeX-run-style-hooks "thmtools")
>    (LaTeX-add-thmtools-declaretheorems "claim")
>    (LaTeX-thmtools-auto-cleanup))
>  :latex)

Ok, I see, I hoped there was a parameter which would can subdirectories and I 
just missed.

This approach works, thanks very much.

> Put this file in a directory where AUCTeX can find it; check the value
> of `TeX-style-private'.  Next issue will probably be that AUCTeX won't
> load the file since it parses "style/mythmtools-setup" and not
> "mythmtools-setup".  So you have to put the package in a directory which
> is searched by kpsewhich or fool AUCTeX like this:



The style files are in a directory that kpsewhich searches and also in
subdirectories of my repositories I share via mercurial with my
collaborators.

So that part of code is not needed. Sorry for the work.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to