aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/constants.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2008-09-10 21:24:31 -0400
committerRalph Amissah <ralph@amissah.com>2008-09-10 21:24:31 -0400
commit291080c0495f59f031bf5c0de2482f1bc7df59f2 (patch)
tree6e8a1d334be8979f5c9e77687e2ec8ee7fc633b2 /lib/sisu/v0/constants.rb
parentbook index, sample html file and to screen sisu markup sample added (-M flag) (diff)
primarily on book index where (markup) provided
* book index, html, tex/pdf, xml * texpdf no ocn if ocn is 0 * odf, plaintext, if book index? remove ... do other outputs for which not relevant * concordance, better matches * constants, dal special character for hardspace changed as (ruby) regx bug in replacing it in xml, odd but move on Note: to fix html seg headers for endnotes and for index
Diffstat (limited to 'lib/sisu/v0/constants.rb')
-rw-r--r--lib/sisu/v0/constants.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/constants.rb b/lib/sisu/v0/constants.rb
index 3f050df7..414732e1 100644
--- a/lib/sisu/v0/constants.rb
+++ b/lib/sisu/v0/constants.rb
@@ -91,7 +91,7 @@ Mx[:gl_bullet]= "#{Mx[:gl_o]}●#{Mx[:gl_c]}"
Mx[:pa_non_object_dummy_heading]="#{Mx[:pa_o]}-##{Mx[:pa_c]}" #unnumbered paragraph, delete when not required [used in dummy headings, eg. for segmented html] (place marker at end of paragraph)
Mx[:pa_non_object_no_heading]="#{Mx[:pa_o]}~##{Mx[:pa_c]}" #unnumbered paragraph (place marker at end of paragraph)
Mx[:idx_o]='▢ '; Mx[:idx_c]='▢ ' #
-Mx[:nbsp]= '▭ '
+Mx[:nbsp]= '░' #'▭ '
Mx[:br_line]= "#{Mx[:mk_o]}br#{Mx[:mk_c]}"
Mx[:br_paragraph]= "#{Mx[:mk_o]}br#{Mx[:mk_c]}"
Mx[:br_nl]= "#{Mx[:mk_o]}nl#{Mx[:mk_c]}"