Jean-Marc Lasgouttes 9b530e59c2 Let the Foot inset have a different Layout when inside a title
This allows to address two main issues
 * \thanks does only accept one paragraph, while \footnote allows several (ticket #2666)
 * footnotes in titling environments were not numbered on screen.

Moreover, the code reduces hardcoding of features, which is always a good thing.

There are several pieces in this commit:

 * new numbering type \fnsymbol for counters

 * the Foot inset changes its layoutName() to Foot:InTitle when inside a paragraph with InTitle property. This is set when running updateBuffer.

 * Foot:intitle uses the \thanks command, does not allow multiple paragraphs and marks its contents as moving argument.

 * The InsetLayouts for Foot now have properLaTeXName/Type, so that InsetFoot::latex can be removed; further code simplification is probably possible.

Fixes: #2666
2014-11-21 10:23:56 +01:00
..
2014-07-02 14:01:28 +02:00
2014-04-21 11:51:59 -04:00
2014-11-09 09:54:22 +01:00
2014-04-29 11:16:41 +02:00
2014-11-09 09:54:22 +01:00
2014-10-30 10:22:09 +01:00
2014-11-09 09:54:22 +01:00