~ubuntu-branches/debian/sid/bijiben/sid

« back to all changes in this revision

Viewing changes to help/C/format-list.page

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2015-06-12 01:14:42 UTC
  • mfrom: (7.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20150612011442-ey2h787uixugso9x
Tags: 3.16.2-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      xmlns:its="http://www.w3.org/2005/11/its"
 
3
      type="topic" style="task"
 
4
      id="format-list">
 
5
 
 
6
  <info>
 
7
    <link type="guide" xref="index#use"/>
 
8
    <revision pkgversion="3.11" date="2014-01-28" status="final"/>
 
9
 
 
10
    <credit type="author">
 
11
      <name>Pierre-Yves Luyten</name>
 
12
      <years>2012</years>
 
13
    </credit>
 
14
    <credit type="editor">
 
15
      <name>Ekaterina Gerasimova</name>
 
16
      <email its:translate="no">kittykat3756@gmail.com</email>
 
17
      <years>2013</years>
 
18
    </credit>
 
19
    <credit type="editor">
 
20
      <name>Shobha Tyagi</name>
 
21
      <email its:translate="no">tyagishobha@gmail.com</email>
 
22
      <years>2013</years>
 
23
    </credit>
 
24
    <credit type="editor">
 
25
      <name>Michael Hill</name>
 
26
      <email its:translate="no">mdhillca@gmail.com</email>
 
27
      <years>2014</years>
 
28
    </credit>
 
29
 
 
30
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
31
 
 
32
    <desc>format a note with ordered and unordered lists.</desc>
 
33
  </info>
 
34
 
 
35
  <title>Create a list</title>
 
36
 
 
37
  <list>
 
38
    <title>While the note is open:</title>
 
39
    <item>
 
40
      <p>To create an unordered list, click
 
41
      <guiseq><gui style="button">More options…</gui>
 
42
      <gui style="menuitem">Bullets</gui></guiseq>.</p>
 
43
    </item>
 
44
    <item>
 
45
      <p>To create an ordered list, click
 
46
      <guiseq><gui style="button">More options…</gui>
 
47
      <gui>Numbered List</gui></guiseq>.</p>
 
48
    </item>
 
49
  </list>
 
50
</page>