Start working on a computational workbook for music theory

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2025-09-21 14:04:41 -07:00
parent 7fbd4ea9f8
commit 1e5ed34f0f
3 changed files with 438 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
function Math(el)
if el.mathtype == "InlineMath" then
return pandoc.RawInline("markdown", "\\(" .. el.text .. "\\)")
end
end