emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: LaTeX: inline maths expression in \textrm is not fully supported
@ 2020-12-13  1:30 Firmin Martin
  2020-12-13 10:24 ` Eric S Fraga
  0 siblings, 1 reply; 3+ messages in thread
From: Firmin Martin @ 2020-12-13  1:30 UTC (permalink / raw)
  To: emacs-orgmode

Sometimes, we want to nest inline maths expression in \textrm to
handle spaces easily and avoid repetition.

Examples:

1. $A = \{n : \textrm{$n$ odd in $X$}\}$
2. $A = \{n : \textrm{\(n\) odd in \(X\)}\}$
3. \(A = \{n : \textrm{\(n\) odd in \(X\)}\}\)
4. \(A = \{n : \textrm{$n$ odd in $X$}\}\)

are all equivalent to 

- $A = \{n : n \textrm{ odd  in } X}\}$

But Org mode exports them in LaTeX as 

\begin{enumerate}
\item \$A = $\backslash${n : \textrm{$n$ odd in $X$}$\backslash$}\$
\item \(A = \{n : \textrm{\(n\) odd in \(X\)}\}\)
\item \(A = \{n : \textrm{\(n\) odd in \(X\)\}$\backslash$}$\backslash$)
\item \(A = \{n : \textrm{$n$ odd in $X$}\}\)
\end{enumerate}

Namely, only cases 2. and 4., where nested maths delimiters are different
than the outer-most maths delimiters, are correctly exported.
On the other hand, Cases 1. and 3. introduced extra $\backslash$.

Interestingly, display style maths expressions are correctly exported.

5. $$A = \{n : \textrm{$n$ odd in $X$}\}$$
6. $$A = \{n : \textrm{\(n\) odd in \(X\)}\}$$
7. \[A = \{n : \textrm{\(n\) odd in \(X\)}\}\]
8. \[A = \{n : \textrm{$n$ odd in $X$}\}\]

exports to

\begin{enumerate}
\item $$A = \{n : \textrm{$n$ odd in $X$}\}$$
\item $$A = \{n : \textrm{\(n\) odd in \(X\)}\}$$
\item \[A = \{n : \textrm{\(n\) odd in \(X\)}\}\]
\item \[A = \{n : \textrm{$n$ odd in $X$}\}\]
\end{enumerate}

without extra $\backslash$.

Best,

Firmin

Emacs  : GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2020-10-16
Package: Org mode version 9.4 (9.4-55-g706ba9-elpaplus @ ~/.emacs.d/elpa/org-20201207/)


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

end of thread, other threads:[~2020-12-14  6:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-13  1:30 Bug: LaTeX: inline maths expression in \textrm is not fully supported Firmin Martin
2020-12-13 10:24 ` Eric S Fraga
2020-12-14  6:33   ` Firmin Martin

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).