emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: "Valentin Wüstholz" <wuestholz@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: LaTeX export: problem with emphasis
Date: Tue, 25 Aug 2009 21:38:56 -0400	[thread overview]
Message-ID: <8686.1251250736@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Valentin Wüstholz <wuestholz@gmail.com> of "Wed, 26 Aug 2009 01:42:23 +0200." <69e68c6e0908251642j1c24f9a9qc0c2d859045db2d6@mail.gmail.com>

=?UTF-8?Q?Valentin_W=C3=BCstholz?= <wuestholz@gmail.com> 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	other threads:[~2009-08-26  1:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-25 23:42 LaTeX export: problem with emphasis Valentin Wüstholz
2009-08-26  1:38 ` Nick Dokos [this message]
2009-08-27  8:29   ` Carsten Dominik
2009-08-27 13:25     ` Valentin Wüstholz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8686.1251250736@gamaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=wuestholz@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).