14 lines
209 B
TeX
14 lines
209 B
TeX
\documentclass{article}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{graphicx}
|
|
\graphicspath{{test} {testing}%
|
|
{../}
|
|
{../testagain/}
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
\includegraphics[width=0.9\linewidth]{}
|
|
|
|
\end{document}
|