#3 reftex does not detect the bibliography in emacs and auctex

Open
opened 2 years ago by gmarx · 1 comments
gmarx commented 2 years ago
There is no content yet.
gmarx added the
bug
label 2 years ago
gmarx self-assigned this 2 years ago
gmarx added this to the the protocol document project 2 years ago
gmarx commented 2 years ago

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.

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 auctex 2 years ago
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.