test figure import
This commit is contained in:
parent
57f11d7cb1
commit
6b22d4a0a8
2 changed files with 12 additions and 6 deletions
15
main.tex
15
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}
|
||||
|
|
|
@ -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…
Reference in a new issue