ITDP / the-online-brt-planning-guide

Online collaborative version of the BRT Planning Guide
https://brtguide.itdp.org
Other
6 stars 20 forks source link

entering chapter 29 #70

Closed dcpaschall closed 7 years ago

jonasmalacofilho commented 7 years ago

@aszasz and @dcpaschall: can I already merge this?

aszasz commented 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:

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:

jonasmalacofilho commented 7 years ago

Things to do here still:

aszasz commented 7 years ago

@aegauthier, would you be kind to provide the names of authors of Chapter 29.

aszasz commented 7 years ago

@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. : )

aegauthier commented 7 years ago

Authors for 29 Contributors: Chris Kost, ITDP Africa; Shreya Gadepalli, ITDP India; Michael King, BuroHappold Engineering

jonasmalacofilho commented 7 years ago

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.

jonasmalacofilho commented 7 years ago

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: