diff options
| author | Ralph Amissah <ralph@amissah.com> | 2011-07-26 20:08:59 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2011-07-26 20:08:59 -0400 | 
| commit | 5eb77a9b2e3558ef1d7393b60d3acd2b8d97912b (patch) | |
| tree | 3554cc4a246b2fec365464db7afd93cba5fe45b9 /lib | |
| parent | v3: sysenv, cosmetic (diff) | |
v3: param, cleanup setting of auto endotes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sisu/v3/param.rb | 13 | 
1 files changed, 2 insertions, 11 deletions
| diff --git a/lib/sisu/v3/param.rb b/lib/sisu/v3/param.rb index 22b711df..2d2c22c0 100644 --- a/lib/sisu/v3/param.rb +++ b/lib/sisu/v3/param.rb @@ -1172,17 +1172,8 @@ module SiSU_Param                when /^\^~\s+\S/; @en[:note] +=1                                 #% processing                end              end -            if para =~/~\{|\^~ |~\^|<:ee>|\{.+?\[[1-6]\]\}\S+?\.ss[tm]/m; @flag_auto_endnotes,@flag_endnotes=true,true -            end -            unless @flag_auto_endnotes -              if para =~/^(4~endnotes\b|<:ee>)/ -                @flag_separate_endnotes=true -                @flag_endnotes=true -              end -            end -            if para =~/^(?:4~endnotes|<:ee>)/; @flag_separate_endnotes_make=false -            end -            if para =~/<!!e[#0-9]+?!>\s*.+/; @flag_endnotes=true +            if para =~/~\{|\^~ |~\^|\{.+?\[[1-6]\]\}\S+?\.ss[tm]/m +              @flag_auto_endnotes,@flag_endnotes=true,true              end              if para =~/^(?:table\{|\{table)/i; @flag_tables=true              end | 
