Files
fil/crates/kreuzberg/tests/path_resolution/fixtures/latex_with_images.tex
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

16 lines
230 B
TeX

\documentclass{article}
\usepackage{graphicx}
\begin{document}
\section{Test Document}
Here is an image:
\includegraphics{images/test_image.png}
And a nested one:
\includegraphics{images/subfolder/nested.png}
\end{document}