Chapter 4. text

Table of Contents

4.1. emphasis tag
4.1.1. emphasis role=bold
4.1.2. emphasis role=italicg
4.2. screen tag
4.3. command tag
4.4. userinput tag
4.5. blockquote tag
4.6. footnote tag
4.7. programlisting tag
4.8. programlisting

4.1. emphasis tag

Emphasis -- Emphasized text. Emphasis reference.

this is normal text, and now emphasis text, Waou !.

4.1.1. emphasis role=bold

this is normal text and now bold text

4.1.2. emphasis role=italicg

this is normal text and now emphasis Guibo

4.2. screen tag

Screen -- Text that a user sees or might see on a computer screen. Screen reference.

STATUS DISPLAY
BATT: 1.782E8 V
TEMP: 284 K
FREQ: 9.32E3 Hz
WARRANTY: ACTIVE
      

4.3. command tag

Command -- The name of an executable program or other software command. command reference.

now launch: /usr/sbin/mount

4.4. userinput tag

UserInput -- Data entered by the user. Userinput reference.

ls -la

4.5. blockquote tag

BlockQuote -- A quotation set off from the main text. Blockquote reference.

voici un texte d'une longeur extreme et qui ne manquera pas d'ennuyer celui qui le lira. Il est la pour démontrer la fonctionnalité du tag blockquote.

4.6. footnote tag

Footnote -- A footnote. footnote reference.

What's ONERA ? [1]

What's MDV ? [2]

4.7. programlisting tag

ProgramListing -- A literal listing of all or part of a program. programlisting reference.

	# which interface to use
	interface=eth1
	default_address=192.168.200.1
	# the multicast ip address to listen on
	multicast_address=224.0.1.2
	#multicast_address=192.168.200.1
	# mtftp info
	mtftp_address=192.168.200.1
	mtftp_client_port=1758
	mtftp_server_port=1759
	
      

4.8. programlisting


  <sect1>
    <title>emphasis tag</title>
    <para>
      Emphasis -- Emphasized text.
      <ulink url="http://www.oasis-open.org/docbook/documentation/reference/html/emphasis.html">Emphasis reference</ulink>.
    </para>
    <para>
      this is normal text, and <emphasis>now emphasis text, Waou !</emphasis>.
    </para>
    <sect2>
      <title>emphasis role=bold</title>
      <para>
	this is normal text and now <emphasis role="bold">bold text</emphasis>
      </para>
    </sect2>
    <sect2>
      <title>emphasis role=italicg</title>
      <para>
	this is normal text and now <emphasis role="italic">emphasis Guibo</emphasis>
      </para>
    </sect2>
  </sect1>

  <sect1>
    <title>screen tag</title>
    <para>
      Screen -- Text that a user sees or might see on a computer screen.
      <ulink url="http://www.oasis-open.org/docbook/documentation/reference/html/screen.html">Screen reference</ulink>.
    </para>
    <para>
      <screen>
STATUS DISPLAY
BATT: 1.782E8 V
TEMP: 284 K
FREQ: 9.32E3 Hz
WARRANTY: ACTIVE
      </screen>
    </para>
  </sect1>

  <sect1>
    <title>command tag</title>
    <para>
      Command -- The name of an executable program or other software command.
      <ulink url="http://www.oasis-open.org/docbook/documentation/reference/html/command.html">command reference</ulink>.
    </para>
    <para>now launch:
      <command>/usr/sbin/mount</command>
    </para>
  </sect1>

  <sect1>
    <title>userinput tag</title>
    <para>
      UserInput -- Data entered by the user.
      <ulink url="http://www.oasis-open.org/docbook/documentation/reference/html/userinput.html">Userinput reference</ulink>.
    </para>
    <para>
      <userinput>ls -la</userinput>
    </para>
  </sect1>

  <sect1>
    <title>blockquote tag</title>
    <para>
      BlockQuote -- A quotation set off from the main text.
      <ulink url="http://www.oasis-open.org/docbook/documentation/reference/html/blockquote.html">Blockquote reference</ulink>.
    </para>
    <para>
      <blockquote>
	<para>voici un texte d'une longeur extreme et qui ne
	  manquera pas d'ennuyer celui qui le lira. Il est la pour démontrer la
	  fonctionnalité du tag <systemitem role="txt">blockquote</systemitem>.
	</para>
      </blockquote>
    </para>
  </sect1>

  <sect1>
    <title>footnote tag</title>
    <para>
      Footnote -- A footnote.
      <ulink url="http://www.oasis-open.org/docbook/documentation/reference/html/footnote.html">footnote reference</ulink>.
    </para>
    <para>
      What's ONERA ?
      <footnote><para>ONERA : Office national d'étude et recherche aérospatial</para></footnote>
    </para>
    <para>
      What's MDV ?
      <footnote><para>MDV: Mandriva</para></footnote>
    </para>
  </sect1>

  <sect1>
    <title>programlisting tag</title>
    <para>
      ProgramListing -- A literal listing of all or part of a program.
      <ulink url="http://www.oasis-open.org/docbook/documentation/reference/html/programlisting.html">programlisting reference</ulink>.
    </para>
    <para>
      <programlisting><!\[CDATA\[
	# which interface to use
	interface=eth1
	default_address=192.168.200.1
	# the multicast ip address to listen on
	multicast_address=224.0.1.2
	#multicast_address=192.168.200.1
	# mtftp info
	mtftp_address=192.168.200.1
	mtftp_client_port=1758
	mtftp_server_port=1759
	\]\]>
      </programlisting>
    </para>
  </sect1>
      



[1] ONERA : Office national d'étude et recherche aérospatial

[2] MDV: Mandriva