[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] Changing caption insertion within longtable
From: |
Arash Esbati |
Subject: |
Re: [AUCTeX-devel] Changing caption insertion within longtable |
Date: |
Thu, 24 Nov 2016 12:01:57 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 |
Mosè Giordano <address@hidden> writes:
> I was referring also to this answer
> http://tex.stackexchange.com/a/20834/76063 by Martin Scharrer, but
> David Carlisle must have good reasons to suggest that in the manual.
>
> I have only one comment about the patch: use
>
> (insert TeX-esc "caption")
>
> instead of
>
> (insert "\\caption")
Sigh! Thanks for this, I did it almost right ;-) I also added a new
variable `LaTeX-longtable-package-options' to suppress the query for
package options.
Best, Arash