all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* when exporting to odt or html, latex equations are not exported when in soure block: BUG?
@ 2022-03-15 13:08 Uwe Brauer
  2022-10-26  7:40 ` Ihor Radchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Uwe Brauer @ 2022-03-15 13:08 UTC (permalink / raw)
  To: emacs-orgmode


Hi 

I run a relative recent GNU Emacs and org master, however please
consider the following example:

When exporting to html or odt (using dvipng in both cases) the first set
of equations in the source block are ignored.

Can somebody please confirm this, and tell me whether I should open a
BUG report.

Thanks

Uwe Brauer 

* A source block provides to export latex equations
#+begin_src latex :results latex replace :exports results :eval t

\begin{equation}
\label{eq:doc1:1}
\begin{matrix}
  \mathit{s}^{3}: & 1 & \mathit{K} - 6 \\
  \mathit{s}^{2}: & 5 & \mathit{K} \\
  \mathit{s}: & \frac{(4\mathit{K} - 30)}{5} & \\
  \mathit{s}^{0}: & \mathit{K}. 
  & \\
\end{matrix}
\end{equation}

So we see that 
\[
\frac{4K - 30}{5} > 0 \quad\mbox{and}\quad K > 0,
\]

\[
  K > 7.5\quad \mbox{and}\quad K > 0
\]
#+end_src

* Without the source block
\begin{equation}
\label{eq:doc1:1}
\begin{matrix}
  \mathit{s}^{3}: & 1 & \mathit{K} - 6 \\
  \mathit{s}^{2}: & 5 & \mathit{K} \\
  \mathit{s}: & \frac{(4\mathit{K} - 30)}{5} & \\
  \mathit{s}^{0}: & \mathit{K}. 
  & \\
\end{matrix}
\end{equation}

So we see that 
\[
\frac{4K - 30}{5} > 0 \quad\mbox{and}\quad K > 0,
\]

\[
  K > 7.5\quad \mbox{and}\quad K > 0
\]




-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine.
https://how-to-help-ukraine-now.super.site/



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

end of thread, other threads:[~2022-10-29  6:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-15 13:08 when exporting to odt or html, latex equations are not exported when in soure block: BUG? Uwe Brauer
2022-10-26  7:40 ` Ihor Radchenko
2022-10-28 14:39   ` Uwe Brauer
2022-10-29  4:25     ` Ihor Radchenko
2022-10-29  6:41       ` Uwe Brauer

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.