summaryrefslogtreecommitdiff
path: root/lit-review-template.qmd
blob: 3329a3d8fff96b3fef42c63af7dd94d3dc4c9761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: "TEMPLATE_FIELD"
author: "TEMPLATE_FIELD"
date: now
date-format: "DD MMMM YYYY - HH:mm"
format:
  pdf:
    toc: false
    number-sections: true
    fig-caption: yes
    highlight-style: "zenburn"
    include-in-header:
    - text: |
        \usepackage{etoolbox}

        \AtEndPreamble{\hypersetup{colorlinks=true,linkcolor=blue,urlcolor=blue,citecolor=red}}
    extra-dependencies:
      - float
      - multicol

bibliography: references.bib
link-citations: true
editor-options:
  markdown:
    wrap: 72
---

\tableofcontents
\newpage

<!-- If you have a number of topics, subdivide them in sections and organize papers under them -->
# Topic one

## Paper one [@Shin_2014]

## Paper two [@Suhre_2011]

# Topic two

\newpage

<!-- Add youtube channels and databse links here -->
# Online resources

\newpage

<!-- For listing and defining new vocabulary -->
# Glossary

\newpage

# References