diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-05-08 14:32:55 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-05-08 14:32:55 -0700 |
| commit | 45219950b699d001e0a3b77861854e759d0280af (patch) | |
| tree | c1c65969350ead3c885402a700a09a460f6ae529 /lit-review-template.qmd | |
| parent | 71dcbf6ad9d97a0adfe27893123968fa7cc0db96 (diff) | |
Add glossaries and adjust template stuff like was done for rmd
Diffstat (limited to 'lit-review-template.qmd')
| -rw-r--r-- | lit-review-template.qmd | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/lit-review-template.qmd b/lit-review-template.qmd index 3329a3d..f83bbc3 100644 --- a/lit-review-template.qmd +++ b/lit-review-template.qmd @@ -1,8 +1,8 @@ --- -title: "TEMPLATE_FIELD" -author: "TEMPLATE_FIELD" +title: "TITLE" +author: "AUTHOR" date: now -date-format: "DD MMMM YYYY - HH:mm" +date-format: "MMMM DD YYYY" format: pdf: toc: false @@ -12,14 +12,20 @@ format: include-in-header: - text: | \usepackage{etoolbox} + \usepackage[colorlinks=true,linkcolor=purple]{hyperref} + \usepackage[toc,acronym,automake]{glossaries} + \makeglossaries - \AtEndPreamble{\hypersetup{colorlinks=true,linkcolor=blue,urlcolor=blue,citecolor=red}} extra-dependencies: - float - multicol bibliography: references.bib link-citations: true +colorlinks: true +linkcolor: purple +urlcolor: blue +citecolor: red editor-options: markdown: wrap: 72 @@ -33,7 +39,16 @@ editor-options: ## Paper one [@Shin_2014] -## Paper two [@Suhre_2011] +\newglossaryentry{mr}{ + name={Mendelian randomization}, + description={Using genetic variants as instruments to infer causal effects} +} + +\newacronym{gdm}{GDM}{Genetically Determined Metabotype} + +Here is an example of learning new vocabilary such as \gls{mr} and defining it in the glossary. + +## Short title of paper [@Suhre_2011] # Topic two @@ -41,11 +56,12 @@ editor-options: <!-- Add youtube channels and databse links here --> # Online resources +- [Human Metabolome Database](https://www.hmdb.ca/) \newpage -<!-- For listing and defining new vocabulary --> -# Glossary +<!-- For listing and defining new vocabulary, done automatically --> +\printglossaries \newpage |
