From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Holst Subject: Re: Writing microsecond time unit Date: Mon, 1 Jul 2013 09:11:28 +0200 Message-ID: References: <51D125AA.3030009@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtYQm-0000C1-NU for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 03:21:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtYQl-0001Fz-QU for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 03:21:48 -0400 Received: from imta21.fe.bosch.de ([139.15.243.226]:49330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtYQl-0001Fh-KF for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 03:21:47 -0400 Received: from smtp6-v.fe.bosch.de (imta24.fe.bosch.de [139.15.243.27]) by imta21.fe.bosch.de (Postfix) with ESMTP id CE6C7C02E4 for ; Mon, 1 Jul 2013 09:11:51 +0200 (CEST) In-Reply-To: <51D125AA.3030009@gmail.com> (Xavier Garrido's message of "Mon, 1 Jul 2013 08:46:02 +0200") 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: Xavier Garrido Cc: "emacs-orgmode@gnu.org" Hi Xavier, =B7 Xavier Garrido wrote: > Dear Orgers, > > I would like to do something very simple such as writing microsecond=20 > unit but I fail. I try different way (\mu\nbsp s, $\mu$s, \mu s) but=20 > always get a whitespace between the =B5 symbol and the second symbol. T= he=20 > only working version is $\mu\text{s}$ which gives me a pure LaTeX code=20 > which is find for LaTeX to pdf export but is quite annoying when I=20 > export to html. Is there a simple way to use the symbol =B5 glued to a = 's' ? what about \mu{}s. It works for HTML: μs and LaTeX: $\mu$s HTH --=20 Bis neulich ... Thomas