Created
May 9, 2017 20:49
-
-
Save max-kov/74d749af36831ed974a4d6612fab6f2f to your computer and use it in GitHub Desktop.
my cs analysis in latex
This file contains hidden or 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{titlesec} | |
\titleformat{\section}{\huge\bfseries}{}{}{} | |
\setlength{\parindent}{4em} | |
\setlength{\parskip}{1em} | |
\begin{document} | |
\author{Maksims Kovalovs} | |
\title{Computer science programming project} | |
\maketitle | |
\section{Motivation} | |
The goal of my project is to make an interesting, open source pool game, with clean and understandable code. To achieve that I will be using programming language Python, along with some packages: | |
\begin{enumerate} | |
\item Pygame - 2d Graphics library | |
\item Numpy - Mathematical computing library | |
\end{enumerate} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment