Sebastian Walz 9f7b02e1cd
Tohu vaBohu
2023-04-03 14:38:02 +02:00

17 lines
325 B
Nix

{ core, helpers, styles, toTex, ... }:
{ ... }:
let
inherit(core) indentation;
inherit(helpers) formatParagraph;
in
body:
[
"{%" indentation.more
"\\def\\section#1{(((#1)))}%"
"\\def\\subsection#1{((#1))}%"
]
#++ (toTex body)
++ [
indentation.less "}%"
]