Re: problem with unwanted strikeout in src blocks

2022-05-24 Thread Uwe Brauer
>>> "JJ" == Jeremie Juste writes: > Hello Uwe >> On Monday, 23 May 2022 at 19:24, Uwe Brauer wrote: > Sorry I don't have matlab and I have never used the solutionorbox > environment, but I believe you can generate latex directly. For example > with R I can to the following. > #+begin_src R :exp

Re: problem with unwanted strikeout in src blocks

2022-05-24 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> However when I wrap a solutionorbox around it (which I need when >> exporting to latex) all text between the «+» >> gets a strikeout. >> >> >> #+begin_solutionorbox >> #+begin_src matlab :exports results :eval never-export :results ou

Re: problem with unwanted strikeout in src blocks

2022-05-23 Thread Ihor Radchenko
Uwe Brauer writes: > However when I wrap a solutionorbox around it (which I need when > exporting to latex) all text between the «+» > gets a strikeout. > > > #+begin_solutionorbox > #+begin_src matlab :exports results :eval never-export :results output latex > disp('P(\text{Covid19}|\text{+})&=

Re: problem with unwanted strikeout in src blocks

2022-05-23 Thread Jeremie Juste
Hello Uwe > On Monday, 23 May 2022 at 19:24, Uwe Brauer wrote: Sorry I don't have matlab and I have never used the solutionorbox environment, but I believe you can generate latex directly. For example with R I can to the following. #+begin_src R :exports results :eval yes :results output latex

problem with unwanted strikeout in src blocks

2022-05-23 Thread Uwe Brauer
Hi The following code block is nicely displayed #+begin_src matlab :exports results :eval never-export :results output latex 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