synctex icon indicating copy to clipboard operation
synctex copied to clipboard

Synchronization for TeX

Results 31 synctex issues
Sort by recently updated
recently updated
newest added

We have been using an older version of SyncTeX (see version specs below). We use `pdflatex` with the `synctex` option to generate the .synctex files, and then use the values...

The support for `\mathsurround` is not accurate: The math node is always located before the horizontal space, which is wrong for opening math nodes. Things must be changed in tex...

When compiling a trivial doc ``` \documentclass{article} \begin{document} a\kern3pt b \end{document} ``` we get the following synctex kern nodes in the .synctex file: ``` x1,4:10110238,8865054 k0,0:8799518,8865054:196608 x1,6:10671226,8865054 g1,5:31409438,8865054 ``` `kTAG,LINE:H,V:WIDTH`...

Problem: If the path to the synctex file (*.synctex.gz) contains non ASCII characters the synchronization between the compiled .pdf and source code is broken. This means that if the .tex...

Would you like to add more error handling for return values from functions like the following? * [fclose](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fclose.html "Close a stream") ⇒ [_synctex_updater_close](https://github.com/jlaurens/synctex/blob/91d69b73e2fc9c65953c04debe0f06fbd1e51299/synctex_parser.c#L8491) * [malloc](https://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html "Memory allocation") ⇒ [_synctex_log](https://github.com/jlaurens/synctex/blob/c3ae46d28d9068d56f781d7e10ca25f0fc5dff20/synctex_parser_utils.c#L105)

It would be good to automate testing with `meson`. Currently PR #72 contains an attempt at running one test as described in PR #71, which introduced `meson`.

Hi! I picked up on your first comment about testing functionality and I tried to setup a test with meson. Now if you run `meson test` in the build directory,...

This is a profiling result on a relatively large PDF file (1000 pages, with around 500 tags): ![image](https://github.com/jlaurens/synctex/assets/25191436/2ac6cc9d-a6fc-4f1c-8158-8979a5b3e3ae) A `synctex edit` command takes 1.5 seconds on the file. According to...

Hi, I want to use SyncTeX for my XML first workflow and I have mentioned my process in below: **My process (sample attached in the below)**: Input XML --> XML...

If an immediate xform object is added (something that the fadings libary of pgf does, and so happens in many document using tikz) then synchronization fails for text in input...