From 6b22d4a0a8387df2708022250239604aaea46079 Mon Sep 17 00:00:00 2001 From: Arthur Grisel-Davy Date: Mon, 2 May 2022 15:04:36 -0400 Subject: [PATCH] test figure import --- main.tex | 15 +++++++++++---- readme.md | 3 +-- 2 files changed, 12 insertions(+), 6 deletions(-) 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} ```