parent
77a40d6f34
commit
642c022d81
1 changed files with 8 additions and 0 deletions
|
@ -164,6 +164,14 @@ function DisplayMath(s)
|
||||||
return "\\[" .. escape(s) .. "\\]"
|
return "\\[" .. escape(s) .. "\\]"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function SingleQuoted(s)
|
||||||
|
return "‘" .. s .. "’"
|
||||||
|
end
|
||||||
|
|
||||||
|
function DoubleQuoted(s)
|
||||||
|
return "“" .. s .. "”"
|
||||||
|
end
|
||||||
|
|
||||||
function Note(s)
|
function Note(s)
|
||||||
local num = #notes + 1
|
local num = #notes + 1
|
||||||
-- insert the back reference right before the final closing tag.
|
-- insert the back reference right before the final closing tag.
|
||||||
|
|
Loading…
Add table
Reference in a new issue