emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] LaTeX export: problem with emphasis


From: Nick Dokos
Subject: Re: [Orgmode] LaTeX export: problem with emphasis
Date: Tue, 25 Aug 2009 21:38:56 -0400

=?UTF-8?Q?Valentin_W=C3=BCstholz?= <address@hidden> wrote:

> Hi,
> 
> it seems to me like revision 0ba7d3d2f961a224d077e6806b804cde4c4a7726
> broke the LaTeX export of emphasises (e.g. =foo=).
> 
> Is anybody else having the same problem?
> 

Yes - my standard emphasis example

,----
| 
| * Emphasis and monospace
| 
|   - *bold*
| 
|   - /italic/
| 
|   - _underlined_
| 
|   - =code=
| 
|   - ~verbatim~
| 
|   - +strike-through+
| 
`----

exhibits the problem - LaTeX excerpt:

\item \textbf{bold}
\item \emph{italic}
\item \underline{underlined}
\item =code=
\item \~{}verbatim\~{}
\item \st{strike-through}

With the indicated commit reverted, the corresponding LaTeX excerpt looks
like this:

\item \textbf{bold}
\item \emph{italic}
\item \underline{underlined}
\item \texttt{code}
\item \texttt{verbatim}
\item \st{strike-through}

HTH,
Nick




reply via email to

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