Lars wrote: > How are the source specials generated for the dvi generated from LyX? > I cannot find any -src-specials arg to dvi that we use?
They are generated by latex with the switch --src-specials (you need to change by hand the converter Latex->DVI). With this option, latex will insert a source special at every end of line. > (I am asking since I wan to get rid of TexRow, but I don't want to > kill the dvi inverse search feature.) Dvi inverse search relies on LFUN_GOTOFILEROW, wich uses view()->setCursorFromRow() wich uses buffer()->texrow().getIdFromRow(). > -- > Lgb Regards, Joao.