emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: nicholas.dokos@hp.com
Cc: emacs-orgmode@gnu.org
Subject: Re: LaTeX export: problem with emphasis
Date: Thu, 27 Aug 2009 10:29:30 +0200	[thread overview]
Message-ID: <59D25740-02CD-46D8-86D0-47639C47F2F0@gmail.com> (raw)
In-Reply-To: <8686.1251250736@gamaville.dokosmarshall.org>

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?= <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
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2009-08-27  8:29 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
2009-08-27  8:29   ` Carsten Dominik [this message]
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=59D25740-02CD-46D8-86D0-47639C47F2F0@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=nicholas.dokos@hp.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).