Tagged Questions
2
votes
1answer
36 views
How to create label based on filename with reftex?
I'm using reftex under emacs. In my document, my label policy is the following :
\label{<buffer name>:<env>:<key>}
for example
\label{derivability:thm:Rolle}
Is there a way to ...
0
votes
1answer
78 views
Reftex \cite command binding [closed]
I have a computer where the char [ is made with AltGr+è so I can't use the command Ctrl+[ of RefTeX. Is there a solution to this?
2
votes
1answer
193 views
AUCTeX: How to enable auto expansion of sub and superscript in custom math environment
With help from the question How to add custom math-environments I taught AUCTeX that IEEEeqnarray and its starred counterpart are math environments. I added the following to my .emacs
;; teach auctex ...
11
votes
3answers
1k views
RefTeX won't find my .bib file in local library tree
RefTeX gives out the following error when trying to insert a citation:
No valid bibliography in this document, and no default available
I keep a master .bib file in ...
5
votes
1answer
246 views
Enable parentheses bib entry with RefTeX
I have built my .bib file using parentheses, like this:
@ARTICLE(Campbell2006,
author="Campbell, K. and McKay, M.D. and Williams, B.J.",
title="Sensitivity Analysis when Model Outputs are Functions",
...
3
votes
2answers
198 views
How to include date for each item in *RefTeX Select*?
With RefTeX C-c [ invokes reftex-citation which first asks for a citation format (what citation macro to use, e.g. \cite or \footcite), then it asks for a regex to search the bibliography database and ...
3
votes
2answers
322 views
Cross References using multiple documents
I'm trying to solve a problem that's come up in producing a large document that I'm breaking up into smaller ones. The basic structure is this.
A main document (main.tex) that includes formatting ...
3
votes
3answers
401 views
RefTeX doesn't turn on automatically when loading AUCTeX after upgrade to TeX Live 2011
Has anyone had this issue? I can't sort out why this would occur but I didn't change anything in the setup. If I call it manually and turn on reftex-mode it works fine.
4
votes
1answer
173 views
How to define file input commands with optional arguments?
So here is the situation : I wanted latex to read some commands when I include another file, and for that I defined a new \include command like this :
\newcommand{\foo}[1]{}
...
12
votes
3answers
980 views
Setting up RefTeX with biblatex citation commands
How do I setup RefTeX with biblatex's citation commands? In Workflow for managing references? Seamus describes a workflow with RefTeX and mentions that
it wouldn't be too tricky to add \autocite ...
2
votes
1answer
490 views
Creating a Keyboard Shortcut in Emacs for a Command in Auctex
I have created a custom command in the command list in Auctex. I want to be able to set it to a key binding like the View command which is C-c C-v. I know how to set global key bindings in the .emacs. ...
0
votes
0answers
414 views
RefTex won't detect my .bib file [closed]
I'm using emacs+AUCTeX+RefTeX and I have a problem with C-c [, namely, it doesn't open a list of matches from my .bib file.
In more details, I have the following in my preamble:
...
1
vote
1answer
458 views
Default bibliography database path in reftex
I just discovered reftex and am very happy with it, including the manual. However, I am not too happy with how the path to the bibliography file is set and would like to change it, but haven't found ...
8
votes
2answers
718 views
Emacs, RefTeX and Cleveref – can they work together?
Trying to look for an answer in the net yielded only one questions and one answer which I could neither understand nor use. On tex.stackexchange I found only this question which was answered but I'm ...