Add end of lecture notes

This commit is contained in:
Blizzard Finnegan 2022-01-24 12:49:44 -05:00
parent c4d37489a4
commit 3e072e99e5

View file

@ -0,0 +1,31 @@
% File: [Insert File name]
% Created: [datetime]
% Last Change: [datetime]
%
\documentclass[letterpaper]{article}
%\usepackage{minted}
\usepackage{geometry}
\usepackage{dirtytalk}
\geometry{portrait, margin=1in}
%\begin{minted}[linenos,bgcolor=LightGray]{[language]}
\date{datetime}
\title{%
Project Communication and Management\\
\large IGME--582--01: Humanitarian FOSS Development}
\author{Blizzard MacDougall}
\begin{document}
\maketitle
\pagenumbering{arabic}
Types of projects:
\begin{itemize}
\item Federations: high contrib. growth, high user growth
\item Clubs: high contrib. growth, low user growth
\item Stadiums: low contrib. growth, high user growth
\item Toys: low contrib. growth, low user growth
\end{itemize}
\end{document}