emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Combination of =code= and Description


From: Bastien
Subject: Re: [Orgmode] Combination of =code= and Description
Date: Thu, 03 Feb 2011 19:28:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Rainer,

Rainer M Krug <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]