Re: Use double-click in Evince instead of `Ctrl+left-click` for performing reverse search.

2023-04-27 Thread Hongyi Zhao
On Fri, Apr 28, 2023 at 2:48 AM Tassilo Horn wrote: > > Hongyi Zhao writes: > > > I want to use double-click in Evince instead of `Ctrl+left-click` for > > performing reverse search to jump to the corresponding location in the > > LaTeX source code. Any tips for achieving this goal? > > I've had

Re: Use double-click in Evince instead of `Ctrl+left-click` for performing reverse search.

2023-04-27 Thread Tassilo Horn
Hongyi Zhao writes: > I want to use double-click in Evince instead of `Ctrl+left-click` for > performing reverse search to jump to the corresponding location in the > LaTeX source code. Any tips for achieving this goal? I've had a look at Evince's settings but could not find a way to change its

Use double-click in Evince instead of `Ctrl+left-click` for performing reverse search.

2023-04-27 Thread Hongyi Zhao
Hi here, I want to use double-click in Evince instead of `Ctrl+left-click` for performing reverse search to jump to the corresponding location in the LaTeX source code. Any tips for achieving this goal? Regards, Zhao -- Assoc. Prof. Hongsheng Zhao Theory and Simulation of Materials Hebei

master 87e8cb03: Simplify implementation of style/pythontex.el

2023-04-27 Thread Arash Esbati
branch: master commit 87e8cb03696e6dfac20d79677a07f818f5ef96e4 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/pythontex.el * style/pythontex.el (LaTeX-env-pythontex): Delete function and move the functionality into the hook. --- style/pythontex.el |

Re: master 04b9a6d1: Improve shortvrb.sty support

2023-04-27 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > It turned out that the following piece of code in font-latex-test.el is > the culprit: > (define-advice LaTeX-common-initialization (:after ()) > (font-lock-ensure)) > > Due to this advice, syntax propertization runs before >