Quote:
Originally Posted by nekokami
Does that make sense?
|
Sorry I probably misunderstood what you meant earlier. Of course it makes sense and what bugs me is that some of the current devices almost have the hardware capabilities we want them to (at least the stuff that we can't do without). The problem is that their software doesn't support it and it seems that noone cares to implement the necessary functionality. Of course their price doesn't help either.
Quote:
Originally Posted by icecubex
I still REALLY don't need an mp3 player
|
For me that shows to whom these devices are targeted. Especially for eInk this is the first generation of devices and maybe they want to play it safe, aiming for the widest possible audience.
Quote:
Originally Posted by icecubex
recompiling arxiv tex files
|
Well I don't know the format of the arxiv tex files but if you have the source you can either change the document size to a5paper in the document class declaration or if the template doesn't support it use something like this:
Code:
\usepackage[a5paper,hmargin=0.2cm,vmargin=0.2cm]{geometry}
Afterwards you might need to crop your pdf. I found some instructions in this
post but I've never tried to do that.