Hi Rainer,
Rainer M Krug <[email protected]> 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
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode