Tagged Questions
3
votes
1answer
441 views
Problem with tilde in \bibliography using BibTeX and RefTeX
I have a problem using a tilde in the \bibliography{}. Consider the following code
\documentclass{article}
\begin{document}
\cite{ref09:man}
\bibliographystyle{plain}
\bibliography{~/bug.bib}
...
5
votes
1answer
247 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",
...
1
vote
1answer
914 views
Is there a LaTeX editor for Windows with an equivalent to RefTeX ?
I am currently using TexMaker on Windows to write my LaTeX documents. However, I would be very interested in a feature like RefTex (emacs module for bibtex) that would allow me to search directly in ...