I am trying to figure out how to use multipe bibliography files in
org-mode. What I've used so far is the #+BIBLIOGRAPHY statement which
lets me enter one .bib file, but I have been unable to use more than one
file. How would one go about to achieve this?
I use
#+BIBLIOGRAPHY mybibliographyfile p
Alan Schmitt writes:
>
> This is very useful, thanks a lot. A couple comments and questions on
> your example file (which would be a nice addition to worg).
>
There is actually already some maxima documentation on worg that got me
started as I was unsure if maxima is supported at all, I have adde
Eric Schulte writes:
> writes:
>
>> [... how to use maxima code from org-mode and display results inline
>> in the org-buffer ...]
>
> You would switch from ":results latex" to ":results raw", in which case
> the latex will be inserted directly into the Org-mode buffer, and
> org-mode's existing
Thanks, this does answer my initial question and works good enough to
enable latex export!
Even better would be if it's possible to mimic imaxima behaviour which
is (I think) to directly process the resulting latex code and
(temporarily?) store it as an image to display the pretty-printed
equatio
Hi,
Is there a way to evaluate imaxima source code in org-mode to display
the latex output inline in the org-buffer? I have found in [1] how to
evaluate maxima code, but I don't understand if and how to adopt it to
get the nice latex/pdf output. Any pointers appreciated, or just whether
it is poss