initialization

This commit is contained in:
Arthur Grisel-Davy 2022-05-02 12:52:32 -04:00
commit 3b3f7ea49f
3 changed files with 32 additions and 0 deletions

21
main.tex Normal file
View file

@ -0,0 +1,21 @@
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[left=2cm,right=2cm,bottom=2cm, top=2cm]{geometry}
\usepackage{amsmath}
\usepackage{xcolor}
\usepackage{fancyhdr}
\usepackage{url}
\usepackage[hidelinks]{hyperref}
\pagestyle{fancy}
\fancyhf{}
\lhead{CO-687 Winter 2022}
\rhead{Assignment 3}
\lfoot{Arthur Grisel-Davy}
\rfoot{Page \thepage}
\begin{document}
\section*{Question 1: Point multiplication}
plop
\end{document}

10
readme.md Normal file
View file

@ -0,0 +1,10 @@
## Installation:
tinytex:
```
wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh
```
packages:
```tlmgr install `cat requirements.txt` ```

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
fancyhdr