« Return to Thread: LaTeX Bundle: Show Outline Issue

LaTeX Bundle: Show Outline Issue

by Guido Lorenz-3 :: Rate this Message:

Reply to Author | View in Thread

Hello,

I had an issue with the Show Outline command from the LaTeX bundle  
when using multiple source files spread accross different (relative)  
directories.

I took a look at the code and was able to fix it for me by modifying  
the line
     points += outline_points(filename.adjust_end($1)) if  
line.match(INCLUDE_REGEX)
to
     points += outline_points(LaTeX.master(filename).adjust_end($1))  
if line.match(INCLUDE_REGEX)

Someone with a little more insight might want to check if that is a  
good idea and possibly apply it for future versions. :)

Cheers,
Guido

_______________________________________________
textmate mailing list
textmate@...
http://lists.macromates.com/listinfo/textmate

 « Return to Thread: LaTeX Bundle: Show Outline Issue