From 93b57a4a91338c7af658c17e026355532ad75925 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Sat, 1 Aug 2026 22:25:35 -0700 Subject: Draft tex --- tmp/lit-review-template.tex | 64 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 tmp/lit-review-template.tex (limited to 'tmp/lit-review-template.tex') diff --git a/tmp/lit-review-template.tex b/tmp/lit-review-template.tex new file mode 100644 index 0000000..5fcd85f --- /dev/null +++ b/tmp/lit-review-template.tex @@ -0,0 +1,64 @@ +\documentclass[11pt]{article} + +\usepackage{float} +\usepackage{multicol} +\usepackage{etoolbox} +\usepackage{xcolor} +\usepackage[ + colorlinks=true, + linkcolor=purple, + urlcolor=blue, + citecolor=red +]{hyperref} +\usepackage[toc,acronym,automake]{glossaries} + +\makeglossaries + +% Bibliography +\usepackage[authoryear]{natbib} +\bibliographystyle{plain} + +\title{TITLE} +\author{AUTHOR} + +\date{\today} +\begin{document} + +\maketitle +\tableofcontents +\newpage + +\section{Topic one} +\subsection{Paper one \cite{Shin_2014}} + +\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 vocabulary such as \gls{mr} and defining it in the glossary. + +\subsection{Short title of paper \cite{Suhre_2011}} + +\section{Topic two} + +\newpage + +% Add youtube channels and database links here +\section{Online resources} + +\begin{itemize} + \item \href{https://www.hmdb.ca/}{Human Metabolome Database} +\end{itemize} + +\newpage + +% Automatically generated glossary and acronyms +\printglossaries + +\newpage + +\bibliography{references} + +\end{document} -- cgit v1.2.3