On 11/26/2010 12:14 PM, b...@lyx.org wrote:
What about modifying InsetFloatParams so that it does not actually require the wide and sideways parameters?Author: baum Date: Fri Nov 26 18:14:21 2010 New Revision: 36519 URL: http://www.lyx.org/trac/changeset/36519Log: fix bug 6698
if (lex.checkFor("wide")) lex >> "wide" >> wide; etc... If we don't actually require them, then let's not require them. Richard