From d11cd34ea9b452a27f792c98419e0c1ef0aa3b6a Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 17 Oct 2021 18:03:48 +0200 Subject: [PATCH] Add and explain clean-rebuild. --- clean-rebuild | 7 +++++++ dossier-notes.org | 2 ++ 2 files changed, 9 insertions(+) create mode 100755 clean-rebuild diff --git a/clean-rebuild b/clean-rebuild new file mode 100755 index 0000000..2fb626b --- /dev/null +++ b/clean-rebuild @@ -0,0 +1,7 @@ +#!/bin/sh + +./clean +lualatex candidature.tex +biber candidature +lualatex candidature.tex +lualatex candidature.tex diff --git a/dossier-notes.org b/dossier-notes.org index 86336cd..737265e 100644 --- a/dossier-notes.org +++ b/dossier-notes.org @@ -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