知乎专栏 |
<simpara> Just the text, ma'am. </simpara>
Just the text, ma'am.
<article xmlns='http://docbook.org/ns/docbook'> <title>Example simpara</title> <simpara> Just the text, ma'am. </simpara> </article>
<formalpara> <title>A Formal Paragraph</title> <para>has a title that appears in bold, and a body paragraph. The title paragraph is incorporated into the body paragraph in HTML, and is separate in PDF. The body paragraph is a regular <para> paragraph, and there is only one body paragraph allowed per formal paragraph.</para> </formalpara>
A Formal Paragraph. has a title that appears in bold, and a body paragraph. The title paragraph is incorporated into the body paragraph in HTML, and is separate in PDF. The body paragraph is a regular <para> paragraph, and there is only one body paragraph allowed per formal paragraph.
<para> <productname class='trade'>Frobozz</productname>: it's not just for breakfast anymore. </para>
Frobozz™ : it's not just for breakfast anymore.
<para><literal>literal</literal></para>
literal
Code
<literal role="code">< ! [ CDATA [ code ] ] ></literal>
code
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <para> The <emphasis>most</emphasis> important example of this phenomenon occurs in A. Nonymous's book <citetitle>Power Snacking</citetitle>. </para> <para> For a complete methodology for DTD creation, see <citetitle pubwork="book">Developing SGML DTDs: From Text to Model to Markup</citetitle> by Eve Maler and Jeanne El Andaloussi. </para>
The most important example of this phenomenon occurs in A. Nonymous's book Power Snacking .
For a complete methodology for DTD creation, see Developing SGML DTDs: From Text to Model to Markup by Eve Maler and Jeanne El Andaloussi.
pubwork 类型
article bbs book cdrom chapter dvd emailmessage gopher journal manuscript newsposting part refentry section series set webpage wiki
<para> To install <application>The Great Foo</application>, insert the disk labelled <medialabel>TGF Setup 1</medialabel> and run <command>setup</command>. </para> <para> The weekly incremental backup tape is labelled <medialabel>Backup <replaceable>nn</replaceable></medialabel>, where <replaceable>nn</replaceable> is the week number. </para>
To install The Great Foo , insert the disk labelled TGF Setup 1 and run setup .
The weekly incremental backup tape is labelled
Backup
nn
, where
nn
is the week number.