diff --git a/default.asciidoc b/default.asciidoc index ebe70914..e2038498 100644 --- a/default.asciidoc +++ b/default.asciidoc @@ -17,6 +17,9 @@ $endif$ $if(toc)$ :toc: $endif$ +$if(math)$ +:stem: latexmath +$endif$ $endif$ $if(abstract)$ diff --git a/default.typst b/default.typst index 67cbaf4f..7b3fd0d4 100644 --- a/default.typst +++ b/default.typst @@ -87,10 +87,10 @@ $if(bibliographystyle)$ #set bibliography(style: "$bibliographystyle$") $endif$ -$for(bibliography)$ +$if(bibliography)$ -#bibliography("$bibliography$") -$endfor$ +#bibliography($for(bibliography)$"$bibliography$"$sep$,$endfor$) +$endif$ $endif$ $for(include-after)$