karlseguin / the-little-redis-book

1.44k stars 500 forks source link

Change fonts commentary in the readme file #31

Closed arturdryomov closed 11 years ago

fgm commented 11 years ago

Notes about building on Ubuntu 12.04 on my machine.

Also, when the lmodern package is not installed, build fails too. Apparently, for some reason, the LM fonts are needed by LateX.

dloureiro commented 11 years ago

As I mentioned in the related issue, DejaVu font is ok on Mac OS X 10.8 (and also on my Ubuntu 12.04 as @FGM just told us) for main, sans and mono fonts: \setmainfont{DejaVu Serif} \setsansfont{DejaVu Sans} \setmonofont{DejaVu Sans Mono}

Don't see me as a DejaVu fan, I'm just mentionning what's working for me :)

arturdryomov commented 11 years ago

@karlseguin :rocket:

karlseguin commented 11 years ago

Sorry, meant to get to this sooner. Really appreciate the time you've put into it!