From d5e990236bc4da776af7ef646d8ebba6b730ae22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20N=C3=A9e?= Date: Fri, 23 Jul 2010 18:44:44 +0200 Subject: [PATCH 01/24] pop up warning box and stop progress bar on build error --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c0eaafeb..d93f6dd1 100644 --- a/makefile +++ b/makefile @@ -79,7 +79,7 @@ $(PSF): %.ps.gz: %.ps %.dvi: %.tex %.aux $(LATEX) $< -$(PDF): LATEX = pdflatex +$(PDF): LATEX = pdflatex -halt-on-error $(PDF): %.pdf: %.tex %.aux %.aux: %.tex From 54991dbac6b5d59d241643fe65eacd0cc17e26c4 Mon Sep 17 00:00:00 2001 From: crep Date: Fri, 23 Jul 2010 21:58:23 +0200 Subject: [PATCH 03/24] Utils: add spelling rule for New York --- utils/latex-preprocessing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/latex-preprocessing.py b/utils/latex-preprocessing.py index fb3aadf8..36bef169 100755 --- a/utils/latex-preprocessing.py +++ b/utils/latex-preprocessing.py @@ -23,6 +23,8 @@ word_dic = { "Ca ": "Ça ", "...": "\\dots ", "…": "\\dots", +##: Typo +"New-York": "New York", ##: Conversion from anglo-saxon conventions "\\[A": "\\[La", "\\[B": "\\[Si",