Tagged Questions
7
votes
0answers
67 views
How to get BibTeX to work with Org mode LaTeX export?
I am trying to get Emacs (24.3.1), Org-mode (8.0.3, from ELPA) and BibTeX (from TeX Live 2012) to work together.
I have followed the instructions under the Bibliography section in ...
2
votes
1answer
51 views
Narrow to Environment in AUCTeX
I'd like to be able to use some org-mode-like features inside of AUCTeX. In org-mode, you can narrow the buffer to a node or you can flatout send the node to a separate buffer for editing.
How can ...
9
votes
1answer
136 views
Referring to specific sections in org-mode latex
I'm currently writing a report in org-mode. I have a couple of sections which have the same names, with the section names appearing both as a subsection of the background section, and as a section in ...
2
votes
2answers
133 views
How to prevente cite tags from messing up italics in Org-mode?
I'm using Emacs 24.2.1 and I don't think I have any special settings that should interfere. If I enter the following text, there is no problem:
/cite{BibtexRef} Text that is not italicized. ...
6
votes
1answer
228 views
Change size of the inline image for Latex fragment in emacs org-mode
I recently started using org-mode in emacs for my paper writing needs. One problem I have is that when I render latex equation fragments, the resulting inline images are too small for me to read ...
7
votes
1answer
265 views
Can Emacs org-mode be used to createToDo's linked to a line in a LaTeX source?
For some time now I'm tracking my tasks and ToDos (privately and for work) with Emacs org-mode( http://orgmode.org/ ) and I am very happy with it.
There is a large project in my life (my Ph. D. ...
6
votes
1answer
801 views
Best practices for LaTeX code in org-mode-beamer (especially url links)
I'm using org-mode to produce beamer presentations. I'm having trouble figuring out the best way of including Latex snippets. As far as I can tell, there are two ways of signalling to org-mode to ...
27
votes
2answers
3k views
Org-mode export to LaTeX: temptation or nuisance?
We are talking about Emacs and Org-mode: There are several advantages of drafting papers with Org-mode and to have them transferred later to LaTeX, e.g.:
I'd like to avoid »programming while ...
7
votes
1answer
746 views
How can numbering of specific headings be disabled in Org-mode's LaTeX export?
By default Org-mode exports to numbered LaTeX headings. For example, the following
#+title: Test
* Introduction
* Heading
* Heading
* References
exports to
\section{Introduction}
\label{sec-1}
...
4
votes
2answers
639 views
Problems with .bbl in org-mode
I use Emacs's org-mode to draft papers. I also use the tufte-latex package.
Currently my .emacs looks like this:
(setq org-latex-to-pdf-process
'("xelatex -interaction nonstopmode %f"
...
1
vote
1answer
683 views
How can I split long tables in Emacs org-mode latex export?
In LaTeX, when tables get very long one can use the longtable package. But what about org-mode latex export in Emacs? Is it possible to have org-mode split long tables?
6
votes
1answer
815 views
Emacs-org-mode and latexmk
After getting to know org mode here, I tried it out. It seems to be, indeed, very helpful. However, I want it to work smoothly with LaTeX, and as a compiling script I want to use latexmk.
I followed ...