latex-editor does not reference appreviations from extern tex-file.
I have an shared appreviations-file for all my documents.
This works when compiling
Problem is during editing the document in the editor the appreviations are not referenced (" label missing ").
This is no problem for me knowing all appreviations anyway. If working with other people it would be cool for them to have the reference during editing for autocompletion.
I am only have experienced an writing with total beginners so it has to be easy.
Does someone have a solution?
Minimal example
(if of use i can also add the files for input, but they are kind of big and grown over a long time )
\input{sharedDocumentStyle.tex}
\input{appreviations.tex}
\begin{document}
\ac{ics}
\ac{id}
\end{document}
latex-editor does not reference appreviations from extern tex-file.
I have an shared appreviations-file for all my documents.
This works when compiling
Problem is during editing the document in the editor the appreviations are not referenced (" label missing ").
This is no problem for me knowing all appreviations anyway. If working with other people it would be cool for them to have the reference during editing for autocompletion.
I am only have experienced an writing with total beginners so it has to be easy.:)
Does someone have a solution?
Minimal example
(if of use i can also add the files for input, but they are kind of big and grown over a long time )
\input{sharedDocumentStyle.tex}
\input{appreviations.tex}
\begin{document}
\ac{ics}
\ac{id}
\end{document}