Hi! A possible bug in latest standalone: \starttext $u''(t)$ \stoptext yields u'(t) (one prime!). Is there a quick fix? I have a lot of '' in my file, so it would be nice not to have to change all of them... Result is attached. /Mikael
On Tue, Dec 2, 2014 at 6:52 PM, Herbert Voss
use $u{''}(t)$
Herbert
Thanks, that works! Before adapting this in all places I'd like to know if this is the way it should be done from now on? If not, I'd like to know the suggested way. So I don't have to change again... /Mikael
Am 02.12.2014 um 18:57 schrieb Mikael P. Sundqvist:
On Tue, Dec 2, 2014 at 6:52 PM, Herbert Voss
wrote: use $u{''}(t)$
Thanks, that works! Before adapting this in all places I'd like to know if this is the way it should be done from now on? If not, I'd like to know the suggested way. So I don't have to change again...
No, $u''(t)$ should also work Herbert
On 12/2/2014 6:57 PM, Mikael P. Sundqvist wrote:
On Tue, Dec 2, 2014 at 6:52 PM, Herbert Voss
wrote: use $u{''}(t)$
Herbert
Thanks, that works! Before adapting this in all places I'd like to know if this is the way it should be done from now on? If not, I'd like to know the suggested way. So I don't have to change again...
in math-noa.lua remove this (around line 1042): if not nested and movesub[current_char] then movesubscript(parent,current_nucleus,current_char) end ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Herbert Voss
-
Mikael P. Sundqvist