Browse Source

common: Mise à jour du logo, et ajout makefile

Sebastien Badia 7 years ago
parent
commit
d613543b4e
2 changed files with 14 additions and 0 deletions
  1. 14 0
      common/Makefile
  2. BIN
      common/logogitoyen.pdf

+ 14 - 0
common/Makefile

@@ -0,0 +1,14 @@
+include LaTeX.mk
+
+# http://stevenrbrandt.com/wordpress/?p=96
+check:
+	aspell --encoding=iso8859-1 -t -l fr --add-extra-dicts=./custom_dict.aspell -c $(addsuffix .tex,$(LU_MASTERS))
+aspell-create-wordlist:
+	aspell -t list --encoding=iso8859-1 -l fr -a < $(addsuffix .tex,$(LU_MASTERS)) | sort -u > ./custom_word_list.txt
+aspell-create-dict:
+	aspell --lang fr create master ./custom_dict.aspell < ./custom_word_list.txt
+
+wc:
+	grep -A 1000 "begin{abstract}" $(addsuffix .tex,$(LU_MASTERS)) | grep -B 1000 "end{abstract}" | grep -v "{abstract}" | wc -w
+
+.PHONY: swf

BIN
common/logogitoyen.pdf