Translating the README
This commit is contained in:
parent
e962562020
commit
030b0d43c1
1 changed files with 15 additions and 10 deletions
25
README.md
25
README.md
|
@ -1,23 +1,28 @@
|
|||
Dépot git de mon mémoire de thèse.
|
||||
==================================
|
||||
git repo for my PhD thesis
|
||||
==========================
|
||||
|
||||
La manière la plus simple de compiler le manuscrit passe par `nix-env` (il
|
||||
faut avoir le gestionnaire de paquet `nix` installé [0]). Cet outil se charge de
|
||||
récupérer ou construire toutes les dépendances nécessaires à la compilation,
|
||||
puis de les mettre à disposition dans l'environnement de l'utilisateur.
|
||||
The original (as submited for archiving) is written in French,
|
||||
and can be found at https://git.marvid.fr/mpo/phd-thesis-fr
|
||||
|
||||
Dans le répertoire racine du dépot, entrez:
|
||||
## Re-generating the PDF
|
||||
|
||||
The most straightforward way to re-generate the manuscript is to use `nix-shell`.
|
||||
This command is provided by `nix` [0] and will take care of pulling all the
|
||||
necessary dependencies necessary to compile this project.
|
||||
|
||||
At the root, simply type:
|
||||
|
||||
$ nix-shell
|
||||
|
||||
puis (à cause du fonctionnement de tex):
|
||||
and then:
|
||||
|
||||
$ buildthesis && buildthesis
|
||||
|
||||
Le PDF est également disponible [directement](https://framagit.org/mpo/doctorat-manuscrit/blob/master/preview.pdf).
|
||||
The PDF can be found already built in this repository, under the name
|
||||
`preview.pdf`.
|
||||
|
||||
LACL - Université Paris Est Créteil
|
||||
Financé par le projet ANR SYNBIOTIC
|
||||
Funded in part by the ANR SYNBIOTIC research project
|
||||
Martin POTIER
|
||||
|
||||
[0] http://nixos.org/nix/
|
||||
|
|
Loading…
Reference in a new issue