Re: Adding specific content to xhtml output

2020-05-04 Thread Pavel Sanda
On Thu, Apr 30, 2020 at 10:51:52AM -0400, Richard Kimberly Heck wrote: > > GUI-wise I'd propose a checkable list of output formats in another > > QTreeWidget. This would translate into a comma-separated list of output > > formats in the params. > > To address Pavel's concern about user-defined

Re: Adding specific content to xhtml output

2020-05-03 Thread Guenter Milde
On 2020-04-30, Pavel Sanda wrote: > On Thu, Apr 30, 2020 at 09:56:00AM -0400, Richard Kimberly Heck wrote: >> On 4/30/20 9:00 AM, Pavel Sanda wrote: >> > On Thu, Apr 30, 2020 at 07:46:52AM -, Guenter Milde wrote: >> To know whether they should output or no for different targets (tex >>

Re: Adding specific content to xhtml output

2020-04-30 Thread Richard Kimberly Heck
On 4/30/20 10:15 AM, Jürgen Spitzmüller wrote: > Am Donnerstag, den 30.04.2020, 09:56 -0400 schrieb Richard Kimberly > Heck: >>> On Thu, Apr 30, 2020 at 07:46:52AM -, Guenter Milde wrote: >> To know whether they should output or no for different >> targets (tex >> vs html). >

Re: Adding specific content to xhtml output

2020-04-30 Thread Jürgen Spitzmüller
Am Donnerstag, den 30.04.2020, 09:56 -0400 schrieb Richard Kimberly Heck: > > On Thu, Apr 30, 2020 at 07:46:52AM -, Guenter Milde wrote: > > > > > To know whether they should output or no for different > > > > > targets (tex > > > > > vs html). > > > > Hm. Job for a branch rather? > > I think

Re: Adding specific content to xhtml output

2020-04-30 Thread Pavel Sanda
On Thu, Apr 30, 2020 at 09:56:00AM -0400, Richard Kimberly Heck wrote: > On 4/30/20 9:00 AM, Pavel Sanda wrote: > > On Thu, Apr 30, 2020 at 07:46:52AM -, Guenter Milde wrote: > To know whether they should output or no for different targets (tex > vs html). > >>> Hm. Job for a branch

Re: Adding specific content to xhtml output

2020-04-30 Thread Richard Kimberly Heck
On 4/30/20 9:00 AM, Pavel Sanda wrote: > On Thu, Apr 30, 2020 at 07:46:52AM -, Guenter Milde wrote: To know whether they should output or no for different targets (tex vs html). >>> Hm. Job for a branch rather? > I think branch is a good idea. > >> For convenience, we would want to

Re: Adding specific content to xhtml output

2020-04-30 Thread Pavel Sanda
On Thu, Apr 30, 2020 at 07:46:52AM -, Guenter Milde wrote: > >> To know whether they should output or no for different targets (tex > >> vs html). > > > Hm. Job for a branch rather? I think branch is a good idea. > For convenience, we would want to have target-specific branches then: IMHO

Re: Adding specific content to xhtml output

2020-04-30 Thread Guenter Milde
On 2020-04-30, Jürgen Spitzmüller wrote: > [-- Type: text/plain, Encoding: quoted-printable --] > 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

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 --

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: 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 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:

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 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-26 Thread Richard Kimberly Heck
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 settings? > > Specifically I need to add couple lines in section. I guess the simple >