diff options
| -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]/ | 
