[Vim-latex-devel] Using \ref within input files

2016-08-11 Thread Guido Milanese
Hello! I am writing a manual and, given the complexity of the project, I am using a main file and an input file for each chapter. I am not able tu use the "\ref" input facility, which I find extremely useful (I mean the technique) if I want to refer to another input file. Am I missing somethin

Re: [Vim-latex-devel] Using \ref within input files

2016-08-11 Thread Gerd Wachsmuth
Hi, did you read http://vim-latex.sourceforge.net/documentation/latex-suite/latex-project.html ? In particular, did you have a file like "main.tex.latexmain"? Best regards, Gerd On 08/11/2016 03:26 PM, Guido Milanese wrote: > Hello! I am writing a manual and, given the complexity of the proje

Re: [Vim-latex-devel] Using \ref within input files

2016-08-11 Thread Guido Milanese
On 11/08/2016 16:21, Gerd Wachsmuth wrote: > did you read > > http://vim-latex.sourceforge.net/documentation/latex-suite/latex-project.html > > ? In particular, did you have a file like "main.tex.latexmain"? Yes! Thank you. The file extension of my input files is '.inp', and I did not notice tha

Re: [Vim-latex-devel] Using \ref within input files

2016-08-11 Thread Gerd Wachsmuth
> 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

Re: [Vim-latex-devel] Using \ref within input files

2016-08-11 Thread Guido Milanese
On 11/08/2016 19:07, Gerd Wachsmuth wrote: >> 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 j