Add clean and the instructions to use it.
This commit is contained in:
parent
e5e984a82e
commit
606af629c1
2 changed files with 9 additions and 3 deletions
5
clean
Executable file
5
clean
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Clean all the intermediate files.
|
||||||
|
|
||||||
|
rm -v administration.log candidature.aux candidature.bcf candidature.blg candidature.log candidature.out candidature.toc enseignement.log recherche.log candidature.run.xml
|
|
@ -29,9 +29,10 @@
|
||||||
|
|
||||||
1. Ensure =biber= is available, e.g. by running the script
|
1. Ensure =biber= is available, e.g. by running the script
|
||||||
=guix-env=.
|
=guix-env=.
|
||||||
2. Run =lualatex candidature.tex= once.
|
2. Clean all the working files by running the script =clean=.
|
||||||
3. Run =biber canditature= to update the references.
|
3. Run =lualatex candidature.tex= once.
|
||||||
2. Run =lualatex candidature.tex= a second time and a the third time
|
4. Run =biber canditature= to update the references.
|
||||||
|
5. Run =lualatex candidature.tex= a second time and a the third time
|
||||||
to get all the references right.
|
to get all the references right.
|
||||||
|
|
||||||
* Structure
|
* Structure
|
||||||
|
|
Loading…
Reference in a new issue