Module:Rational: Difference between revisions

Plumtree (talk | contribs)
mNo edit summary
Plumtree (talk | contribs)
mNo edit summary
Line 837: Line 837:
end
end
local FJS = letter .. num
local FJS = '\\text{' .. letter .. num .. '}'
if #otonal > 0 then
if #otonal > 0 then
FJS = FJS .. '^{' .. table.concat(otonal, ',') .. '}'
FJS = FJS .. '^{' .. table.concat(otonal, ',') .. '}'