From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremie Juste Subject: mathjax macro in org-mode Date: Sun, 14 Oct 2018 23:02:04 +0200 Message-ID: <8736t8p7hv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBnWc-0002fK-K9 for emacs-orgmode@gnu.org; Sun, 14 Oct 2018 17:02:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gBnWZ-0005zs-Fd for emacs-orgmode@gnu.org; Sun, 14 Oct 2018 17:02:10 -0400 Received: from mail-wr1-x431.google.com ([2a00:1450:4864:20::431]:34907) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gBnWZ-0005zT-8w for emacs-orgmode@gnu.org; Sun, 14 Oct 2018 17:02:07 -0400 Received: by mail-wr1-x431.google.com with SMTP id w5-v6so18947480wrt.2 for ; Sun, 14 Oct 2018 14:02:07 -0700 (PDT) Received: from freegnu (24.183.22.109.rev.sfr.net. [109.22.183.24]) by smtp.gmail.com with ESMTPSA id x139-v6sm42530509wme.3.2018.10.14.14.02.05 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 14 Oct 2018 14:02:05 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello, I was wondering how to set up mathjax macro in org-mode. For instance would it be possible to use #+HTML_MATHJAX: to include the following macro? Macros: { R: '{\\mathbb{R}}', bold: ['{\\bf #1}',1] } So far my attempts have been unsuccessful. Best regards, Jeremie