Module:Rational: Difference between revisions
mNo edit summary |
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, ',') .. '}' |