Re: Adding specific content to xhtml output

2020-04-29 Thread Richard Kimberly Heck
On 4/29/20 3:47 AM, Pavel Sanda wrote: > On Sun, Apr 26, 2020 at 03:19:02AM -0400, Richard Kimberly Heck wrote: >> On 12/3/19 9:59 AM, Pavel Sanda wrote: >>> Hi, >>> >>> I guess this is mainly question on Riki - is there some sane way how to add >>> specific html >>> content to xhtml output in

Re: Adding specific content to xhtml output

2020-04-29 Thread Pavel Sanda
On Wed, Apr 29, 2020 at 05:31:55PM +0200, Jürgen Spitzmüller wrote: > Am Mittwoch, den 29.04.2020, 10:45 -0400 schrieb Richard Kimberly Heck: > > Probably the cleanest thing would be to have ERT insets have a > > setting for output format. I.e., LaTeX, DocBook, HTML, etc. But I'm > > not entirely

Re: Adding specific content to xhtml output

2020-04-29 Thread Richard Kimberly Heck
On 4/29/20 12:42 PM, Pavel Sanda wrote: > On Wed, Apr 29, 2020 at 05:31:55PM +0200, Jürgen Spitzmüller wrote: >> Am Mittwoch, den 29.04.2020, 10:45 -0400 schrieb Richard Kimberly Heck: >>> Probably the cleanest thing would be to have ERT insets have a >>> setting for output format. I.e., LaTeX,

Re: Hebrew document template

2020-04-29 Thread Guy Rutenberg
Hi, On Wed, 29 Apr 2020 at 10:34, Pavel Sanda wrote: > > > Would you like to include the example into LyX examples we distribute with > the > sourcecodes? > > Sure, I think it might be useful. Thanks, Guy -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: Adding specific content to xhtml output

2020-04-29 Thread Jürgen Spitzmüller
Am Mittwoch, den 29.04.2020, 10:45 -0400 schrieb Richard Kimberly Heck: > Probably the cleanest thing would be to have ERT insets have a > setting for output format. I.e., LaTeX, DocBook, HTML, etc. But I'm > not entirely Why would they need that? Jürgen > > sure. signature.asc Description:

Why --enable-qt5 isn't default?

2020-04-29 Thread Guy Rutenberg
Hi, I just compiled LyX from source on a new machine and I found out the default is still Qt4 and one has to specify --enable-qt5 to compile against Qt5. With Qt4 being past end-of-life for more than 4 years, and Qt5 being stable for more than 6 years, is there still a reason not switching the

Re: Why --enable-qt5 isn't default?

2020-04-29 Thread Richard Kimberly Heck
On 4/29/20 3:04 PM, Guy Rutenberg wrote: > Hi, > > I just compiled LyX from source on a new machine and I found out the > default is still Qt4 and one has to specify --enable-qt5 to compile > against Qt5. With Qt4 being past end-of-life for more than 4 years, > and Qt5 being stable for more than 6

Re: [LyX/master] Avoid some more copies in range-based for loops

2020-04-29 Thread Jean-Marc Lasgouttes
Le 29 avril 2020 01:34:09 GMT+02:00, Richard Kimberly Heck a écrit : >I've seen warnings like this, too, sometimes. The easy way to avoid >them >seems to be just to use e.g.: > >    for (auto const & toc : toc_list) { > >and let the compiler figure it out. Yes, I hesitated to do that and

Re: Adding specific content to xhtml output

2020-04-29 Thread Pavel Sanda
On Sun, Apr 26, 2020 at 03:19:02AM -0400, Richard Kimberly Heck wrote: > On 12/3/19 9:59 AM, Pavel Sanda wrote: > > Hi, > > > > I guess this is mainly question on Riki - is there some sane way how to add > > specific html > > content to xhtml output in similar way as we do with ERT/preamble

Re: Adding specific content to xhtml output

2020-04-29 Thread Jürgen Spitzmüller
Am Mittwoch, den 29.04.2020, 18:42 +0200 schrieb Pavel Sanda: > > Why would they need that? > > > To know whether they should output or no for different targets (tex > vs html). Hm. Job for a branch rather? Jürgen signature.asc Description: This is a digitally signed message part --