Add end of lecture notes
This commit is contained in:
parent
c4d37489a4
commit
3e072e99e5
1 changed files with 31 additions and 0 deletions
31
week3/24-01-2022/24-01-2022.tex
Normal file
31
week3/24-01-2022/24-01-2022.tex
Normal 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}
|
Loading…
Add table
Reference in a new issue