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[left=2cm,right=2cm,bottom=2cm, top=2cm]{geometry}
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
|
\usepackage{graphicx,import}
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
\usepackage{url}
|
\usepackage{url}
|
||||||
\usepackage[hidelinks]{hyperref}
|
\usepackage[hidelinks]{hyperref}
|
||||||
|
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
\fancyhf{}
|
\fancyhf{}
|
||||||
\lhead{CO-687 Winter 2022}
|
\lhead{ECE-657 Tools of Intelligent System Design}
|
||||||
\rhead{Assignment 3}
|
\rhead{Spring 2022}
|
||||||
\lfoot{Arthur Grisel-Davy}
|
\lfoot{Arthur Grisel-Davy}
|
||||||
\rfoot{Page \thepage}
|
\rfoot{Page \thepage}
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\section*{Question 1: Point multiplication}
|
|
||||||
plop
|
|
||||||
|
\begin{center}
|
||||||
|
{\LARGE }
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\import{images/}{test.pdf_tex}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
|
@ -24,7 +24,6 @@ Include the figure in hte document with
|
||||||
```
|
```
|
||||||
\begin{figure}
|
\begin{figure}
|
||||||
\centering
|
\centering
|
||||||
\def\svgwidth{\columnwidth}
|
\import{images/}{test.pdf_tex}
|
||||||
\input{image.pdf_tex}
|
|
||||||
\end{figure}
|
\end{figure}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue