Hi,
first of all, very nice package!
I want to wrap numbers with laas-wrap-previous-object like
123,45 -> \num{123,45}
I tried
",num" (lambda () (interactive) (laas-wrap-previous-object "num"))
and got 123,\num{45}
Is there a way to wrap the whole number to get \num{123,45} ?