Re: [LyX/master] Output column width info for XHTML.

2016-06-30 Thread Scott Kostyshak
On Thu, Jun 30, 2016 at 09:45:44AM -0400, Richard Heck wrote: > Maybe better to stick with the original. Makes sense. Scott signature.asc Description: PGP signature

Re: [LyX/master] Output column width info for XHTML.

2016-06-30 Thread Richard Heck
On 06/30/2016 02:24 AM, Scott Kostyshak wrote: On Thu, Jun 30, 2016 at 12:05:18AM -0400, Richard Heck wrote: Try this: --- src/insets/InsetTabular.cpp +++ src/insets/InsetTabular.cpp @@ -2989,17 +2989,20 @@ docstring Tabular::xhtmlRow(XHTMLStream & xs, row_type row, xs <<

Re: [LyX/master] Output column width info for XHTML.

2016-06-30 Thread Scott Kostyshak
On Thu, Jun 30, 2016 at 12:05:18AM -0400, Richard Heck wrote: > Try this: > > --- src/insets/InsetTabular.cpp > +++ src/insets/InsetTabular.cpp > @@ -2989,17 +2989,20 @@ docstring Tabular::xhtmlRow(XHTMLStream & xs, > row_type row, > > xs << html::StartTag("tr"); > for (col_type c =

Re: [LyX/master] Output column width info for XHTML.

2016-06-29 Thread Richard Heck
On 06/29/2016 10:11 PM, Scott Kostyshak wrote: > On Thu, Jun 30, 2016 at 03:48:01AM +0200, Richard Heck wrote: >> commit ddc28f0374478355217f975a25e544af7dbc8ea9 >> Author: Richard Heck >> Date: Wed Jun 29 21:47:51 2016 -0400 >> >> Output column width info for XHTML. >> ---

Re: [LyX/master] Output column width info for XHTML.

2016-06-29 Thread Scott Kostyshak
On Thu, Jun 30, 2016 at 03:48:01AM +0200, Richard Heck wrote: > commit ddc28f0374478355217f975a25e544af7dbc8ea9 > Author: Richard Heck > Date: Wed Jun 29 21:47:51 2016 -0400 > > Output column width info for XHTML. > --- > src/insets/InsetTabular.cpp |7 +++ > 1