diff options
| author | Ralph Amissah <ralph@amissah.com> | 2010-09-27 23:23:47 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2010-09-27 23:23:47 -0400 | 
| commit | 5b92d55aad5ab4c2812c36b407d0b6458ee4de45 (patch) | |
| tree | e40177bf8690fb4eda96a1359e77d76c2d5f0f9b /lib | |
| parent | texpdf, provide line-break-points for long directory names (+changelog) (diff) | |
texpdf, a5, increase headheight (+changelog)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sisu/v2/texpdf_format.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/sisu/v2/texpdf_format.rb b/lib/sisu/v2/texpdf_format.rb index 895fd8d8..ea34a390 100644 --- a/lib/sisu/v2/texpdf_format.rb +++ b/lib/sisu/v2/texpdf_format.rb @@ -751,7 +751,7 @@ WOK          when /a5/i            d[:papertype],d[:fontsize]='a5paper','11pt'            d[:oddsidemargin],d[:evensidemargin],d[:topmargin]='-4mm','-4mm','-36pt' -          d[:headheight],d[:headsep],d[:columnsep]='8pt','12pt','' +          d[:headheight],d[:headsep],d[:columnsep]='11pt','12pt',''            d[:marginparsep],d[:marginparwidth]='4mm','6mm'            d[:textheight],d[:textwidth]=@tx.a5.portrait.h,@tx.a5.portrait.w          else           #default currently A4 | 
