test figure import

master
Arthur Grisel-Davy 2 years ago
parent 57f11d7cb1
commit 6b22d4a0a8

@ -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}

@ -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}
```

Loading…
Cancel
Save