From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: math in parentheses Date: Wed, 29 Oct 2014 13:24:40 +0100 Message-ID: <87k33jf4hj.fsf@gmx.us> References: <87ppdcdwic.fsf@berkeley.edu> <87sii8yv4v.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjSJE-0002Dy-7B for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 08:25:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjSJ5-00070a-OG for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 08:25:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:39067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjSJ5-00070W-HW for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 08:24:55 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XjSJ3-0004yJ-GT for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 13:24:53 +0100 Received: from 46.166.186.240 ([46.166.186.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Oct 2014 13:24:53 +0100 Received: from rasmus by 46.166.186.240 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Oct 2014 13:24:53 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, Nick Dokos writes: > See > > http://tex.stackexchange.com/questions/510/are-and-preferable-to-dollar-signs-for-math-mode > > for some arguments for and (mostly) against (although one of the "for"s > is Frank Mittelbach - which surely tilts the scale quite a lot). FWIW, > I've trained myself to use \(...\) and don't find it any harder to read > than $...$ - and I don't mind the extra typing either. The fact that > both org and MathJax deal better with \(...\) just reinforces that > choice. Note that, (with-temp-buffer (insert "$x$") (require 'ox-latex) (org-latex-export-as-latex nil nil nil t)) => \(x\) Just out of curiosity, do you actually type \(·\) or have you somehow remapped $·$ to insert \(·\)? For me the biggest inconvenience of \(·\) is that it's tedious to type. On my keyboard, M-< S-8 M-< gives me \(\), compare to M-4 M-4 (which I could probably limit to M-4 with electric-pair-mode). Thus, I use $·$ by default. I usually just rely on whether my expression get the colored by org-latex-and-related. In most cases that's a good indicator, but it does not work with ($x$). —Rasmus -- With monopolies the cake is a lie!