title | author | date |
---|---|---|
test |
baptiste |
4/13/2019 |
This is \prolang{R}, this is \code{xtrfm()}.
-- we use preloaded text to get a UTF-8 aware 'upper' function | |
local text = require('text') | |
function RawInline(el) | |
if el.format == 'tex' then | |
newcode = el.text:gsub('\\code', '') | |
return pandoc.SmallCaps(newcode) | |
end | |
end |