[latexila] Documentation: completion
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Documentation: completion
- Date: Sun, 5 Feb 2012 17:54:33 +0000 (UTC)
commit e78a289b1bd31728e9c3d5ea2222b0daf22cbccf
Author: SÃbastien Wilmet <swilmet src gnome org>
Date: Sun Feb 5 18:09:36 2012 +0100
Documentation: completion
help/C/completion.page | 40 ++++++++++++++++++++++++++++++++++++++++
help/Makefile.am | 3 ++-
2 files changed, 42 insertions(+), 1 deletions(-)
---
diff --git a/help/C/completion.page b/help/C/completion.page
new file mode 100644
index 0000000..2c8ff87
--- /dev/null
+++ b/help/C/completion.page
@@ -0,0 +1,40 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic"
+ id="completion">
+
+<info>
+ <link type="guide" xref="index" />
+</info>
+
+<title>Completion of LaTeX commands</title>
+
+<synopsis>
+ <p>The purpose is to facilitate the writing of LaTeX commands, by showing proposals.</p>
+</synopsis>
+
+<section>
+ <title>Interactive completion</title>
+ <p>
+ By default, when a LaTeX command is typed, proposals will be shown after two
+ characters. This can be configured in the preferences dialog:
+ <guiseq>
+ <gui style="menu">Edit</gui>
+ <gui style="menu">Preferences</gui>
+ <gui style="tab">LaTeX</gui>
+ </guiseq>
+ </p>
+</section>
+
+<section>
+ <title>Manual completion</title>
+ <p>
+ At any time, press
+ <keyseq>
+ <key>Ctrl</key>
+ <key>Space</key>
+ </keyseq>
+ to show proposals.
+ </p>
+</section>
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 4efcbd8..8cdb6e2 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -3,7 +3,8 @@
HELP_ID = latexila
HELP_FILES = \
- build_tools.page \
+ build_tools.page \
+ completion.page \
index.page
HELP_LINGUAS = cs de es fr gl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]