mrkline / concurrency-primer

The basics of low-level concurrency in a sub-30 minute read
Other
176 stars 7 forks source link

Add option to format for an e-reader #6

Closed rjw245 closed 4 years ago

rjw245 commented 4 years ago

I've added a conditional which you can optionally set to "true" to render the document for a 4.5" by 6" e-reader screen. It moves to a single-column layout as well. I've enjoyed reading it on my Kindle in this format!

I have not been able to test with the proper fonts, but I don't expect that to be an issue. I would appreciate if you could test that for me, since I don't have the necessary fonts on my machine.

mrkline commented 4 years ago

Nice, thanks!

mrkline commented 4 years ago

Shoot, we missed a couple of spots. Fixed in 2cfedf2.

Here's a render: concurrency-primer.pdf

A few of the page breaks could be improved, but not bad at all for a quick format switch. Thanks again, and happy new year!

rjw245 commented 4 years ago

Thanks, happy new year to you too!