1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="preface-conventions">
<title id="conventions-title">Conventions</title>
<body>
<section id="conventions-body">
<p>
The following text conventions are used in this document:
</p>
<table frame="all">
<desc>
<ph>This table summarizes conventions used in this
document.</ph>
</desc>
<tgroup cols="2">
<colspec colnum="1" colwidth="25*"/>
<colspec colnum="2" colwidth="75*"/>
<thead>
<row>
<entry outputclass="col">
<p>
Convention
</p>
</entry>
<entry outputclass="col">
<p>
Meaning
</p>
</entry>
</row>
</thead>
<tbody>
<row>
<entry outputclass="row">
<p>
<b>boldface</b>
</p>
</entry>
<entry>
<p>
Boldface type indicates graphical user interface
elements associated with an action, or terms defined
in text or the glossary.
</p>
</entry>
</row>
<row>
<entry outputclass="row">
<p>
<i>italic</i>
</p>
</entry>
<entry>
<p>
Italic type indicates book titles, emphasis, or
placeholder variables for which you supply particular
values.
</p>
</entry>
</row>
<row>
<entry outputclass="row">
<p>
<codeph>monospace</codeph>
</p>
</entry>
<entry>
<p>
Monospace type indicates commands within a paragraph,
URLs, code in examples, text that appears on the
screen, or text that you enter.
</p>
</entry>
</row>
</tbody>
</tgroup>
</table>
</section>
</body>
</topic>
|