diff --git a/main.tex b/main.tex index 237ebf9..2bc2986 100644 --- a/main.tex +++ b/main.tex @@ -3,19 +3,26 @@ \usepackage[left=2cm,right=2cm,bottom=2cm, top=2cm]{geometry} \usepackage{amsmath} \usepackage{xcolor} +\usepackage{graphicx,import} \usepackage{fancyhdr} \usepackage{url} \usepackage[hidelinks]{hyperref} \pagestyle{fancy} \fancyhf{} -\lhead{CO-687 Winter 2022} -\rhead{Assignment 3} +\lhead{ECE-657 Tools of Intelligent System Design} +\rhead{Spring 2022} \lfoot{Arthur Grisel-Davy} \rfoot{Page \thepage} \begin{document} -\section*{Question 1: Point multiplication} -plop + + +\begin{center} + {\LARGE } +\end{center} + +\import{images/}{test.pdf_tex} + \end{document} diff --git a/readme.md b/readme.md index 9e2d0a8..2bfc36a 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,6 @@ Include the figure in hte document with ``` \begin{figure} \centering - \def\svgwidth{\columnwidth} - \input{image.pdf_tex} + \import{images/}{test.pdf_tex} \end{figure} ```