[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug: unexpected behavior of nesting braces when exporting to LaTeX
From: |
Chlo De |
Subject: |
Bug: unexpected behavior of nesting braces when exporting to LaTeX |
Date: |
Fri, 20 Aug 2021 00:45:02 -0400 |
Hello,
I use Org-mode to take notes. I found that when there are nesting braces inside
\emph{ }, \textit{ }, etc. the output is unexpected. The following org text
\emph{{n+1}-a}
\textit{a{b}c}
will be translated as LaTeX expressions
\emph\{\{n+1\}-a\}
\textit\{a\{b\}c\}
Can this be fixed?
Best,
Yue