aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-09-27 22:51:48 -0400
committerRalph Amissah <ralph@amissah.com>2010-09-27 23:20:11 -0400
commitbbc1ea81d8c93ac58329fa52236000824f490793 (patch)
treeecf5aa5a00ee44c31aafdb30d9a244d6ce1cb31b
parenttexinfo, urls cleaned & with angle bracket decoration (+changelog) (diff)
texpdf, provide line-break-points for long directory names (+changelog)
(requested fix)
-rw-r--r--CHANGELOG_v23
-rw-r--r--data/doc/sisu/v2/CHANGELOG3
-rw-r--r--lib/sisu/v2/texpdf_format.rb10
3 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG_v2 b/CHANGELOG_v2
index a07eb06b..030bca7d 100644
--- a/CHANGELOG_v2
+++ b/CHANGELOG_v2
@@ -25,6 +25,9 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.7.1.orig.tar.gz
* texinfo ocn decoration a hash (instead of angle braces
* texinfo, urls cleaned and with angle bracket decoration
+ * texpdf, provide line-break-points for long directory names
+ (requested fix)
+
%% 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
9e9e9695184e09dcf3fadee20e34d92d031c66419e49394de83a56cddd81bcba 2741663 sisu_2.7.0.orig.tar.gz
diff --git a/data/doc/sisu/v2/CHANGELOG b/data/doc/sisu/v2/CHANGELOG
index 8380cc57..d934fbfe 100644
--- a/data/doc/sisu/v2/CHANGELOG
+++ b/data/doc/sisu/v2/CHANGELOG
@@ -25,6 +25,9 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.7.1.orig.tar.gz
* texinfo ocn decoration a hash (instead of angle braces
* texinfo, urls cleaned and with angle bracket decoration
+ * texpdf, provide line-break-points for long directory names
+ (requested fix)
+
%% 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
9e9e9695184e09dcf3fadee20e34d92d031c66419e49394de83a56cddd81bcba 2741663 sisu_2.7.0.orig.tar.gz
diff --git a/lib/sisu/v2/texpdf_format.rb b/lib/sisu/v2/texpdf_format.rb
index 41802557..895fd8d8 100644
--- a/lib/sisu/v2/texpdf_format.rb
+++ b/lib/sisu/v2/texpdf_format.rb
@@ -963,6 +963,16 @@ WOK
para_array=[]
str=if word
word.each do |w| # _ - / # | : ! ^ ~
+ if w !~/http:/ \
+ and w=~/\/\S+?\// \
+ and w.length > 6
+ w.gsub!(/([_.\/])/,'\1\-')
+ #elsif w !~/http:/ \
+ #and w=~/([_,.;:\/|=])/ \
+ #and w.length > 10
+ # w.gsub!(/([_,.;:\/|=])/,'\1\-')
+ # w.gsub!(/(--)(\S{4,})/,'\1\-\2')
+ end
w.gsub!(/#{Mx[:gl_o]}#lt#{Mx[:gl_c]}/,'<'); w.gsub!(/#{Mx[:gl_o]}#gt#{Mx[:gl_c]}/,'>')
w.gsub!(/[\\]?~/,'<=tilde>')
w.gsub!(/[#{Mx[:br_line]}#{Mx[:br_paragraph]}]/,' \newline ') #watch