En calidad de Afiliado de Amazon, obtengo ingresos por las compras adscritas que cumplen los requisitos aplicables
Resultados 1 al 1 de 1

Tema: Leer epub en formato Cool-Reader sin "CoolRreader"

  1. #1
    Habitual en el foro Avatar de fuenjosito
    Fecha de ingreso
    23 oct, 10
    Mensajes
    56

    Predeterminado Leer epub en formato Cool-Reader sin "CoolRreader"

    Para los que gusten leer Epub en formato bien justificado, margenes etc..
    En un par de minutos podeis hacelo con Calibre y las hojas de estilo que trae el coolreader, dejo enlace para bajarlo quien no lo tenga

    http://sourceforge.net/projects/crengine

    1) Se trata de convertir un HTLM, epub, etc... con el calibre a formato epub.

    2) En el menú de conversion del calibre. Ir a la opcion "Apariencia" a la izda.
    A la derecha hay una ventana que dice "CSS Adicional" . En esta Ventana hay que pegar la hoja de estilo que viene en el programa Coolreader cuyo fichero es "Epub.css". Se abre con cualquier editor. Se selecciona el texto y se pega en el calibre donde se comentó antes.
    En "Apariencia" he seleccionado. "Eliminar espaciado entre párrafos"
    y en "Procesamiento heuristico" , He seleccionado todos los cuadros de selección.

    3) Lo único que he añadido de mi cosecha a la hoja de estilo de coolreader es poner "margin-left:2em; margin-right:2em;". lo demás lo he dejado igual. Consiguiendo un formato bastante bueno.

    Con el coolreader vienen también otros ficheros de hojas de estilo como es fb2.css, htm.css y
    txt.css que no he probado. Lo mejor a mi critério sería convertir con el calibre a HTLM y después
    aplicarle el estilo de coolreader con "htm.css" y luego pasarlo a Epub o a cualquier otro formato que lea nuestros lectores PB.

    Esto es sólo una idea. Si alguno sabe algo de hojas de estilo y puede mejorar el formato, para leerlo en nuestros pocketbook. Se agradeceria su colaboracíon en el Foro.

    dejo la hoja de estilo que pertenece al programa de Bugging con el ligero cambio de los margenes de mi cosecha. Al principio en "p" de párrafo. Este texto es lo que he pegado al calibre en "CSS adicional". Por si alguno quiere aplicarla.


    body { text-align: left; text-indent: 0px }
    p { text-align: justify; text-indent: 1.2em; margin-top:0em; margin-left:2em; margin-right:2em; margin-botton:0em }
    *.justindent { text-align: justify; text-indent: 1.2em; margin-top:0em; margin-bottom: 0em }

    DocFragment { page-break-before: always }

    empty-line { height: 1em }

    hr { height: 1px; background-color: #808080; margin-top: 0.5em; margin-bottom: 0.5em }

    sub { vertical-align: sub; font-size: 70% }
    sup { vertical-align: super; font-size: 70% }
    strong, b { font-weight: bold }
    emphasis, i { font-style: italic }

    a { text-decoration: underline }
    a[type="note"] { vertical-align: super; font-size: 70%; text-decoration: none }

    image { text-align: center; text-indent: 0px }
    p image { display: inline }

    title p, subtitle p, h1 p, h2 p, h3 p, h4 p, h5 p, h6 p { text-align: center; text-indent: 0px }
    cite p, epigraph p { text-align: left; text-indent: 0px }
    v { text-align: left; text-indent: 0px }

    stanza + stanza { margin-top: 1em; }
    stanza { margin-left: 30%; text-align: left; font-style: italic }
    poem { margin-top: 1em; margin-bottom: 1em; text-indent: 0px }
    text-author { font-weight: bold; font-style: italic; margin-left: 5%}
    epigraph { margin-left: 25%; margin-right: 1em; text-align: left; text-indent: 1px; font-style: italic; margin-top: 15px; margin-bottom: 25px }
    cite { font-style: italic; margin-left: 5%; margin-right: 5%; text-align: justyfy; margin-top: 20px; margin-bottom: 20px }

    title, h1, h2 { text-align: center; text-indent: 0px; font-weight: bold; hyphenate: none; page-break-before: auto; page-break-inside: avoid; page-break-after: avoid; }
    subtitle, h3, h4, h5, h6 { text-align: center; text-indent: 0px; font-weight: bold; hyphenate: none; page-break-inside: avoid; page-break-after: avoid; }
    title { font-size: 110%; margin-top: 0.7em; margin-bottom: 0.5em }
    subtitle { font-style: italic; margin-top: 0.3em; margin-bottom: 0.3em }
    h1 { font-size: 150% }
    h2 { font-size: 140% }
    h3 { font-size: 130% }
    h4 { font-size: 120% }
    h5 { font-size: 110% }


    table { font-size: 80% }
    td, th { text-indent: 0px; padding: 3px }
    th { font-weight: bold; background-color: #DDD }
    table > caption { text-indent: 0px; padding: 4px; background-color: #EEE }

    code, pre { display: block; white-space: pre; text-align: left; font-family: "Courier New", "Courier", monospace; text-align: left }

    body[name="notes"] { font-size: 70%; }
    body[name="notes"] section title { display: run-in; text-align: left; font-size: 110%; font-weight: bold; page-break-before: auto; page-break-inside: auto; page-break-after: auto; }
    body[name="notes"] section title p { display: inline }

    description { display: block; }
    title-info { display: block; }
    annotation { margin-left: 5%; margin-right: 5%; font-size: 80%; font-style: italic; text-align: justify; text-indent: 2em }
    date { display: block; font-size: 80%; font-style: italic; text-align: center }
    genre { display: none; }
    author { display: none; }
    book-title { display: none; }
    keywords { display: none; }
    lang { display: none; }
    src-lang { display: none; }
    translator { display: none; }
    document-info { display: none; }
    publish-info { display: none; }
    custom-info { display: none; }
    coverpage { display: none }

    head, form, script { display: none; }

    body { margin: 0; text-align: justify; }

    hr {
    height: 2px;
    background-color: #808080;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    }

    b,strong,i,em,dfn,var,q,u,del,s,strike,small,big,s ub,sup,acronym,tt,sa mp,kbd,code {
    display: inline;
    }

    b,strong { font-weight: bold; }
    i,em,dfn,var { font-style: italic; }

    u { text-decoration: underline; }
    del,s,strike { text-decoration: line-through; }
    small { font-size: 80%; }
    big { font-size: 130%; }
    sub { vertical-align: sub; font-size: 70% }
    sup { vertical-align: super; font-size: 70% }
    tt, samp, kbd, code, pre { font-family: "Courier New", "Courier", monospace; }
    pre { display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    white-space: pre;
    text-align: left;
    /* background-color: #BFBFBF; */
    }

    nobr { display: inline; hyphenate: none; white-space: nowrap; }

    h1,h2,h3,h4,h5,h6 {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    font-weight: bold;
    text-align: left;
    }
    h1 { font-size: 150%;
    /* color: #FFFFFF; background-color: #000000; */
    padding: 10px ;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    }
    h2 { font-size: 135%;
    /* color: #FFFFFF; background-color: #808080; */
    padding: 10px ;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    }
    h3 { font-size: 125% }
    h4 { font-size: 125%; font-style: italic; }
    h5 { font-size: 115%; font-style: italic; }
    h6 { font-size: 105%; font-style: italic; }

    ul, ol, dl {
    display: block;
    margin-left: 1em;
    margin-top:0.3em;
    margin-bottom: 0.3em;
    /* background-color: #808080; */
    }

    li {
    display: list-item;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    }


    dl { margin-left: 0em; }
    dt { display: block; margin-left: 0em; margin-top:0.3em; font-weight: bold; }
    dd { display: block; margin-left: 1.3em; }

    a { display:inline; text-decoration: underline; }

    span { display: inline; }

    cite { display: inline; font-style: italic;}
    div { display: block; }
    blockquote { display: block;
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    }

    img {
    margin: 0.5em;
    text-align: center;
    text-indent: 0em;
    border-style: solid;
    border-width: medium;
    }

    table { font-size: 100% }
    td, th { text-indent: 0px; padding: 3px }
    th { font-weight: bold; text-align: center; background-color: #808080; }
    table caption { text-indent: 0px; padding: 4px; }
    Última edición por fuenjosito; 06/03/2011 a las 17:50

  2. Los Siguientes 3 Usuarios Agradecieron a fuenjosito por Este Mensaje:


Temas similares

  1. Caracter "guion largo" erroneo en ePub transferido a PRS-650 usando Calibre
    Por etulio en el foro PRS- 350, PRS-650 y PRS-950
    Respuestas: 0
    Último mensaje: 14/11/2010, 16:59
  2. Respuestas: 6
    Último mensaje: 10/11/2010, 18:23
  3. Respuestas: 12
    Último mensaje: 30/10/2010, 22:44
  4. sobre el formato de "las benévolas"
    Por Darko en el foro Tertulia literaria
    Respuestas: 3
    Último mensaje: 04/05/2010, 19:59
  5. Quiero leer "Shutter Island" de Dennis Lehane
    Por Neitor en el foro Tertulia literaria
    Respuestas: 1
    Último mensaje: 23/02/2010, 16:38

Permisos de publicación

  • No puedes crear nuevos temas
  • No puedes responder temas
  • No puedes subir archivos adjuntos
  • No puedes editar tus mensajes
  •