Various clean up (#134)

* Fix reference and grammar

* Remove obsolete package

* Use colored links in pdf, black when printed

We can debate the colors to use of course, I left the defaults in.
There are accessibility concerns with colors...

* Add supporter.csv to the list of TeX source

So we rebuild everytime we add a new supporter.

* Inline the list of supporters

Those guys are awesome, but do they really need to be in a table one per
line over 3 pages?

* Explicit figure location

h rarelly works, so making it clear top is also an option.
This commit is contained in:
cedounet
2023-06-30 10:47:09 +01:00
committed by GitHub
parent 2582e4c180
commit 17b5ae5f52
6 changed files with 138 additions and 154 deletions

View File

@@ -20,6 +20,7 @@ src_figures := $(wildcard figures/fig-*.tex)
src_tex := $(foreach directory, $(chapters), $(wildcard $(directory)/*.tex))
src_tex += book.tex book_sans_serif.tex references.bib figures/vars.tex
src_tex += supporters.csv
images := $(wildcard images/*/*.jpg)
images += $(wildcard images/*/*.png)