Module:Rational: Difference between revisions

Plumtree (talk | contribs)
find_S_expression() initial implementation
Plumtree (talk | contribs)
m \text{...} is wrapper is now added automatically
Line 1,082: Line 1,082:
end
end
local FJS = '\\text{' .. letter .. num .. '}'
local FJS = letter .. num
if #otonal > 0 then
if #otonal > 0 then
FJS = FJS .. '^{' .. table.concat(otonal, ',') .. '}'
FJS = FJS .. '^{' .. table.concat(otonal, ',') .. '}'