913 reputation
314
bio website plantarum.ca
location Ottawa, Canada
age 40
visits member for 2 years, 4 months
seen 1 hour ago
stats profile views 26

Botanist


May
3
comment Referring to specific sections in org-mode latex
This is not possible in orgmode at present - the labels for sections and subsections are hard-coded into the exporter function. I suggest you submit a feature-request to the orgmode list.
Apr
11
comment includegraphics in emacs with latexmk
My mistake. I'm not sure where I got that idea.
Apr
10
comment includegraphics in emacs with latexmk
Further to @DavidCarlisle 's point, I think adding the file extension in \includegraphics results in LaTeX searching for file.pdf.pdf instead of file.pdf.
Mar
22
comment Compiler Error with Emacs
Your example compiles fine for me from within Emacs. Except that I don't have revtex4-1, so I switched to article class. Maybe there's a problem with revtex4-1.cls?
Mar
11
awarded  Enthusiast
Mar
6
comment Endnote to bibtex issue
What do you mean by 'access'? You can just open the file in a text editor to manipulate the entries. It should really be a .bib file, not a .txt file.
Mar
4
comment Sweave, how to suppress opening new instance of a pdf when running pdflatex
The documentation for ess-get-pdf-viewer is not correct. From the code in the ESS version I have, what actually happens is "Use ess-pdf-viewer-pref when set. Otherwise try a list of fixed known viewers". The (executable-find ess-pdf-viewer-pref) line has been removed. This is with ESS version 12.09-2.
Mar
1
comment Use a bibtex file with a different extension
That sounds interesting. I keep an enormous single .bib file, with my notes embedded in a comments field within the entry. It's easily searched using bibtex-mode, but is becoming unwieldy. Could you post an example of your bib.org layout somewhere? I'd be very interested in seeing it.
Mar
1
awarded  Autobiographer
Mar
1
comment Use a bibtex file with a different extension
@jon, Bruce: I'm also curious. What do you get with org-mode that you prefer over bibtex-mode?
Mar
1
comment Use a bibtex file with a different extension
If you're managing your bib files in Emacs org-mode, you can give the file a .bib ending and add a local variable to the file to tell Emacs to consider it to be an org file.
Mar
1
comment Compile a pspicture under Emacs
@kahen: good point!
Feb
28
comment Compile a pspicture under Emacs
@kahen: I think TeX-PDF-mode will override the TeX-engine local variable, but I'm not certain.
Feb
28
answered Compile a pspicture under Emacs
Feb
28
comment Compile a pspicture under Emacs
That doesn't look like an Emacs problem, I think the problem is in the pst-tree macros.
Feb
28
comment Differentiating multiple authors having same surname (last name)
I agree with Alex on this. If the journal provided the bst, then that's the format they want. Even if it isn't, you may end up spending a fair bit of time coming up with your own solution, only to find that the journal won't accept it. You should check with the journal before you spend any time guessing at what change, if any, they really require.
Feb
20
revised LaTeX Editors/IDEs
updated screenshot to include newest example document, plus an example of the RefTex table of contents navigator.. Commented on visual-line-mode
Feb
20
revised LaTeX Editors/IDEs
updated screenshot to include newest example document. Commented on visual-line-mode
Feb
14
comment Hierarchy of inheritance in bibtex crossrefs - not inheriting second layer
This is how I deal with short and full journal titles - one file with strings defining all the abbreviated titles, and one with the same keys defining strings for the full names. Include one or the other to switch from short to long names. This way you never actually change anything in your .bib files, you only have one change to make in your .tex file to switch all the names.
Feb
13
answered Hierarchy of inheritance in bibtex crossrefs - not inheriting second layer