initialization
This commit is contained in:
commit
3b3f7ea49f
3 changed files with 32 additions and 0 deletions
21
main.tex
Normal file
21
main.tex
Normal 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
10
readme.md
Normal 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
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
fancyhdr
|
Loading…
Reference in a new issue