/usr/share/help/gl/latexila/completion.page is in latexila-data 3.14.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="completion" xml:lang="gl">
<info>
<link type="guide" xref="index"/>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Fran Dieguez</mal:name>
<mal:email>frandieguez@gnome.org</mal:email>
<mal:years>2011.</mal:years>
</mal:credit>
</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">Other</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>
|