File: completion.page

package info (click to toggle)
enter-tex 3.48.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,460 kB
  • sloc: ansic: 10,657; xml: 3,025; makefile: 8; sh: 7
file content (40 lines) | stat: -rw-r--r-- 956 bytes parent folder | download
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
<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 id="interactive-completion">
  <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">Other</gui>
    </guiseq>
  </p>
</section>

<section id="manual-completion">
  <title>Manual completion</title>
  <p>
    At any time, press
    <keyseq>
      <key>Ctrl</key>
      <key>Space</key>
    </keyseq>
    to show proposals.
  </p>
</section>
</page>