File: graphicspath.tex

package info (click to toggle)
latex2html 2021-debian1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,796 kB
  • sloc: perl: 33,871; makefile: 437; sh: 22
file content (15 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\documentclass{article}

% test of graphicspath command with relative path in preamble
% with non-web (ie, ps rather than png) image files.
% https://github.com/latex2html/latex2html/issues/40

\usepackage{graphicx}

\graphicspath{{./graphics/}}

\begin{document}

\includegraphics{eqn1}

\end{document}