Fix bug 2966 (linuxdoc manpages)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17962 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2007-04-25 00:55:09 +00:00
parent ad3c3b8b96
commit d92a1667b2
3 changed files with 13 additions and 156 deletions

View File

@ -1,4 +1,4 @@
#LyX 1.4.1 created this file. For more info see http://www.lyx.org/ #LyX 1.4.4svn created this file. For more info see http://www.lyx.org/
\lyxformat 245 \lyxformat 245
\begin_document \begin_document
\begin_header \begin_header
@ -29,80 +29,19 @@
\begin_body \begin_body
\begin_layout Standard
\begin_inset ERT
status inlined
\begin_layout Standard
\begin_inset Note Note
status collapsed
\begin_layout Standard
Here goes the information about the article:
\end_layout
\end_inset
\end_layout
\begin_layout Standard
* title
\end_layout
\begin_layout Standard
* date
\end_layout
\begin_layout Standard
* author
\end_layout
\begin_layout Standard
+ first name
\end_layout
\begin_layout Standard
+ last name
\end_layout
\begin_layout Standard
* abstract
\end_layout
\end_inset
\end_layout
\begin_layout Title \begin_layout Title
Docbook with LyX Docbook with LyX
\end_layout \end_layout
\begin_layout Date \begin_layout Date
24 September 1999 24 September 1999
\end_layout \end_layout
\begin_layout Author \begin_layout Author
\begin_inset CharStyle Firstname \begin_inset CharStyle Firstname
status inlined status inlined
\begin_layout Standard \begin_layout Standard
José José
\end_layout \end_layout
@ -113,7 +52,6 @@ Jos
status inlined status inlined
\begin_layout Standard \begin_layout Standard
Matos Matos
\end_layout \end_layout
@ -123,18 +61,14 @@ Matos
\end_layout \end_layout
\begin_layout Abstract \begin_layout Abstract
This is a small illustration of lyx's features using DocBook. This is a small illustration of lyx's features using DocBook.
\end_layout \end_layout
\begin_layout Abstract \begin_layout Abstract
The abstract can span several paragraphs. The abstract can span several paragraphs.
\end_layout \end_layout
\begin_layout Section \begin_layout Section
\begin_inset LatexCommand \label{first-section} \begin_inset LatexCommand \label{first-section}
\end_inset \end_inset
@ -143,28 +77,23 @@ Introduction
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
This file ilustrates the generation of docbook documents with LyX. This file ilustrates the generation of docbook documents with LyX.
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
This will improve as soon as new features are available. This will improve as soon as new features are available.
\end_layout \end_layout
\begin_layout Section \begin_layout Section
Standard layouts Standard layouts
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
One of the goals is the support, as much as possible, of layouts used in One of the goals is the support, as much as possible, of layouts used in
other textclass, for compatibility purposes. other textclass, for compatibility purposes.
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
Remember that this is work in progress, I would like to hear any comments, Remember that this is work in progress, I would like to hear any comments,
good or good or
\begin_inset Quotes eld \begin_inset Quotes eld
@ -178,101 +107,82 @@ bad
\end_layout \end_layout
\begin_layout Subsection \begin_layout Subsection
Lists Lists
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
This is an example with several nested lists. This is an example with several nested lists.
\end_layout \end_layout
\begin_layout Itemize \begin_layout Itemize
item 1 item 1
\end_layout \end_layout
\begin_deeper \begin_deeper
\begin_layout Enumerate \begin_layout Enumerate
item 2 item 2
\end_layout \end_layout
\begin_layout Description \begin_layout Description
new item new item
\end_layout \end_layout
\begin_deeper \begin_deeper
\begin_layout Enumerate \begin_layout Enumerate
collection collection
\end_layout \end_layout
\end_deeper \end_deeper
\end_deeper \end_deeper
\begin_layout Itemize \begin_layout Itemize
new set new set
\end_layout \end_layout
\begin_layout Subsection \begin_layout Subsection
Code Code
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
Required steps to have a running lyx. Required steps to have a running lyx.
\end_layout \end_layout
\begin_layout Quotation \begin_layout Quotation
Be carefull with your own code. Be carefull with your own code.
\end_layout \end_layout
\begin_layout Quotation \begin_layout Quotation
The debugger. The debugger.
\end_layout \end_layout
\begin_layout Code \begin_layout Code
cat > env.out cat > env.out
\end_layout \end_layout
\begin_layout Code \begin_layout Code
tar xvzf lyx.tgz tar xvzf lyx.tgz
\end_layout \end_layout
\begin_layout Code \begin_layout Code
cd lyx-1_0_x cd lyx-1_0_x
\end_layout \end_layout
\begin_layout Code \begin_layout Code
./configure ./configure
\end_layout \end_layout
\begin_layout Code \begin_layout Code
make make
\end_layout \end_layout
\begin_layout Code \begin_layout Code
make install make install
\end_layout \end_layout
\begin_layout Subsection \begin_layout Subsection
Labels Labels
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
If a label is the first element in any layout, that label will be merged If a label is the first element in any layout, that label will be merged
with that element. with that element.
See as an example See as an example
@ -284,12 +194,10 @@ If a label is the first element in any layout, that label will be merged
\end_layout \end_layout
\begin_layout Subsection \begin_layout Subsection
Fonts Fonts
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
The only fonts supported are The only fonts supported are
\emph on \emph on
Emphasis Emphasis
@ -299,7 +207,6 @@ Emphasis
status inlined status inlined
\begin_layout Standard \begin_layout Standard
SGML SGML
\end_layout \end_layout
@ -309,12 +216,10 @@ SGML
\end_layout \end_layout
\begin_layout Subsection \begin_layout Subsection
Figures Figures
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
One of the major changes in the docbook when compared with the linuxdoc One of the major changes in the docbook when compared with the linuxdoc
support are the figures support. support are the figures support.
LyX only allows to view eps figures. LyX only allows to view eps figures.
@ -322,7 +227,6 @@ One of the major changes in the docbook when compared with the linuxdoc
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
Notice that when the docbook code is exported the filename extension is Notice that when the docbook code is exported the filename extension is
stripped. stripped.
This enables that when the several backends are processed in sgmltools, This enables that when the several backends are processed in sgmltools,
@ -331,8 +235,6 @@ Notice that when the docbook code is exported the filename extension is
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
\begin_inset Float figure \begin_inset Float figure
placement htbp placement htbp
wide false wide false
@ -340,8 +242,6 @@ sideways false
status open status open
\begin_layout Standard \begin_layout Standard
\begin_inset Graphics \begin_inset Graphics
filename ../doc/platypus.eps filename ../doc/platypus.eps
display grayscale display grayscale
@ -356,7 +256,6 @@ status open
\end_layout \end_layout
\begin_layout Caption \begin_layout Caption
Nice platypus Nice platypus
\end_layout \end_layout
@ -366,13 +265,10 @@ Nice platypus
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
Wide figures are treated as normal figures. Wide figures are treated as normal figures.
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
\begin_inset Float figure \begin_inset Float figure
placement htbp placement htbp
wide true wide true
@ -380,8 +276,6 @@ sideways false
status open status open
\begin_layout Standard \begin_layout Standard
\begin_inset Graphics \begin_inset Graphics
filename ../doc/platypus.eps filename ../doc/platypus.eps
display grayscale display grayscale
@ -396,7 +290,6 @@ status open
\end_layout \end_layout
\begin_layout Caption \begin_layout Caption
long, very long... long, very long...
:-) :-)
\end_layout \end_layout
@ -407,12 +300,10 @@ long, very long...
\end_layout \end_layout
\begin_layout Subsection \begin_layout Subsection
Tables Tables
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
There is also basic support for tables. There is also basic support for tables.
\begin_inset Float table \begin_inset Float table
placement htbp placement htbp
@ -422,7 +313,6 @@ status open
\begin_layout Standard \begin_layout Standard
\align center \align center
\begin_inset Tabular \begin_inset Tabular
<lyxtabular version="3" rows="3" columns="5"> <lyxtabular version="3" rows="3" columns="5">
<features> <features>
@ -445,7 +335,6 @@ status open
\begin_inset Text \begin_inset Text
\begin_layout Standard \begin_layout Standard
Software 1 Software 1
\end_layout \end_layout
@ -455,7 +344,6 @@ Software 1
\begin_inset Text \begin_inset Text
\begin_layout Standard \begin_layout Standard
Software 2 Software 2
\end_layout \end_layout
@ -465,7 +353,6 @@ Software 2
\begin_inset Text \begin_inset Text
\begin_layout Standard \begin_layout Standard
Software 3 Software 3
\end_layout \end_layout
@ -475,7 +362,6 @@ Software 3
\begin_inset Text \begin_inset Text
\begin_layout Standard \begin_layout Standard
Software 4 Software 4
\end_layout \end_layout
@ -487,7 +373,6 @@ Software 4
\begin_inset Text \begin_inset Text
\begin_layout Standard \begin_layout Standard
Plataform 1 Plataform 1
\end_layout \end_layout
@ -497,7 +382,6 @@ Plataform 1
\begin_inset Text \begin_inset Text
\begin_layout Standard \begin_layout Standard
25 MB 25 MB
\end_layout \end_layout
@ -507,7 +391,6 @@ Plataform 1
\begin_inset Text \begin_inset Text
\begin_layout Standard \begin_layout Standard
10 MB 10 MB
\end_layout \end_layout
@ -517,7 +400,6 @@ Plataform 1
\begin_inset Text \begin_inset Text
\begin_layout Standard \begin_layout Standard
34 MB 34 MB
\end_layout \end_layout
@ -538,7 +420,6 @@ Plataform 1
\begin_inset Text \begin_inset Text
\begin_layout Standard \begin_layout Standard
Plataform 2 Plataform 2
\end_layout \end_layout
@ -557,7 +438,6 @@ Plataform 2
\begin_inset Text \begin_inset Text
\begin_layout Standard \begin_layout Standard
12 MB 12 MB
\end_layout \end_layout
@ -567,7 +447,6 @@ Plataform 2
\begin_inset Text \begin_inset Text
\begin_layout Standard \begin_layout Standard
30 MB 30 MB
\end_layout \end_layout
@ -577,7 +456,6 @@ Plataform 2
\begin_inset Text \begin_inset Text
\begin_layout Standard \begin_layout Standard
35 MB 35 MB
\end_layout \end_layout
@ -592,7 +470,6 @@ Plataform 2
\end_layout \end_layout
\begin_layout Caption \begin_layout Caption
Nice Formal Table Nice Formal Table
\end_layout \end_layout
@ -602,17 +479,14 @@ Nice Formal Table
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
As it happens with the figures the wide tables are treated as normal tables. As it happens with the figures the wide tables are treated as normal tables.
\end_layout \end_layout
\begin_layout Subsection \begin_layout Subsection
Margins Margins
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
There are some restrictions when using margins. There are some restrictions when using margins.
For further information on docbook allowed syntax consult the For further information on docbook allowed syntax consult the
\begin_inset LatexCommand \url[docbook reference manual]{http://www.oasis-open.org/docbook/documentation/reference/} \begin_inset LatexCommand \url[docbook reference manual]{http://www.oasis-open.org/docbook/documentation/reference/}
@ -623,7 +497,6 @@ There are some restrictions when using margins.
\end_layout \end_layout
\begin_layout Quotation \begin_layout Quotation
It is also possible to insert margin notes inside some environments. It is also possible to insert margin notes inside some environments.
\end_layout \end_layout
@ -634,13 +507,10 @@ status inlined
\begin_layout Standard \begin_layout Standard
\begin_inset Marginal \begin_inset Marginal
status collapsed status collapsed
\begin_layout Standard \begin_layout Standard
margin note margin note
\end_layout \end_layout
@ -666,20 +536,17 @@ third par -> margin note
\end_deeper \end_deeper
\begin_layout Quotation \begin_layout Quotation
Notice that the previous layout is at level 1 Notice that the previous layout is at level 1
\begin_inset Foot \begin_inset Foot
status collapsed status collapsed
\begin_layout Standard \begin_layout Standard
This comes from a docbook restriction. This comes from a docbook restriction.
Sidebar can only appear inside "MSGTEXT", "CAUTION", "IMPORTANT", "NOTE", Sidebar can only appear inside "MSGTEXT", "CAUTION", "IMPORTANT", "NOTE",
"TIP", "WARNING", "BLOCKQUOTE". "TIP", "WARNING", "BLOCKQUOTE".
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
These environments are easily added to the docbook layout. These environments are easily added to the docbook layout.
\end_layout \end_layout
@ -695,13 +562,10 @@ status inlined
\begin_layout Standard \begin_layout Standard
\begin_inset Marginal \begin_inset Marginal
status collapsed status collapsed
\begin_layout Standard \begin_layout Standard
too marginal ;-) too marginal ;-)
\end_layout \end_layout
@ -717,71 +581,58 @@ too marginal ;-)
\end_deeper \end_deeper
\begin_layout Section \begin_layout Section
The road map The road map
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
This is a small list of the remaining tasks: This is a small list of the remaining tasks:
\end_layout \end_layout
\begin_layout Itemize \begin_layout Itemize
Expand the number of layouts Expand the number of layouts
\end_layout \end_layout
\begin_deeper \begin_deeper
\begin_layout Itemize \begin_layout Itemize
example example
\end_layout \end_layout
\begin_layout Itemize \begin_layout Itemize
note note
\end_layout \end_layout
\begin_layout Itemize \begin_layout Itemize
warning warning
\end_layout \end_layout
\begin_layout Itemize \begin_layout Itemize
tip tip
\end_layout \end_layout
\begin_layout Itemize \begin_layout Itemize
caution caution
\end_layout \end_layout
\begin_layout Itemize \begin_layout Itemize
important important
\end_layout \end_layout
\end_deeper \end_deeper
\begin_layout Itemize \begin_layout Itemize
Compose other layout files, besides article Compose other layout files, besides article
\end_layout \end_layout
\begin_deeper \begin_deeper
\begin_layout Enumerate \begin_layout Enumerate
book book
\end_layout \end_layout
\begin_layout Enumerate \begin_layout Enumerate
set (very unlikely) set (very unlikely)
\begin_inset Foot \begin_inset Foot
status collapsed status collapsed
\begin_layout Standard \begin_layout Standard
I do not expect lyx to deal with colection of books, for now! I do not expect lyx to deal with colection of books, for now!
\end_layout \end_layout
@ -791,35 +642,29 @@ I do not expect lyx to deal with colection of books, for now!
\end_layout \end_layout
\begin_layout Enumerate \begin_layout Enumerate
refentry refentry
\end_layout \end_layout
\end_deeper \end_deeper
\begin_layout Itemize \begin_layout Itemize
goodies goodies
\end_layout \end_layout
\begin_deeper \begin_deeper
\begin_layout Enumerate \begin_layout Enumerate
including other lyx files including other lyx files
\end_layout \end_layout
\begin_layout Enumerate \begin_layout Enumerate
more advanced tables support more advanced tables support
\end_layout \end_layout
\end_deeper \end_deeper
\begin_layout Itemize \begin_layout Itemize
better documentation better documentation
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
That's all. That's all.
;-) ;-)
\end_layout \end_layout

View File

@ -654,6 +654,14 @@ contributers = [
"22 February 2005", "22 February 2005",
u"Fix to a very hard-to-find egcs bug that crashed LyX on alpha architecture"), u"Fix to a very hard-to-find egcs bug that crashed LyX on alpha architecture"),
contributer(u"Harshula Jayasuriya",
"harshula () gmail ! com",
"GPL",
"Re: Bug in export to DocBook",
"m=116884249725701",
"15 January 2007",
u"Fix docbook generation of nested lists"),
contributer(u"David L. Johnson", contributer(u"David L. Johnson",
"david.johnson () lehigh ! edu", "david.johnson () lehigh ! edu",
"GPL", "GPL",

View File

@ -11,6 +11,10 @@ PageStyle Plain
OutputType linuxdoc OutputType linuxdoc
DefaultStyle Standard DefaultStyle Standard
ClassOptions
Header "<!doctype linuxdoc system"
End
Input stdcounters.inc Input stdcounters.inc