Hi Mads,
2013/2/28 Mads Jensen :
> I tested the changes, but had a bit of trouble getting
> LaTeX-auto-regexp-list stuff to work properly. Adding "0-9" to the
> regular expression does not work, and "[A-Za-z]+[0-9]*" is not
> successful, either; names such as \Log10 are valid, though.
The regex "
Hi Tassilo,
2013/2/28 Tassilo Horn :
> Hi Mosè,
>
> can't we just have a variable `LaTeX-provided-package-options' which is
> an alist of the form
>
> (("package1" "option1" "option2=false")
>("package2" "optionx"))
>
> that's made buffer-local and build up in `LaTeX-auto-cleanup' similar to
Hi,
A small trivial patch for amsopn.el I don't think it's necessary to use
the `TeX-auto-add-type'.
I've added the GPL copyright notice to the top of the file. Since there
wasn't any creation date in the file, I took the year of the first
commit, and used this. I decided to list all years in t
Hi Mosè,
can't we just have a variable `LaTeX-provided-package-options' which is
an alist of the form
(("package1" "option1" "option2=false")
("package2" "optionx"))
that's made buffer-local and build up in `LaTeX-auto-cleanup' similar to
what you suggested.
Then we only need to put
(se