… y 50

Publicado por Pablo · Deja un comentario 

Ya han caído los 50 libros de este año. Se puede argumentar que algunos no son libros propiamente dichos, o que son muy cortos, pero yo los he contado así. Aún queda año como para enmendar lo que haga falta.

El lector de libros electrónicos está dando un resultado fantástico, y aunque he descargado todo lo descargable, sigo teniendo una sed espectacular de adquirir nuevos libros. Si hubiera lugares a los que acudir, acudiría, porque Amazon no tiene todo lo que busco.

Sant Jordi

Publicado por Pablo · 5 Comentarios 

Este año Sant Jordi se ha portado muy bien. Nada más levantarme tenía 3 sorpresas en diferentes lugares de la casa:

  • La Rueda del Tiempo 6: El pueblo del dragón
  • La soledad de los números primos
  • Zombie Planet

Por la tarde dimos una vuelta por el barrio, pero lo pocos puestos que vimos eran incómodos por la cantidad de gente y por ir con el carrito de Núria.

Para acabar de celebrar el día del libro estoy construyendo la Biblioteca de Alejandría en casa.

Hairago

Publicado por Pablo · 1 Comentario 

El autor de Hairago ha abierto un sitio web del libro.

Es su primera obra, y aunque hay que pulir algunas esquinas es muy entretenida.

Paragraph spacing on FB2 files

Publicado por Pablo · Deja un comentario 

I recently bought a Papyre 5.1 device, which is the Spanish variant of the Hanlin v5 e-book reader. Although I don’t mind reading properly formatted PDF files, it is clear that an unstructured textual format works much better. The FB2 format is the better supported and the one with more options and choices.

I prefer using a 110% inter-line separation. Additionally I find that a little space between paragraphs makes reading much easier, but there is no option to automatically set this up. Fortunately, FB2 files are just an XML variant, and a plain text editor is enough to change little things. In particular, paragraphs are delimited by <p> tags, and a small embedded CSS section may be added at the beginning of the file.

Just after the second line of the file:

<FictionBook xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.gribuser.ru/xml/fictionbook/2.0">

The following text should be added:

<stylesheet type="text/css">
p { margin-top: 10px; margin-bottom: 10px;}
</stylesheet>

If the stylesheet section already exists, only the following line should be added:

p { margin-top: 10px; margin-bottom: 10px;}

Now there will be a separation between paragraphs, which will make reading even more enjoyable.

Another option would be changing the style in the fb2.css file, which is stored inside the crengine folder of the SD card. Personally I prefer hand-editing each file, as formatting is not always set in the same way.

Lecturas

Publicado por Pablo · Deja un comentario 

En 2009 he leído mucho… más de 15.000 páginas.

Si los Reyes se portan bien y me traen un lector de libros electrónicos (un Papyre 5.1) posiblemente hasta lo supere… aunque lo tengo difícil.