chem: add block feature to chem block

This commit is contained in:
dogeystamp 2023-08-28 19:30:31 -04:00
parent 8a37afd506
commit 2c2aa8eab7
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -8,8 +8,8 @@
#let gaz = [$("g")$]
#let sol = [$("s")$]
#let chem = (body) => {
math.equation(block: true, math.upright(body))
#let chem = (block: false, body) => {
math.equation(block: block, math.upright(body))
}