Document.synctexForwardSearch

Peforms a Synctex forward search to obtain the area in the document corresponding to the position (line and column in @source_link) in the source Tex file.

class Document
synctexForwardSearch

Parameters

a #EvSourceLink

Return Value

Type: EvMapping*

An EvMapping with the page number and area corresponding to the given line in the source file. It must be free with g_free when done

Meta