From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xavier Garrido Subject: Writing microsecond time unit Date: Mon, 01 Jul 2013 08:46:02 +0200 Message-ID: <51D125AA.3030009@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtXs7-0004Jc-2F for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 02:46:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtXs6-0001if-4Y for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 02:45:58 -0400 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]:43196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtXs5-0001i5-UX for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 02:45:58 -0400 Received: by mail-we0-f170.google.com with SMTP id w57so2985883wes.1 for ; Sun, 30 Jun 2013 23:45:56 -0700 (PDT) Received: from [192.168.1.41] (60.58.67.86.rev.sfr.net. [86.67.58.60]) by mx.google.com with ESMTPSA id p1sm14082810wix.9.2013.06.30.23.45.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 30 Jun 2013 23:45:55 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Dear Orgers, I would like to do something very simple such as writing microsecond unit but I fail. I try different way (\mu\nbsp s, $\mu$s, \mu s) but always get a whitespace between the µ symbol and the second symbol. The only working version is $\mu\text{s}$ which gives me a pure LaTeX code which is find for LaTeX to pdf export but is quite annoying when I export to html. Is there a simple way to use the symbol µ glued to a 's' ? Thanks in advance, Xavier