Closed dcpaschall closed 7 years ago
There is a table to fix and an equation to enter: with that the chapter will be semantically fine... BUT I don't know how to proceed after that because almost all the sections of this chapter have an issue I have seen in a few sections of other chapters:
\figure[MEDIUM]
... but that is obviously a workaround on a case-by-case basis...I am not sure whether I should fix this case by case (so it will be nice for now, but it spoils the idea of letting the generator doing his job), or if we should have this as a bigger issue... I would suggest I do both (fix for now and open an issue as an improvement).
Besides that, there are this other things I noticed:
Things to do here still:
\highlight
to \section
(@aegauthier, would you be kind to provide the names of authors of Chapter 29.
@jonasmalacofilho, Figures 29.54 and 29.55 loaded in the pdf on-line (it takes sometime to reapear in the browser if you go away and comeback... but they are there). My local copy and TeX log are long gone... so you can not really check it. : )
Authors for 29 Contributors: Chris Kost, ITDP Africa; Shreya Gadepalli, ITDP India; Michael King, BuroHappold Engineering
I don't have push access to @dcpaschall, so I'll merge this as is and push my fixes directly on to the resulting master.
I batch converted all images to what seemed a high resolution but sensible size (and quality setting) using ImageMagik's convert
:
for f in $(ls -S *.jpg); do echo $f $(identify -format '%Q' $f); convert $f -resize 8294400@\> -quality 90 $f; done
This means:
@aszasz and @dcpaschall: can I already merge this?