Skip to content

Commit 6fee13a

Browse files
committed
#7 tolower extension name and use latex package amssymb
amssymb is necessary for \boxtimes which pandoc uses for checked check boxes
1 parent 79a1f3a commit 6fee13a

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

_extensions/ecoconsmodprereg/_extension.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: EcoConsModPreReg
1+
title: ecoconsmodprereg
22
authors:
33
- Elliot Gould
44
- Jian Yen
@@ -44,6 +44,7 @@ contributes:
4444
\usepackage{fancyhdr}
4545
\usepackage{sectsty}
4646
\usepackage{fontspec}
47+
\usepackage{amssymb}
4748
\usepackage[noblocks]{authblk}
4849
\renewcommand*{\Authsep}{, }
4950
\renewcommand*{\Authand}{, }

template.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Ecological Modelling Preregistration Template" #focussed, descriptive title with relevant key terms reflecting what will be done in study
33
format:
4-
EcoConsModPreReg-pdf: default
5-
EcoConsModPreReg-html: default
6-
EcoConsModPreReg-docx: default
4+
ecoconsmodprereg-pdf: default
5+
ecoconsmodprereg-html: default
6+
ecoconsmodprereg-docx: default
77
authors: # Replace with authors in your study
88
- name: Elliot Gould
99
email: elliot.gould@unimelb.edu.au

0 commit comments

Comments
 (0)