Hi,
I have a NOOK, and also trying to figure out the optimal size to set in LATEX: from wikipedia "Display 600 x 800 pixel, 6 inch E Ink display".
Also trying to get PDF and EPUB to show up properly. Right now with my own experimentation and some examples from here I got mixed results.
This is what I am using ATM and the pdf comes out very neat but I am not very sure about the screen dimensions. How do I tell it to do "600 x 800 pixel" in \usepackage[papersize={4in,6in},margin=3mm]{geometry} ??
Below is a snippet of my beginning (pre-amble?)
Code:
\documentclass[10pt,oneside]{book}
\usepackage[papersize={4in,6in},margin=3mm]{geometry}
\title{Aeneidos}
\author{Vergilius Maron}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra}
\usepackage[T1]{fontenc}
\usepackage{hyperref}
\setcounter{secnumdepth}{0}
\usepackage[absolute]{textpos}
\begin{document}
\thispagestyle{empty}
\begin{textblock*}{\paperwidth}(0mm,0mm)
\noindent\includegraphics[width=\paperwidth,height=\paperheight]{Vergilius.jpg}
\end{textblock*}
\null
\clearpage
\maketitle
\tableofcontents
The pdf has a very neat table of contents that properly linked, cover with picture, the text is centered and its structure preserved. The epub, converted with CALIBRE from pdf is horrible, the table of contents is navigable but won't go to each chapter when I pres enter, EACH page came with the word 'CONTENTS' on top of the page, the poem came in prose, its structure totally mangled, etc.
The other problem is that the PDF although very neat the fonts in NOOK are way to little and the anti-aliasing is messed up. This might be due to the geometry of the page.
Is there hope or should I just wait for Notion Adam Ink to read pdfs instead of fighting epubs?
thanks