Files
fil/crates/kreuzberg/tests/path_resolution/fixtures/latex_with_images.tex

16 lines
230 B
TeX
Raw Normal View History

2026-06-01 23:40:55 +02:00
\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}