From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Rossetti Subject: Re: Make * bold? Date: Mon, 13 Oct 2014 12:09:47 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdeRx-0008De-8z for emacs-orgmode@gnu.org; Mon, 13 Oct 2014 08:10:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdeRr-0007gB-1d for emacs-orgmode@gnu.org; Mon, 13 Oct 2014 08:10:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:52258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdeRq-0007fv-RC for emacs-orgmode@gnu.org; Mon, 13 Oct 2014 08:09:58 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XdeRp-0006qD-E9 for emacs-orgmode@gnu.org; Mon, 13 Oct 2014 14:09:57 +0200 Received: from italtbs4.area.trieste.it ([195.14.103.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Oct 2014 14:09:57 +0200 Received: from andrea.rossetti by italtbs4.area.trieste.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Oct 2014 14:09:57 +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: emacs-orgmode@gnu.org Rainer M Krug krugs.de> writes: > I would like to make three stars bold - is this possible? I have the > following table and at the moment, I get what is in the latex > column. But I would like to have what is in the last column. > > | org | latex | what I would like | > | *3.96e-21 *** * | \textbf{3.96e-21 **} * | \textbf{3.96e-21 ***} | > ... > > Any suggestions? Hi! using the "pretty entity" \ast{} works for me in HTML and PDF: | *3.96e-21 \ast{}\ast{}\ast{}* | Does it work for you too? Regards, Andrea