Re: [Vim-latex-devel] Using \ref within input files
Brought to you by:
srinathava,
tmaas
From: Gerd W. <ger...@ma...> - 2016-08-11 17:07:10
|
> Additional question: is there a system to list all the labels not as > they are in the document structure, bu alfabetically? I tried an > internal/external "sort" but 'modifiable' is off and so it does not work. No, this is not possible. You could just do ":set modifiable!", or you could try to fight with '.vim/ftplugins/latex-suite/outline.py". For what particular reason do you want to sort the labels? |