]> git.lyx.org Git - features.git/commit
Fixes to InsetCaption \protect-ion
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 23 Dec 2014 10:58:04 +0000 (11:58 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 10 Jan 2015 18:48:56 +0000 (19:48 +0100)
commit1e18ab586e0cd4abd171b63c55e6b91c0f0d424a
treea656031edf080e9f96ea242b841734a8d78a52cc
parent9c55af4a223ce4db29d643251109e245665344bd
Fixes to InsetCaption \protect-ion

* \caption does not need to be protected in general
* the contents of \caption arguments need to be protected, though.

All styles related to caoption inset have been audited and updated.

The special casing of captions in longtables has been removed, since there is no special case.

Fixes bug: #9177
lib/layouts/aastex.layout
lib/layouts/aguplus.inc
lib/layouts/apa.layout
lib/layouts/apa6.layout
lib/layouts/bicaption.module
lib/layouts/scrclass.inc
lib/layouts/stdinsets.inc
src/insets/InsetCaption.cpp
src/insets/InsetText.cpp