Add and explain clean-rebuild.
This commit is contained in:
parent
4405277b6a
commit
d11cd34ea9
2 changed files with 9 additions and 0 deletions
7
clean-rebuild
Executable file
7
clean-rebuild
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
./clean
|
||||
lualatex candidature.tex
|
||||
biber candidature
|
||||
lualatex candidature.tex
|
||||
lualatex candidature.tex
|
|
@ -35,6 +35,8 @@
|
|||
5. Run =lualatex candidature.tex= a second time and a the third time
|
||||
to get all the references right.
|
||||
|
||||
Steps 2 to 5 are also available in the script [[file:clean-rebuild][clean-rebuild]].
|
||||
|
||||
* Structure
|
||||
The dossier is split over very many =.tex= files, a
|
||||
=candidature.sty= file, and a number of =.bib= files storing various
|
||||
|
|
Loading…
Reference in a new issue