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: Carsten Dominik
Subject: Re: [Orgmode] LaTeX export: problem with emphasis
Date: Thu, 27 Aug 2009 10:29:30 +0200

I have reverted this commit, thanks.

- Carsten

On Aug 26, 2009, at 3:38 AM, Nick Dokos wrote:

=?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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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