On Tue, Jul 07, 2020 at 01:56:24AM +0200, Thibaut Cuvelier wrote:
> > Do I get correctly that you want to catch stuff like:
> > Header          "PUBLIC "-//OASIS//DTD DocBook V4.3//EN""
> > (which won't work because " is not \w)
> > and avoid stuff like
> > layouts/foils.layout:# Header definitions:
> > layouts/moderncv.layout:          Tooltip       "Header content"
> > which will be caught on contrary by the regexp?
> >
> 
> I tweaked that regex to include optional " and force Header to be at the
> beginning of the line. Is this sufficient?
> 
> b'^(\\s*Header\\s+)("?\\w+"?)'

I think yes. 

0004 is committed. I needed to convert buch of OutputParams::XML -> 
OutputParams::DOCBOOK5
so it at least compiles. Now its on you to solve merge conflicts and send me 
0005 which
compiles as well :)

> > >I also include another
> > > patch for AGU, which can be merged at any time, now.
> >
> > Makefile part is missing :)

Will commit later.

Pavel
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to