* nbsp in latex export
@ 2009-05-26 13:06 Chris Gray
2009-05-26 13:42 ` Carsten Dominik
0 siblings, 1 reply; 5+ messages in thread
From: Chris Gray @ 2009-05-26 13:06 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I noticed in the org manual today that "`\nbsp' will become ` ' in
HTML and `~' in LaTeX." Trying it out, that is not quite true: \nbsp
becomes $\nbsp$. I would rather have the behaviour of the
documentation, but I was not implement it myself---I tried adding a
special case to `org-export-latex-treat-backslash-char', but it didn't
work.
Cheers,
Chris
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: nbsp in latex export
2009-05-26 13:06 nbsp in latex export Chris Gray
@ 2009-05-26 13:42 ` Carsten Dominik
2009-05-26 14:15 ` Chris Gray
0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2009-05-26 13:42 UTC (permalink / raw)
To: Chris Gray; +Cc: emacs-orgmode
On May 26, 2009, at 3:06 PM, Chris Gray wrote:
> Hi,
>
> I noticed in the org manual today that "`\nbsp' will become ` '
> in
> HTML and `~' in LaTeX." Trying it out, that is not quite true: \nbsp
> becomes $\nbsp$. I would rather have the behaviour of the
> documentation, but I was not implement it myself---I tried adding a
> special case to `org-export-latex-treat-backslash-char', but it didn't
> work.
It is easier to fix this by adding that macro to org-latex-entities
as well.
Fixed, thanks.
- Carsten
>
> Cheers,
> Chris
>
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: nbsp in latex export
2009-05-26 13:42 ` Carsten Dominik
@ 2009-05-26 14:15 ` Chris Gray
2009-05-26 15:04 ` Carsten Dominik
0 siblings, 1 reply; 5+ messages in thread
From: Chris Gray @ 2009-05-26 14:15 UTC (permalink / raw)
To: emacs-orgmode
Carsten Dominik wrote:
> On May 26, 2009, at 3:06 PM, Chris Gray wrote:
>> Hi,
>> I noticed in the org manual today that "`\nbsp' will become ` '
>> in
>> HTML and `~' in LaTeX." Trying it out, that is not quite true: \nbsp
>> becomes $\nbsp$. I would rather have the behaviour of the
>> documentation, but I was not implement it myself---I tried adding a
>> special case to `org-export-latex-treat-backslash-char', but it didn't
>> work.
> Fixed, thanks.
The fix only seemed to let \nbsp go through without being changed. I
would rather it was changed to ~, as in the docs, because \nbsp is not a
LaTeX command.
Cheers,
Chris
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: nbsp in latex export
2009-05-26 14:15 ` Chris Gray
@ 2009-05-26 15:04 ` Carsten Dominik
2009-05-27 7:43 ` Chris Gray
0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2009-05-26 15:04 UTC (permalink / raw)
To: Chris Gray; +Cc: emacs-orgmode
Please try again, thanks.
- Carsten
On May 26, 2009, at 4:15 PM, Chris Gray wrote:
> Carsten Dominik wrote:
>
>
>> On May 26, 2009, at 3:06 PM, Chris Gray wrote:
>
>>> Hi,
>
>>> I noticed in the org manual today that "`\nbsp' will become ` '
>>> in
>>> HTML and `~' in LaTeX." Trying it out, that is not quite true:
>>> \nbsp
>>> becomes $\nbsp$. I would rather have the behaviour of the
>>> documentation, but I was not implement it myself---I tried adding a
>>> special case to `org-export-latex-treat-backslash-char', but it
>>> didn't
>>> work.
>
>> Fixed, thanks.
>
> The fix only seemed to let \nbsp go through without being changed. I
> would rather it was changed to ~, as in the docs, because \nbsp is
> not a
> LaTeX command.
>
> Cheers,
> Chris
>
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: nbsp in latex export
2009-05-26 15:04 ` Carsten Dominik
@ 2009-05-27 7:43 ` Chris Gray
0 siblings, 0 replies; 5+ messages in thread
From: Chris Gray @ 2009-05-27 7:43 UTC (permalink / raw)
To: emacs-orgmode
That works perfectly. Thanks.
Cheers,
Chris
Carsten Dominik wrote:
> Please try again, thanks.
> - Carsten
> On May 26, 2009, at 4:15 PM, Chris Gray wrote:
>> Carsten Dominik wrote:
>>> On May 26, 2009, at 3:06 PM, Chris Gray wrote:
>>>> Hi,
>>>> I noticed in the org manual today that "`\nbsp' will become ` '
>>>> in
>>>> HTML and `~' in LaTeX." Trying it out, that is not quite true:
>>>> \nbsp
>>>> becomes $\nbsp$. I would rather have the behaviour of the
>>>> documentation, but I was not implement it myself---I tried adding a
>>>> special case to `org-export-latex-treat-backslash-char', but it
>>>> didn't
>>>> work.
>>> Fixed, thanks.
>> The fix only seemed to let \nbsp go through without being changed. I
>> would rather it was changed to ~, as in the docs, because \nbsp is
>> not a
>> LaTeX command.
>> Cheers,
>> Chris
>> _______________________________________________
>> 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
> _______________________________________________
> 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
--
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-05-27 7:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-26 13:06 nbsp in latex export Chris Gray
2009-05-26 13:42 ` Carsten Dominik
2009-05-26 14:15 ` Chris Gray
2009-05-26 15:04 ` Carsten Dominik
2009-05-27 7:43 ` Chris Gray
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.