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
|
||||
=guix-env=.
|
||||
2. Run =lualatex candidature.tex= once.
|
||||
3. Run =biber canditature= to update the references.
|
||||
2. Run =lualatex candidature.tex= a second time and a the third time
|
||||
2. Clean all the working files by running the script =clean=.
|
||||
3. Run =lualatex candidature.tex= once.
|
||||
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.
|
||||
|
||||
* Structure
|
||||
|
|
Loading…
Reference in a new issue