|
From: | Max Nikulin |
Subject: | Re: [BUG] Org-LaTeX-export: >> and << (inside of ~code~/=verbatim=) gets exported to single monospace symbol instead of 2 monospace symbols [9.5.5 (release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/)] |
Date: | Thu, 20 Apr 2023 21:52:17 +0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 |
On 20/04/2023 21:18, Ihor Radchenko wrote:
+ (cond ((equal m ">>") ">{}>{}") + (cond ((equal m "<<") "<{}<{}")Thanks for reporting! Fixed, on bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=27ee55ebf
While \texttt is used, this source of bugs would not exhaust soon. Input: #+language: ru #+LATEX_HEADER: \usepackage[AUTO]{babel} Test ="<">= Output: Test «»
[Prev in Thread] | Current Thread | [Next in Thread] |