From: "Berry, Charles" via "General discussions about Org-mode." <emacs-orgmode@gnu.org>
To: Uwe Brauer <oub@mat.ucm.es>
Cc: Help Emacs Orgmode <emacs-orgmode@gnu.org>
Subject: Re: when executing a src block with latex construct, display problem because of +
Date: Sat, 15 May 2021 17:25:16 +0000 [thread overview]
Message-ID: <1558C1F4-D04E-44AB-B6B3-6FAC56A16FED@health.ucsd.edu> (raw)
In-Reply-To: <87fsyo9l8b.fsf@mat.ucm.es>
Uwe,
> On May 15, 2021, at 6:31 AM, Uwe Brauer <oub@mat.ucm.es> wrote:
>
>
> Hi
>
> I have the following src block
>
> #+begin_src matlab :results output raw :exports code :eval never-export
> addpath /home/oub/ALLES/HGs/Matlab-init/Statistic
> sens=0.7;
> spec=0.95;
> aspec=1-spec;
> prob=0.1;
> sal=1-prob;
> [bp,bpinv,bn,bninv]=mibayes(sens,spec,prob);
> disp('\begin{align*}')
> disp('P(\text{Covid19}|\text{+})&=\frac{P(\text{+}|\text{Covid19})P(\text{Covid19})}{P(\text{+}|\text{Covid19})P(\text{Covid19})+P(\text{+}|\text{No-Covid19})P(\text{No-Covid19})}\\')
> fprintf('P(\\text{No-Covid19}) &= 1- P(\\text{Covid19}) = 1-%g=%g\\\\ \n',prob,sal)
> fprintf('P(\\text{+}|\\text{No-Covid19}) &= 1- P(\\text{-}|\\text{No-Covid19}) = 1-%g=%g \\\\ \n',spec,aspec)
> fprintf('&=\\frac{%g \\cdot %g}{%g\\cdot%g + (1-%g)\\cdot %g}\\\\ \n',spec,prob,spec,prob,spec,sal)
> fprintf('P(\\text{Covid19}|-)&=%g \\\\ \n', bp);
> fprintf('P(\\text{No-Covid19}|+)&=1-P(\\text{Covid19}|+)=%g \\\\ \n', bpinv);
> disp('\end{align*}')
> #+end_src
>
> That is exported to
> #+RESULTS:
> \begin{align*}
> P(\text{Covid19}|\text{+})&=\frac{P(\text{+}|\text{Covid19})P(\text{Covid19})}{P(\text{+}|\text{Covid19})P(\text{Covid19})+P(\text{+}|\text{No-Covid19})P(\text{No-Covid19})}\\
> P(\text{No-Covid19}) &= 1- P(\text{Covid19}) = 1-0.1=0.9\\
> P(\text{+}|\text{No-Covid19}) &= 1- P(\text{-}|\text{No-Covid19}) = 1-0.95=0.05 \\
> &=\frac{0.95 \cdot 0.1}{0.95\cdot0.1 + (1-0.95)\cdot 0.9}\\
> P(\text{Covid19}|-)&=0.000139982 \\
> P(\text{No-Covid19}|+)&=1-P(\text{Covid19}|+)=0.99986 \\
> \end{align*}
>
> Now in my org mode file, the lines between the +
>
> \text{+})&=\frac{P(\text{+}|\text{Covid19})P(\text{Covid19})}{P(\text{+}|\text{Covid19})P(\text{Covid19})+P(\text{+}|\text{No-Covid19})P(\text{No-Covid19})}\\
>
> Get a overstrike.
>
> How can I avoid that?
Customize `org-src-lang-modes' adding ` ("matlab" . octave)'.
HTH,
Chuck
next prev parent reply other threads:[~2021-05-15 17:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-15 13:31 when executing a src block with latex construct, display problem because of + Uwe Brauer
2021-05-15 17:25 ` Berry, Charles via General discussions about Org-mode. [this message]
2021-05-15 18:10 ` Uwe Brauer
2021-05-15 19:15 ` Berry, Charles via General discussions about Org-mode.
2021-05-15 20:18 ` Uwe Brauer
2021-05-15 22:44 ` Berry, Charles via General discussions about Org-mode.
2021-05-16 7:13 ` Uwe Brauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1558C1F4-D04E-44AB-B6B3-6FAC56A16FED@health.ucsd.edu \
--to=emacs-orgmode@gnu.org \
--cc=ccberry@health.ucsd.edu \
--cc=oub@mat.ucm.es \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).