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 | |
| parent | texpdf, provide line-break-points for long directory names (+changelog) (diff) | |
texpdf, a5, increase headheight (+changelog)
| -rw-r--r-- | CHANGELOG_v2 | 10 | ||||
| -rw-r--r-- | data/doc/sisu/v2/CHANGELOG | 10 | ||||
| -rw-r--r-- | lib/sisu/v2/texpdf_format.rb | 2 | 
3 files changed, 13 insertions, 9 deletions
| diff --git a/CHANGELOG_v2 b/CHANGELOG_v2 index 030bca7d..e026dcf1 100644 --- a/CHANGELOG_v2 +++ b/CHANGELOG_v2 @@ -22,11 +22,13 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.7.1.orig.tar.gz    * texinfo      * texinfo_format, texinfo output broken, fix (Closes #598063) -    * texinfo ocn decoration a hash (instead of angle braces -    * texinfo, urls cleaned and with angle bracket decoration +    * ocn decoration use a hash (instead of angle braces +    * urls cleaned and with angle bracket decoration -  * texpdf, provide line-break-points for long directory names -    (requested fix) +  * texpdf +    * provide line-break-points for long directory names +      (requested fix) +    * a5, increase headheight (11pt from 8pt)  %% 2.7.0.orig.tar.gz (2010-09-21:38/2)  http://www.jus.uio.no/sisu/pkg/src/sisu_2.7.0.orig.tar.gz diff --git a/data/doc/sisu/v2/CHANGELOG b/data/doc/sisu/v2/CHANGELOG index d934fbfe..8db74ebd 100644 --- a/data/doc/sisu/v2/CHANGELOG +++ b/data/doc/sisu/v2/CHANGELOG @@ -22,11 +22,13 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.7.1.orig.tar.gz    * texinfo      * texinfo_format, texinfo output broken, fix (Closes #598063) -    * texinfo ocn decoration a hash (instead of angle braces -    * texinfo, urls cleaned and with angle bracket decoration +    * ocn decoration use a hash (instead of angle braces +    * urls cleaned and with angle bracket decoration -  * texpdf, provide line-break-points for long directory names -    (requested fix) +  * texpdf +    * provide line-break-points for long directory names +      (requested fix) +    * a5, increase headheight (11pt from 8pt)  %% 2.7.0.orig.tar.gz (2010-09-21:38/2)  http://www.jus.uio.no/sisu/pkg/src/sisu_2.7.0.orig.tar.gz 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 | 
