Skip to content

Instantly share code, notes, and snippets.

@max-kov
Created May 9, 2017 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save max-kov/74d749af36831ed974a4d6612fab6f2f to your computer and use it in GitHub Desktop.
Save max-kov/74d749af36831ed974a4d6612fab6f2f to your computer and use it in GitHub Desktop.
my cs analysis in latex
\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