* New LaTeX exporter and superscripts
@ 2012-10-14 16:43 Thomas S. Dye
2012-10-14 19:10 ` Rasmus
2012-10-14 19:53 ` Nicolas Goaziou
0 siblings, 2 replies; 5+ messages in thread
From: Thomas S. Dye @ 2012-10-14 16:43 UTC (permalink / raw)
To: Org-mode
Aloha Nicolas,
The following input:
Fifteen ^{14}C age determinations from 11 inland temples were reported
by [[textcite:mccoy11:_strat_hawaii][Table 2;;ref]]. A single ^{14}C age
determination on a piece of short-lived
exports to LaTeX like this:
Fifteen $^\mathrm{14}$C age determinations from 11 inland temples were reported by
\textcite[][Table 2]{mccoy11:_strat_hawaii}. A single \^\{14\}C age
determination on a piece of short-lived
Note the different translations of ^{14}C.
I think this popped up recently, but I wasn't paying close attention, so
can't say with any certainty.
All the best,
Tom
--
Thomas S. Dye
http://www.tsdye.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New LaTeX exporter and superscripts
2012-10-14 16:43 New LaTeX exporter and superscripts Thomas S. Dye
@ 2012-10-14 19:10 ` Rasmus
2012-10-14 20:01 ` Nicolas Goaziou
2012-10-14 19:53 ` Nicolas Goaziou
1 sibling, 1 reply; 5+ messages in thread
From: Rasmus @ 2012-10-14 19:10 UTC (permalink / raw)
To: Thomas S. Dye; +Cc: emacs-orgmode
tsd@tsdye.com (Thomas S. Dye) writes:
> Fifteen ^{14}C age determinations from 11 inland temples were reported
> by [[textcite:mccoy11:_strat_hawaii][Table 2;;ref]]. A single ^{14}C
> age
> determination on a piece of short-lived
>
> exports to LaTeX like this:
> Fifteen $^\mathrm{14}$C age determinations from 11 inland temples were
> reported by
> \textcite[][Table 2]{mccoy11:_strat_hawaii}. A single \^\{14\}C age
> determination on a piece of short-lived
>
> Note the different translations of ^{14}C.
I have observed this as well.
Another (bug?) is that
1. $x$
2. $y$
exports as
\begin{enumerate}
\item \$x\$
\item \$y\$
\end{enumerate}
(also true for itemize).
Also, [org] $x$'s is exported as [LaTeX] $x$`s, which is also wrong.
Cheers,
Rasmus
--
. . . It begins of course with The Internet. A Net of Peers.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New LaTeX exporter and superscripts
2012-10-14 19:10 ` Rasmus
@ 2012-10-14 20:01 ` Nicolas Goaziou
0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2012-10-14 20:01 UTC (permalink / raw)
To: Rasmus; +Cc: emacs-orgmode, Thomas S. Dye
Hello,
Rasmus <rasmus@gmx.us> writes:
> Another (bug?) is that
>
> 1. $x$
> 2. $y$
>
> exports as
>
> \begin{enumerate}
> \item \$x\$
> \item \$y\$
> \end{enumerate}
> (also true for itemize).
This one should also be fixed. Thank you.
> Also, [org] $x$'s is exported as [LaTeX] $x$`s, which is also wrong.
Yes, smart quotes are defective in new exporter. I already have a bug
report (from you) about it. I suggest disabling, i.e.
`org-e-latex-quotes' for now.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New LaTeX exporter and superscripts
2012-10-14 16:43 New LaTeX exporter and superscripts Thomas S. Dye
2012-10-14 19:10 ` Rasmus
@ 2012-10-14 19:53 ` Nicolas Goaziou
2012-10-14 22:50 ` Thomas S. Dye
1 sibling, 1 reply; 5+ messages in thread
From: Nicolas Goaziou @ 2012-10-14 19:53 UTC (permalink / raw)
To: Thomas S. Dye; +Cc: Org-mode
Hello,
tsd@tsdye.com (Thomas S. Dye) writes:
> The following input:
>
> Fifteen ^{14}C age determinations from 11 inland temples were reported
> by [[textcite:mccoy11:_strat_hawaii][Table 2;;ref]]. A single ^{14}C age
> determination on a piece of short-lived
>
> exports to LaTeX like this:
> Fifteen $^\mathrm{14}$C age determinations from 11 inland temples were reported by
> \textcite[][Table 2]{mccoy11:_strat_hawaii}. A single \^\{14\}C age
> determination on a piece of short-lived
>
> Note the different translations of ^{14}C.
This should be fixed now. Thanks for reporting it.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New LaTeX exporter and superscripts
2012-10-14 19:53 ` Nicolas Goaziou
@ 2012-10-14 22:50 ` Thomas S. Dye
0 siblings, 0 replies; 5+ messages in thread
From: Thomas S. Dye @ 2012-10-14 22:50 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Org-mode
Aloha Nicolas,
Yes, it exports correctly now.
Thanks for your good work.
All the best,
Tom
Nicolas Goaziou <n.goaziou@gmail.com> writes:
> Hello,
>
> tsd@tsdye.com (Thomas S. Dye) writes:
>
>> The following input:
>>
>> Fifteen ^{14}C age determinations from 11 inland temples were reported
>> by [[textcite:mccoy11:_strat_hawaii][Table 2;;ref]]. A single ^{14}C age
>> determination on a piece of short-lived
>>
>> exports to LaTeX like this:
>> Fifteen $^\mathrm{14}$C age determinations from 11 inland temples
>> were reported by
>> \textcite[][Table 2]{mccoy11:_strat_hawaii}. A single \^\{14\}C age
>> determination on a piece of short-lived
>>
>> Note the different translations of ^{14}C.
>
> This should be fixed now. Thanks for reporting it.
>
>
> Regards,
--
Thomas S. Dye
http://www.tsdye.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-10-14 22:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-14 16:43 New LaTeX exporter and superscripts Thomas S. Dye
2012-10-14 19:10 ` Rasmus
2012-10-14 20:01 ` Nicolas Goaziou
2012-10-14 19:53 ` Nicolas Goaziou
2012-10-14 22:50 ` Thomas S. Dye
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.