From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xavier Garrido Subject: Re: Writing microsecond time unit Date: Mon, 01 Jul 2013 09:23:15 +0200 Message-ID: <51D12E63.2090601@gmail.com> References: <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]:42033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtYS7-0000m7-Ci for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 03:23:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtYS5-0001Zv-U4 for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 03:23:11 -0400 Received: from mail-ee0-x235.google.com ([2a00:1450:4013:c00::235]:47424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtYS5-0001Zf-O4 for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 03:23:09 -0400 Received: by mail-ee0-f53.google.com with SMTP id c41so1847981eek.26 for ; Mon, 01 Jul 2013 00:23:09 -0700 (PDT) In-Reply-To: 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: Thomas Holst Cc: "emacs-orgmode@gnu.org" Thanks a lot Thomas, it works like a charm. Le 01/07/2013 09:11, Thomas Holst a écrit : > Hi Xavier, > > · Xavier Garrido wrote: >> 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' ? > > what about \mu{}s. It works for HTML: > > μs > > and LaTeX: > > $\mu$s > > HTH >