Last active
June 28, 2019 15:29
-
-
Save tscholl2/2db571e82869de932f1f950fe5a1d2a7 to your computer and use it in GitHub Desktop.
tex template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage{amsmath,amssymb,amsthm,amsfonts} | |
\usepackage{xcolor} | |
\newcommand{\public}[1]{\textcolor[rgb]{0.024,0.408,0.024}{#1}} | |
\newcommand{\private}[1]{\textcolor[rgb]{0.661,0.035,0.035}{#1}} | |
\newcommand{\FF}{\mathbb{F}} | |
\newcommand{\QQ}{\mathbb{Q}} | |
\newcommand{\ZZ}{\mathbb{Z}} | |
\theoremstyle{plain} | |
\newtheorem{thm}{Theorem} | |
\newtheorem{theorem}[thm]{Theorem} | |
\newtheorem{lemma}[thm]{Lemma} | |
\newtheorem{corollary}[thm]{Corollary} | |
\theoremstyle{remark} | |
\newtheorem{remark}[thm]{Remark} | |
\theoremstyle{definition} | |
\newtheorem{definition}[thm]{Definition} | |
\newtheorem{example}[thm]{Example} | |
\title{???} | |
\begin{document} | |
\maketitle | |
\begin{abstract} | |
??? | |
\end{abstract} | |
\section{Introduction} | |
??? | |
\bibliography{references} | |
\bibliographystyle{alpha} | |
\end{document} |
For line numbers and todonotes:
\usepackage{lineno}
\linenumbers
\usepackage{todonotes}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For
tikz
: