Re: lyx 2.0.1 export docbook-dvi error element DUMMY undefined

2011-10-30 Thread Vincent van Ravesteijn
Are the dummy tags supposed to come over from the lyx doc? Is this a 
docbook toolchain misconfig on Fedora's part? TIA Phil 


This is: http://www.lyx.org/trac/ticket/7004.

I already proposed a patch to fix this last year, but no-one has been 
around to verify the validity of the fix and to explain me how to handle 
things like footnotes.


I think I will commit the fix anyway now.

Vincent


Re: lyx 2.0.1 export docbook-dvi error element DUMMY undefined

2011-10-30 Thread Phil Moors
On Sun, Oct 30, 2011 at 12:25:04PM +0100, Vincent van Ravesteijn wrote:
 Date: Sun, 30 Oct 2011 12:25:04 +0100
 From: Vincent van Ravesteijn v...@lyx.org
 Subject: Re: lyx 2.0.1 export docbook-dvi error element DUMMY undefined
 To: Phil Moors philip.mo...@comcast.net
 CC: lyx-users lyx-users@lists.lyx.org
 
 Are the dummy tags supposed to come over from the lyx doc? Is this
 a docbook toolchain misconfig on Fedora's part? TIA Phil
 
 This is: http://www.lyx.org/trac/ticket/7004.
 
 I already proposed a patch to fix this last year, but no-one has
 been around to verify the validity of the fix and to explain me how
 to handle things like footnotes.
 
 I think I will commit the fix anyway now.
 

Ah. Thank you. I'll look for it and test. I can then put in a ticket
with Fedora asking them to roll out an update.

Thanks,
Phil



Re: lyx 2.0.1 export docbook-dvi error element DUMMY undefined

2011-10-30 Thread Vincent van Ravesteijn
Are the dummy tags supposed to come over from the lyx doc? Is this a 
docbook toolchain misconfig on Fedora's part? TIA Phil 


This is: http://www.lyx.org/trac/ticket/7004.

I already proposed a patch to fix this last year, but no-one has been 
around to verify the validity of the fix and to explain me how to handle 
things like footnotes.


I think I will commit the fix anyway now.

Vincent


Re: lyx 2.0.1 export docbook-dvi error element DUMMY undefined

2011-10-30 Thread Phil Moors
On Sun, Oct 30, 2011 at 12:25:04PM +0100, Vincent van Ravesteijn wrote:
 Date: Sun, 30 Oct 2011 12:25:04 +0100
 From: Vincent van Ravesteijn v...@lyx.org
 Subject: Re: lyx 2.0.1 export docbook-dvi error element DUMMY undefined
 To: Phil Moors philip.mo...@comcast.net
 CC: lyx-users lyx-users@lists.lyx.org
 
 Are the dummy tags supposed to come over from the lyx doc? Is this
 a docbook toolchain misconfig on Fedora's part? TIA Phil
 
 This is: http://www.lyx.org/trac/ticket/7004.
 
 I already proposed a patch to fix this last year, but no-one has
 been around to verify the validity of the fix and to explain me how
 to handle things like footnotes.
 
 I think I will commit the fix anyway now.
 

Ah. Thank you. I'll look for it and test. I can then put in a ticket
with Fedora asking them to roll out an update.

Thanks,
Phil



Re: lyx 2.0.1 export docbook->dvi error element DUMMY undefined

2011-10-30 Thread Vincent van Ravesteijn
Are the dummy tags supposed to come over from the lyx doc? Is this a 
docbook toolchain misconfig on Fedora's part? TIA Phil 


This is: http://www.lyx.org/trac/ticket/7004.

I already proposed a patch to fix this last year, but no-one has been 
around to verify the validity of the fix and to explain me how to handle 
things like footnotes.


I think I will commit the fix anyway now.

Vincent


Re: lyx 2.0.1 export docbook->dvi error element DUMMY undefined

2011-10-30 Thread Phil Moors
On Sun, Oct 30, 2011 at 12:25:04PM +0100, Vincent van Ravesteijn wrote:
> Date: Sun, 30 Oct 2011 12:25:04 +0100
> From: Vincent van Ravesteijn <v...@lyx.org>
> Subject: Re: lyx 2.0.1 export docbook->dvi error element DUMMY undefined
> To: Phil Moors <philip.mo...@comcast.net>
> CC: lyx-users <lyx-users@lists.lyx.org>
> 
> >Are the dummy tags supposed to come over from the lyx doc? Is this
> >a docbook toolchain misconfig on Fedora's part? TIA Phil
> 
> This is: http://www.lyx.org/trac/ticket/7004.
> 
> I already proposed a patch to fix this last year, but no-one has
> been around to verify the validity of the fix and to explain me how
> to handle things like footnotes.
> 
> I think I will commit the fix anyway now.
> 

Ah. Thank you. I'll look for it and test. I can then put in a ticket
with Fedora asking them to roll out an update.

Thanks,
Phil



lyx 2.0.1 export docbook-dvi error element DUMMY undefined

2011-10-29 Thread Phil Moors
OS: Fedora 15 (Linux)
Authoring and Publishing group installed from Fedora
lyx 2.0.1 installed from Fedora

To reproduce:
New from template-docbook_article.lyx
SaveAs test.lyx
export docbook  # this works without error
export dvi

# errors #
Using catalogs: /etc/sgml/sgml-docbook-4.2.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print
Working on: /tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml
jade:/tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml:14:17:E: element DUMMY 
undefined
jade:/tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml:14:56:E: element DUMMY 
undefined
Systemcall.cpp(259): Systemcall: 'db2dvi test.sgml' finished with exit code 8
Error: Cannot convert file

An error occurred while running:
db2dvi test.sgml
##

I get the same errors when running docbook2dvi on test.sgml.

Within test.lyx there is this (compacted):

\begin_layout Author
\begin_inset Flex Firstname
status collapsed
\begin_layout Plain Layout
Joe
\end_layout
\end_inset

\begin_inset Flex Surname
status collapsed
\begin_layout Plain Layout
Doe
\end_layout
\end_inset
\end_layout

The sgml generated looks like this:

!DOCTYPE article  PUBLIC -//OASIS//DTD DocBook V4.2//EN
 [ !ENTITY % output.print.png IGNORE
!ENTITY % output.print.pdf IGNORE
!ENTITY % output.print.eps IGNORE
!ENTITY % output.print.bmp IGNORE
 ]

!-- SGML file was created by LyX 2.0.1
  See http://www.lyx.org/ for more information --
article lang=en
articleinfo
titleTitle/title
dateDate /dateauthor
firstnamedummyJoe/dummy/firstnamesurnamedummyDoe/dummy/surname/authorabstract
paraAbstract/para
/abstract/articleinfosect1
titleFirst Section/title
paraFirst paragraph./para/sect1/article


Are the dummy tags supposed to come over from the lyx doc? Is this a
docbook toolchain misconfig on Fedora's part?

TIA
Phil








lyx 2.0.1 export docbook-dvi error element DUMMY undefined

2011-10-29 Thread Phil Moors
OS: Fedora 15 (Linux)
Authoring and Publishing group installed from Fedora
lyx 2.0.1 installed from Fedora

To reproduce:
New from template-docbook_article.lyx
SaveAs test.lyx
export docbook  # this works without error
export dvi

# errors #
Using catalogs: /etc/sgml/sgml-docbook-4.2.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print
Working on: /tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml
jade:/tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml:14:17:E: element DUMMY 
undefined
jade:/tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml:14:56:E: element DUMMY 
undefined
Systemcall.cpp(259): Systemcall: 'db2dvi test.sgml' finished with exit code 8
Error: Cannot convert file

An error occurred while running:
db2dvi test.sgml
##

I get the same errors when running docbook2dvi on test.sgml.

Within test.lyx there is this (compacted):

\begin_layout Author
\begin_inset Flex Firstname
status collapsed
\begin_layout Plain Layout
Joe
\end_layout
\end_inset

\begin_inset Flex Surname
status collapsed
\begin_layout Plain Layout
Doe
\end_layout
\end_inset
\end_layout

The sgml generated looks like this:

!DOCTYPE article  PUBLIC -//OASIS//DTD DocBook V4.2//EN
 [ !ENTITY % output.print.png IGNORE
!ENTITY % output.print.pdf IGNORE
!ENTITY % output.print.eps IGNORE
!ENTITY % output.print.bmp IGNORE
 ]

!-- SGML file was created by LyX 2.0.1
  See http://www.lyx.org/ for more information --
article lang=en
articleinfo
titleTitle/title
dateDate /dateauthor
firstnamedummyJoe/dummy/firstnamesurnamedummyDoe/dummy/surname/authorabstract
paraAbstract/para
/abstract/articleinfosect1
titleFirst Section/title
paraFirst paragraph./para/sect1/article


Are the dummy tags supposed to come over from the lyx doc? Is this a
docbook toolchain misconfig on Fedora's part?

TIA
Phil








lyx 2.0.1 export docbook->dvi error element DUMMY undefined

2011-10-29 Thread Phil Moors
OS: Fedora 15 (Linux)
"Authoring and Publishing" group installed from Fedora
lyx 2.0.1 installed from Fedora

To reproduce:
New from template->docbook_article.lyx
SaveAs test.lyx
export docbook  # this works without error
export dvi

# errors #
Using catalogs: /etc/sgml/sgml-docbook-4.2.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print
Working on: /tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml
jade:/tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml:14:17:E: element "DUMMY" 
undefined
jade:/tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml:14:56:E: element "DUMMY" 
undefined
Systemcall.cpp(259): Systemcall: 'db2dvi "test.sgml"' finished with exit code 8
Error: Cannot convert file

An error occurred while running:
db2dvi "test.sgml"
##

I get the same errors when running docbook2dvi on test.sgml.

Within test.lyx there is this (compacted):

\begin_layout Author
\begin_inset Flex Firstname
status collapsed
\begin_layout Plain Layout
Joe
\end_layout
\end_inset

\begin_inset Flex Surname
status collapsed
\begin_layout Plain Layout
Doe
\end_layout
\end_inset
\end_layout

The sgml generated looks like this:





 ]>




Title
Date 
JoeDoe
Abstract

First Section
First paragraph.


Are the dummy tags supposed to come over from the lyx doc? Is this a
docbook toolchain misconfig on Fedora's part?

TIA
Phil