[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LaTeX, long line, and synctex.
From: |
Tassilo Horn |
Subject: |
Re: LaTeX, long line, and synctex. |
Date: |
Thu, 11 May 2023 09:48:12 +0200 |
User-agent: |
mu4e 1.11.5; emacs 30.0.50 |
Hongyi Zhao <hongyi.zhao@gmail.com> writes:
>> When working with AUCTeX, if I have long-lines in LaTeX file, then
>> the SyncTeX positioning will not so accurate. How to tackle this
>> problem?
>
> It seems that the only feasible way is to use `M-q ( fill-paragraph )`
> to do the trick.
Right, I think synctex is line-based, i.e., it only says the
corresponding position is foobar.tex, line 929 but doesn't say which
column.
Bye,
Tassilo