File: projects.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 (44 lines) | stat: -rw-r--r-- 1,204 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
41
42
43
44
<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 id="manage-projects">
  <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 id="usefulness-of-projects">
  <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><link xref="synctex#from_tex_to_pdf">Jumping from a .tex file to
    the PDF</link> works for a secondary .tex file belonging to a
    project.</p></item>
  </list>
</section>
</page>