diff options
| author | Ralph Amissah <ralph@amissah.com> | 2010-04-30 23:15:45 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2010-04-30 23:15:45 -0400 | 
| commit | 50c13fdbcaf12b63ac0dd8f371aa17ee77ff6699 (patch) | |
| tree | efa38655471a4fe978db78f6e3a233f29f691679 | |
| parent | shared_txt, text wrap, deal with <br> markers where they occur (diff) | |
texpdf, tell file being processed
| -rw-r--r-- | lib/sisu/v2/texpdf.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/sisu/v2/texpdf.rb b/lib/sisu/v2/texpdf.rb index f0e04b33..4854ce72 100644 --- a/lib/sisu/v2/texpdf.rb +++ b/lib/sisu/v2/texpdf.rb @@ -104,7 +104,7 @@ module SiSU_TeX      def song        begin          @md=@particulars.md -        tell=SiSU_Screen::Ansi.new(@opt.cmd,'LaTeX/PDF') +        tell=SiSU_Screen::Ansi.new(@opt.cmd,'LaTeX/PDF',@md.fns)          tell.green_title_hi unless @opt.cmd =~/q/          path=@env.url.output_tell          if @opt.cmd =~/[MVv]/ | 
