View Single Post
Old 02-21-2007, 06:58 PM   #2
dalai
Enthusiast
dalai began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Feb 2007
Location: Germany
Device: Kindle DX, Sony PRS T2
(I sent this to the other thread but my post never appeared there for some reason)

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.

If you want non-standard sizes then the geometry package is the way to go.
dalai is offline   Reply With Quote