Re: Navigation in TeXmacs document
Basile Audoly <[email protected]> Mon, 5 Aug 2024 18:40:27 +0200
| Newsgroups | gmane.editors.texmacs.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Normand, Here is how I would do: 1. Make sure the cursor is in text mode (and not math mode) 2. Edit > Search… 3. If the search window appears at the bottom of your window, switch to the _detached_ search window, by clicking on the middle icon on the far right next to the search window 4. Type « \cite » and then enter 5. Type the a few letters in the citation key, and use the arrows to navigate the search results. Basile. > Le 5 août 2024 à 17:27, Giovanni Piredda <[email protected]> a écrit : > > It may be that it can be done only with some Scheme programming. > > Perhaps you can find some ideas in the thread > > http://forum.texmacs.cn/t/how-can-i-see-list-of-labels/335 > > In this post you can find one working version of the code discussed in the thread (I did not test it before writing the present post) > > http://forum.texmacs.cn/t/how-can-i-see-list-of-labels/335/83 > > Giovanni > > On 04/08/24 20:07, Normand Beaudoin wrote: >> A question about navigation in TeXmacs. When I click on a bibliographic >> reference number, in the text, TeXmacs jumps to the reference in the >> bibliography. Very good. But how to do the reverse. How to jump from an >> element in the bibliography to one of the places where this bibliographic >> element is cited in the text? I have tried many things, and searched the user >> manual, the internet and The Jolly Writer, to no avail! >> Thank you very much. Normand