[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] emphasis and monospace within one word
From: |
Nick Dokos |
Subject: |
Re: [O] emphasis and monospace within one word |
Date: |
Sat, 03 Aug 2013 10:04:14 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Rob Stewart <address@hidden> writes:
> The following:
> \texttt{PING}s ~PONG~s, \textbf{Foo}s *Foo*s, \emph{Bar}s /Bar/s.
>
> When exported to latex produces:
> \texttt{PING}s \textasciitilde{}PONG\textasciitilde{}s, \textbf{Foo}s
> *Foo*s, \emph{Bar}s /Bar/s.
>
> What I'd really like to be able to do in my org mode file is to have
> bold, verbatim, or italics substrings within one word. I.e. for the
> latex export to look like:
>
> \texttt{PING}s \texttt{PING}s, \textbf{Foo}s \textbf{Foo}s,
> \emph{Bar}s \emph{Bar}s.
>
> Is there a way of coercing org-mode latex export in to playing nicely?
>
The following thread might help:
http://thread.gmane.org/gmane.emacs.orgmode/72958/focus=73036
--
Nick