--- ly2dvi Fri Mar 16 15:58:41 2001 +++ ly2dvi.org Fri Mar 16 15:56:26 2001 @@ -376,12 +376,8 @@ orientation = 'portrait' if extra['orientation']: orientation = extra['orientation'][0] - - linewidth = '540.602362' - if extra['linewidth']: - linewidth = extra['linewidth'][0] - s = s + '\geometry{width=%spt%s,headheight=2mm,headsep=0pt,footskip=2mm,%s}\n' % (linewidth, textheight, orientation) + s = s + '\geometry{width=%spt%s,headheight=2mm,headsep=0pt,footskip=2mm,%s}\n' % (extra['linewidth'][0], textheight, orientation) s= s + r''' \usepackage[latin1]{inputenc}