emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Sorry: inline R source code breaks latex itemize environment
@ 2013-07-19  8:47 Dieter Wilhelm, H.
  2013-07-19 13:19 ` John Hendy
  0 siblings, 1 reply; 2+ messages in thread
From: Dieter Wilhelm, H. @ 2013-07-19  8:47 UTC (permalink / raw)
  To: Emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

Sorry, the previous mail was sent inadvertently without attachments ...

Dear ()

please have a look at the self-contained test case.  I'm using the
latest org-mode...

Thanks in advance

   Dieter

[-- Attachment #2: test.org --]
[-- Type: application/octet-stream, Size: 554 bytes --]

#+PROPERTY: session *R*

* bla
#+BEGIN_SRC R :results silent :exports none
  di <- 6
  do <- 13
  A <- pi/4*(do^2-di^2)
  p <- 80                                 #Pressure in N/mm^2
  F <- p*A;F
  Fo <- mean(c(18.5 , 18.96, 17.8, 16.2));Fo
  Fs <- sd(c(18.5 , 18.96, 17.8, 16.2))/Fo*100
  cs <- Fo/A*1e3
#+END_SRC

** Results
    - The average measured axial compression force \(F\) of 4 bearings
      is src_R[:results raw :exports results]{round(Fo,1)} kN (relative stddev:
      src_R[:results raw :exports results]{round(Fs,1)} %)

[-- Attachment #3: test.pdf --]
[-- Type: application/pdf, Size: 36341 bytes --]

[-- Attachment #4: test.tex --]
[-- Type: application/x-tex, Size: 868 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-19 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-19  8:47 Sorry: inline R source code breaks latex itemize environment Dieter Wilhelm, H.
2013-07-19 13:19 ` John Hendy

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).