the TeX-master variabel says to auctex where to find the main file that includes the documentclass and packages. On the other hand, the reftex-default-bibliogrpahy indicates where to find the bibliography file.
This issue was solved by using the local variables in each individual included file.
This means that any included file in the protocol should include the next code at **the end of the file**:
```
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../thesisStructure"
%%% reftex-default-bibliography: ("../Reference")
%%% End:
```
the `TeX-master` variabel says to auctex where to find the main file that includes the documentclass and packages. On the other hand, the `reftex-default-bibliogrpahy` indicates where to find the bibliography file.
gmarx
changed title from reftex from auctex does not detect the bibliography to reftex does not detect the bibliography in emacs and auctex2 years ago
This repo is archived. You cannot comment on issues.
This issue was solved by using the local variables in each individual included file.
This means that any included file in the protocol should include the next code at the end of the file:
the
TeX-master
variabel says to auctex where to find the main file that includes the documentclass and packages. On the other hand, thereftex-default-bibliogrpahy
indicates where to find the bibliography file.reftex from auctex does not detect the bibliographyto reftex does not detect the bibliography in emacs and auctex 2 years ago