Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline image not displayed. #12

Closed
tmalsburg opened this issue Feb 20, 2015 · 0 comments
Closed

Inline image not displayed. #12

tmalsburg opened this issue Feb 20, 2015 · 0 comments

Comments

@tmalsburg
Copy link

I have the following source block in a slide:

#+begin_src R :file corrected_alpha.png :results graphics :width 700 :height 300 :pointsize 18
par(mar=c(4,4,0.1,0.1))
plot(0.05/(1:20), t="l", ylim=c(0, 0.06), ylab="Corrected α", xlab="Number of Tests")
grid(); lines(c(0, 21), c(0.05, 0.05), lty=2)
#+end_src

#+RESULTS:
[[file:corrected_alpha.png]]

When I, enter presentation mode, the image is not shown and neither is the link. Only when I execute the code block by pressing x the image is shown. Interestingly, the image often disappears after a while and the time until this happens varies from two to, say, twenty seconds.

Another problem that is potentially related is that latex equations are often (but not always) not displayed in their rendered form. To fix that I added (org-preview-latex-fragment) at the end of epresent-next-page and epresent-previous-page. However, when I execute a code block on the same slide, the rendered equation is replaced by the LaTeX source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant