aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.typst
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.typst')
-rw-r--r--data/templates/default.typst24
1 files changed, 0 insertions, 24 deletions
diff --git a/data/templates/default.typst b/data/templates/default.typst
index 4c75fd0f4..c361aa951 100644
--- a/data/templates/default.typst
+++ b/data/templates/default.typst
@@ -71,15 +71,9 @@ $endif$
$if(region)$
region: "$region$",
$endif$
-$if(abstract-title)$
- abstract-title: [$abstract-title$],
-$endif$
$if(abstract)$
abstract: [$abstract$],
$endif$
-$if(thanks)$
- thanks: [$thanks$],
-$endif$
$if(margin)$
margin: ($for(margin/pairs)$$margin.key$: $margin.value$,$endfor$),
$endif$
@@ -92,28 +86,10 @@ $endif$
$if(fontsize)$
fontsize: $fontsize$,
$endif$
-$if(mathfont)$
- mathfont: ($for(mathfont)$"$mathfont$",$endfor$),
-$endif$
-$if(codefont)$
- codefont: ($for(codefont)$"$codefont$",$endfor$),
-$endif$
-$if(linestretch)$
- linestretch: $linestretch$,
-$endif$
$if(section-numbering)$
sectionnumbering: "$section-numbering$",
$endif$
pagenumbering: $if(page-numbering)$"$page-numbering$"$else$none$endif$,
-$if(linkcolor)$
- linkcolor: [$linkcolor$],
-$endif$
-$if(citecolor)$
- citecolor: [$citecolor$],
-$endif$
-$if(filecolor)$
- filecolor: [$filecolor$],
-$endif$
cols: $if(columns)$$columns$$else$1$endif$,
doc,
)