From 71dcbf6ad9d97a0adfe27893123968fa7cc0db96 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Fri, 8 May 2026 14:25:33 -0700 Subject: Add glossary and adjust some other template items --- lit-review-template.rmd | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/lit-review-template.rmd b/lit-review-template.rmd index 3ad65f3..3863591 100644 --- a/lit-review-template.rmd +++ b/lit-review-template.rmd @@ -1,9 +1,9 @@ --- -title: "TEMPLATE_FIELD" -author: "TEMPLATE_FIELD" -date: "`r format(Sys.time(), '%d %B %Y - %H:%M')`" +title: "TITLE" +author: "AUTHOR" +date: "`r format(Sys.time(), '%B %d %Y')`" output: - pdf_document: + bookdown::pdf_document2: toc: false number_sections: true fig_caption: yes @@ -11,9 +11,15 @@ output: extra_dependencies: ['float','multicol'] bibliography: references.bib link-citations: true +colorlinks: true +linkcolor: purple +urlcolor: blue +citecolor: red header-includes: - \usepackage{etoolbox} - - \AtEndPreamble{\hypersetup{colorlinks=true,linkcolor=blue,urlcolor=blue,citecolor=red}} + - \usepackage[colorlinks=true,linkcolor=purple]{hyperref} + - \usepackage[toc,acronym,automake]{glossaries} + - \makeglossaries editor_options: markdown: wrap: 72 @@ -27,7 +33,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 @@ -35,11 +50,12 @@ editor_options: # Online resources +- [Human Metabolome Database](https://www.hmdb.ca/) \newpage - -# Glossary + +\printglossaries \newpage -- cgit v1.2.3