mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
LRF Output: Fix --header option
This commit is contained in:
parent
c317411f03
commit
a23bdcf536
@ -54,6 +54,7 @@ class LRFOptions(object):
|
|||||||
self.minimize_memory_usage = False
|
self.minimize_memory_usage = False
|
||||||
self.autorotation = opts.enable_autorotation
|
self.autorotation = opts.enable_autorotation
|
||||||
self.header_separation = (self.profile.dpi/72.) * opts.header_separation
|
self.header_separation = (self.profile.dpi/72.) * opts.header_separation
|
||||||
|
self.headerformat = opts.header_format
|
||||||
|
|
||||||
|
|
||||||
for x in ('top', 'bottom', 'left', 'right'):
|
for x in ('top', 'bottom', 'left', 'right'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user