Re: [Patch] Class Header

2003-12-01 Thread Martin Vermeer
On Sat, Nov 29, 2003 at 02:31:24PM +0200, Martin Vermeer spake thusly: > > Here is the patch for 'latexparam' in CharStyle, to make this kind of thing > possible. > > OK to commit this? > > - Martin Done. - Martin pgp0.pgp Description: PGP signature

Re: [Patch] Class Header

2003-11-29 Thread Martin Vermeer
On Fri, Nov 28, 2003 at 07:43:12PM +, Jose' Matos spake thusly: > Noun can be translated to docbook as ..., and > something related to linuxdoc. Here is the patch for 'latexparam' in CharStyle, to make this kind of thing possible. OK to commit this? - Martin Index: lyxtextclass.C

Re: [Patch] Class Header

2003-11-29 Thread Martin Vermeer
On Fri, Nov 28, 2003 at 07:43:12PM +, Jose' Matos spake thusly: > > Emph and Noun are only for LaTeX. For linuxdoc you just have to look > > up the syntax from the DTD, and implement what can be readily > > implemented and will work right. (And yes, it would be nice if some > > of these were c

Re: [Patch] Class Header

2003-11-28 Thread Jose' Matos
On Friday 28 November 2003 19:44, Martin Vermeer wrote: > > > > Until this moment you added: > > > > * emphasis > > * noun > > * ... > > Emph and Noun are only for LaTeX. For linuxdoc you just have to look > up the syntax from the DTD, and implement what can be readily > implemented a

Re: [Patch] Class Header

2003-11-28 Thread Martin Vermeer
On Fri, Nov 28, 2003 at 04:04:15PM +, Jose' Matos spake thusly: > On Friday 28 November 2003 10:51, Martin Vermeer wrote: > > > > I will adapt the linuxdoc code to the new scheme. > > > > Great! Make sure the output does't change. > > As long as it is whitespace that has no meaning. :-)

Re: [Patch] Class Header

2003-11-28 Thread Jose' Matos
On Friday 28 November 2003 10:51, Martin Vermeer wrote: > > I will adapt the linuxdoc code to the new scheme. > > Great! Make sure the output does't change. As long as it is whitespace that has no meaning. :-) I intend to add also Character Styles to linuxdoc. If we could agree on some k

Re: [Patch] Class Header

2003-11-28 Thread Martin Vermeer
On Fri, Nov 28, 2003 at 10:38:04AM +, Angus Leeming spake thusly: > > Jose' Matos wrote: ... > >> An in-between kludge at this point could be to test for > >> linuxdoc/docbook at line 227 of output_docbook.C and call either > >> simpleDocBookOnePar() or simpleLinuxDocOnePar(). Of course afte

Re: [Patch] Class Header

2003-11-28 Thread Angus Leeming
Jose' Matos wrote: > On Wednesday 26 November 2003 20:18, Martin Vermeer wrote: >> >> In principle. Doing so now would break all insets that are >> different for linuxdoc and docbook (and that's most of them!) >> >> An in-between kludge at this point could be to test for >> linuxdoc/docbook at lin

Re: [Patch] Class Header

2003-11-28 Thread Martin Vermeer
On Fri, Nov 28, 2003 at 08:03:02AM +, Jose' Matos spake thusly: > On Wednesday 26 November 2003 20:18, Martin Vermeer wrote: > > > > In principle. Doing so now would break all insets that are different > > for linuxdoc and docbook (and that's most of them!) > > > > An in-between kludge at this

Re: [Patch] Class Header

2003-11-28 Thread Jose' Matos
On Wednesday 26 November 2003 20:18, Martin Vermeer wrote: > > In principle. Doing so now would break all insets that are different > for linuxdoc and docbook (and that's most of them!) > > An in-between kludge at this point could be to test for > linuxdoc/docbook at line 227 of output_docbook.C an

Re: [Patch] Class Header

2003-11-27 Thread Martin Vermeer
On Thu, Nov 27, 2003 at 09:43:56AM +, Jose' Matos spake thusly: > On Thursday 27 November 2003 09:23, Martin Vermeer wrote: > > > I was talking about linuxdoc using class header. :=) > > > > Ah. > > > > Yes, near-trivial. Like attached. Shall I do it? > > Yes, please. > > > - Martin >

Re: [Patch] Class Header

2003-11-27 Thread Jose' Matos
On Thursday 27 November 2003 09:23, Martin Vermeer wrote: > > I was talking about linuxdoc using class header. :=) > > Ah. > > Yes, near-trivial. Like attached. Shall I do it? Yes, please. > - Martin -- José Abílio

Re: [Patch] Class Header

2003-11-27 Thread Martin Vermeer
On Thu, Nov 27, 2003 at 07:30:03AM +, Jose' Matos spake thusly: > On Wednesday 26 November 2003 20:18, Martin Vermeer wrote: > > On Wed, Nov 26, 2003 at 04:01:59PM +, Jose' Matos spake thusly: > > > > Patch attached. > > > > > > That is perfect. :-) > > > As I have told you linuxdoc c

Re: [Patch] Class Header

2003-11-27 Thread Jose' Matos
On Wednesday 26 November 2003 20:18, Martin Vermeer wrote: > On Wed, Nov 26, 2003 at 04:01:59PM +, Jose' Matos spake thusly: > > > Patch attached. > > > > That is perfect. :-) > > As I have told you linuxdoc can be changed to use the same scheme, that > > will be easy to change. :-) > > In

Re: [Patch] Class Header

2003-11-27 Thread Martin Vermeer
On Wed, Nov 26, 2003 at 04:01:59PM +, Jose' Matos spake thusly: > > On Wednesday 26 November 2003 14:40, Martin Vermeer wrote: > > > > > " PUBLIC \"-//OASIS//DTD DocBook V4.1//EN\"" for SGML docbook > > > > > " system" for linuxdoc > > > > > " PUBLIC \"-//AGU//DTD article American Geophysic

Re: [Patch] Class Header

2003-11-26 Thread Martin Vermeer
On Wed, Nov 26, 2003 at 04:01:59PM +, Jose' Matos spake thusly: > > > Patch attached. > > That is perfect. :-) > As I have told you linuxdoc can be changed to use the same scheme, that will > be easy to change. :-) In principle. Doing so now would break all insets that are different for

Re: [Patch] Class Header

2003-11-26 Thread Jose' Matos
On Wednesday 26 November 2003 14:40, Martin Vermeer wrote: > > > > " PUBLIC \"-//OASIS//DTD DocBook V4.1//EN\"" for SGML docbook > > > > " system" for linuxdoc > > > > " PUBLIC \"-//AGU//DTD article American Geophysical Union DTD > > > > version 3.42//EN" for AGU > > > > " PUBLIC \"-//W3C//...X

[Patch] Class Header

2003-11-26 Thread Martin Vermeer
On Wed, Nov 26, 2003 at 07:55:11AM +, Jose' Matos spake thusly: ... > > > and/or adding a new attribute to the layout class describing its header. > > > This is also be usefull to linuxdoc. > > > > > > " PUBLIC \"-//OASIS//DTD DocBook V4.1//EN\"" for SGML docbook > > > " system" for linuxd