From 406eed70e10a8414fd18b9c5c8a260673bb344c5 Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Wed, 13 Oct 2010 10:30:46 -0400
Subject: texpdf, first space following a bullet should be fixed width, fix

(requested fix and suggested solution, Ben Armstrong)
---
 lib/sisu/v2/texpdf.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib')

diff --git a/lib/sisu/v2/texpdf.rb b/lib/sisu/v2/texpdf.rb
index 32b0d2ff..144ee67a 100644
--- a/lib/sisu/v2/texpdf.rb
+++ b/lib/sisu/v2/texpdf.rb
@@ -343,7 +343,7 @@ module SiSU_TeX
             end
             if dob.is=='para' \
             and dob.bullet_
-              dob.tmp='$\txtbullet$~~' + dob.tmp
+              dob.tmp='$\txtbullet$\hspace{\enspace}' + dob.tmp
             end
           elsif dob.is =='break'
             if dob.obj==Mx[:br_page]; dob.tmp='\newpage'
-- 
cgit v1.2.3