-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes_template.tex
More file actions
54 lines (40 loc) · 1.01 KB
/
Copy pathnotes_template.tex
File metadata and controls
54 lines (40 loc) · 1.01 KB
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
53
54
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{bm}
\usepackage[backend=biber,style=numeric,citestyle=nature]{biblatex}
\addbibresource{references_template.bib}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{definition}[theorem]{Definition}
\newcommand{\DOI}{https://github.com/fe-lipe-c}
\newcommand{\monthyear}{Month Year}
\emergencystretch=1em
\begin{document}
\begin{titlepage}
\begin{flushright}
\LARGE{\textbf{Notes Template}}\\
\vfill
\Huge{\textbf{Notes}}\\
\vfill
\large Felipe Costa\\
\vfill
\normalsize Related material at:\\
\DOI
\vfill
\end{flushright}
\end{titlepage}
\begin{center}
\tableofcontents
\end{center}
\pagebreak
The following definitions and theorems are from \cite{maschler_solan_zamir_2020}.
\section{First Section}
% \pagebreak
% \section*{References}
\printbibliography
% \addcontentsline{toc}{section}{References}
% \bibliographystyle{techpubs}
% \bibliography{references}
\end{document}