/usr/share/help/C/latexila/projects.page is in latexila-data 3.16.1-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 | <page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="topic"
id="projects">
<info>
<link type="guide" xref="index" />
</info>
<title>Projects</title>
<synopsis>
<p>When a LaTeX document is split into several *.tex files, creating a project
is useful.</p>
</synopsis>
<section>
<title>Manage projects</title>
<p>
All actions related to projects are located in the <gui style="menu">Projects</gui>
menu. A project contains only two pieces of information:
</p>
<list>
<item><p>The directory where the project is located.</p></item>
<item><p>The main *.tex file.</p></item>
</list>
<p>
As a consequence, a directory can contain only one project, which is quite logical.
</p>
</section>
<section>
<title>Usefulness of projects</title>
<list>
<item><p>A <link xref="build_tools">build tool</link> is executed on the
project's main file.</p></item>
<item><p>The <link xref="synctex#forward_search">forward search</link>
works for a secondary file of a project.</p></item>
</list>
</section>
</page>
|