[latexila] Documentation: structure



commit d5975a84c284262dbf403b4dd74a8ea38a907b0d
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Sun Feb 5 21:26:37 2012 +0100

    Documentation: structure

 help/C/structure.page |   45 +++++++++++++++++++++++++++++++++++++++++++++
 help/Makefile.am      |    3 ++-
 2 files changed, 47 insertions(+), 1 deletions(-)
---
diff --git a/help/C/structure.page b/help/C/structure.page
new file mode 100644
index 0000000..52eab19
--- /dev/null
+++ b/help/C/structure.page
@@ -0,0 +1,45 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic"
+      id="structure">
+
+<info>
+  <link type="guide" xref="index" />
+</info>
+
+<title>Document's Structure</title>
+
+<synopsis>
+  <p>The list of chapters, sections, sub-sections and other things like tables,
+  figures, â of a document, to easily navigate in it.</p>
+</synopsis>
+
+<section>
+  <title>Display the structure</title>
+
+  <p>
+    The structure can be displayed in the side panel. If the side panel is hidden,
+    go to
+    <guiseq>
+      <gui style="menu">View</gui>
+      <gui style="menu">Side panel</gui>
+    </guiseq>.
+  </p>
+
+  <p>
+    The structure's content is not automatically updated. That's why there is a refresh
+    button. If text is inserted in the document, the position of an item (e.g. a section)
+    remains correct, as far as the item is still there, and is not modified.
+  </p>
+</section>
+
+<section>
+  <title>Actions</title>
+
+  <p>
+    Some actions such as "cut", "copy" or "comment" can be performed on a
+    structure's item. Either by a right click, or via the
+    <gui style="menu">Structure</gui> menu.
+  </p>
+</section>
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 0962f0d..299174f 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -7,6 +7,7 @@ HELP_FILES = \
 	completion.page		\
 	index.page		\
 	projects.page		\
-	spell_checking.page
+	spell_checking.page	\
+	structure.page
 
 HELP_LINGUAS = cs de es fr gl



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]