/usr/share/help/fr/latexila/projects.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 45 46 47 48 49 50 51 | <?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="projects" xml:lang="fr">
<info>
<link type="guide" xref="index"/>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Sébastien Wilmet</mal:name>
<mal:email>sebastien.wilmet@gmail.com</mal:email>
<mal:years>2011</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Bruno Brouard</mal:name>
<mal:email>annoa.b@gmail.com</mal:email>
<mal:years>2011-12</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Alain Lojewski</mal:name>
<mal:email>allomervan@gmail.com</mal:email>
<mal:years>2012</mal:years>
</mal:credit>
</info>
<title>Projets</title>
<synopsis>
<p>Quand un document LaTeX est divisé en plusieurs fichiers *.tex, il est intéressant de créer un projet.</p>
</synopsis>
<section>
<title>Gestion des projets</title>
<p>Toutes les actions relatives aux projets sont dans le menu <gui style="menu">Projets</gui>. Un projet ne contient que deux informations :</p>
<list>
<item><p>le dossier dans lequel il se trouve,</p></item>
<item><p>le fichier *.tex principal.</p></item>
</list>
<p>Par conséquent, un dossier ne peut contenir qu'un seul projet, ce qui est plutôt logique.</p>
</section>
<section>
<title>Utilité des projets</title>
<list>
<item><p>Un <link xref="build_tools">outil de construction</link> est exécuté sur le fichier principal du projet.</p></item>
<item><p>La <link xref="synctex#forward_search">recherche descendante</link> fonctionne pour un fichier secondaire d'un projet.</p></item>
</list>
</section>
</page>
|