From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: Difference between LaTeX and HTML exported documents for bold verbatim text Date: Sat, 09 Nov 2013 16:24:13 -0500 Message-ID: <878uwxuv42.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfG0u-0001ms-I9 for emacs-orgmode@gnu.org; Sat, 09 Nov 2013 16:24:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfG0t-0002NZ-JT for emacs-orgmode@gnu.org; Sat, 09 Nov 2013 16:24:16 -0500 Received: from mail-qa0-x236.google.com ([2607:f8b0:400d:c00::236]:53868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfG0t-0002NR-F7 for emacs-orgmode@gnu.org; Sat, 09 Nov 2013 16:24:15 -0500 Received: by mail-qa0-f54.google.com with SMTP id j7so717859qaq.6 for ; Sat, 09 Nov 2013 13:24:14 -0800 (PST) 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: Mark Edgington , emacs-orgmode Hi Mark, 2013ko azaroak 9an, Mark Edgington-ek idatzi zuen: > > Hello all, > > I have noticed that it if you have text like the following in org-mode: > > A *B* *=C=* > > then exporting to HTML causes A to be normal, B to be bold, and C to > be bold and fixed-width font. > > Exporting the same to LaTeX, however, causes A to be normal, B to be > bold, and C to be only fixed-width but not bold. > > It would be nice if both exporters were consistent in how they export > the styles for these cases (it seems like the HTML exporter gets it > right, while the LaTeX exporter doesn't). This is an issue of the default font in LaTeX not providing the right glyphs. See: http://tex.stackexchange.com/questions/33039/using-ttfamily-with-bfseries-or-how-to-enable-bold-in-fixed-width-font -- Aaron Ecay