From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Combination of =code= and Description Date: Thu, 03 Feb 2011 19:28:59 +0100 Message-ID: <871v3prmz8.fsf@altern.org> References: <4D01FF4C.9080009@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=43806 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl3vS-0004Ds-6v for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 13:29:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pl3vO-0006bR-Vx for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 13:29:01 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:34214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pl3vO-0006b8-Qv for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 13:28:58 -0500 Received: by wwb17 with SMTP id 17so1439870wwb.30 for ; Thu, 03 Feb 2011 10:28:58 -0800 (PST) In-Reply-To: <4D01FF4C.9080009@gmail.com> (Rainer M. Krug's message of "Fri, 10 Dec 2010 11:22:04 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug Cc: emacs-orgmode Hi Rainer, Rainer M Krug writes: > I would like to have a description as follow: > > - first :: some text > - second :: some more text > - =code= :: some additional text > > but =code= is not formatted as bold. If I say > > - \bold{=code=} :: some additional text > > I get, as one could expect, "=code=" in bold. > > Is it possible to get code in bold? Yes. For now it produces: ,---- | \begin{description} | \item[first]some text | \item[second]some more text | \item[\texttt{code}]some additional text | \end{description} `---- where \texttt{code} is not taken into account. But \item[{\texttt code}]some additional text would do the job. I don't know what are the LaTeX conventions regarding the use of {\texttt ...} vs. \texttt{...} constructs. Any LaTeX guru here? -- Bastien