humitos / turtle-confusion-es

Spanish translation of the book "Turtle Confusion" by Barry Newell
6 stars 2 forks source link

Font style #30

Open humitos opened 12 years ago

humitos commented 12 years ago

I was using "Times-Roman" but it hasn't a bold representation as "Times-Roman-Bold" or something else. So, I changed it to "DejaVuSerif-Bold" just to test and it worked.

What is the difference between "Times-Roman" and "DejaVuSerif"?

humitos commented 12 years ago

Well, I tried the "DejaVuSerif" in the whole document and I don't like how it looks like...

We will keep using Times-Roman

humitos commented 12 years ago

We should test this font, that is free: Liberation Serif

humitos commented 12 years ago

I tested this font and it looks great! I think we are going to use this one.

This is the command that I used to create the PDF

rst2pdf docs/index.rst --extension=inkscape --output=turtle-confusion-es.pdf --default-dpi=62 \
    --stylesheets=docs/_styles/my.style --break-level=2 --language=es_AR --smart-quotes=1 -v \
    --font-path=/usr/share/fonts/liberation

and this is the my.style file:

fontName: LiberationSerif-Regular

There is a LiberationSerif-Bold version, so we can avoid the use of \ in the titles and .. line-block:: 's ; but I'm not sure about that...