This is the mail archive of the docbook-tools-discuss@sourceware.cygnus.com mailing list for the docbook-tools project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: text attributes



    dbr> Hello, I try to find how to change a text attribute: for
    dbr> example bold or italique. Idea ??

The DocBook approach is that you don't set the text attribute, but
rather you specify the *meaning* of the text you are marking up.  The
stylesheets will set the appropriate bold or italic style.

For example, if you are trying to emphasize the text, you can say
<emphasis>this is important text</emphasis>, and the stylesheets will
render it in italics.

If you are talking about a parameter to a function, you mark it up
with <parameter>file_pointer</parameter>, and the stylesheets will
handle the visual aspect of that.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]