Add note on path relative to root document

This commit is contained in:
Florian 2025-11-17 21:43:23 +01:00
parent 2d16ae0147
commit 28d7ed348c

View File

@ -2,6 +2,7 @@
- [Frequently asked questions](#frequently-asked-questions)
- [Error: “File 'setup.tex' not found. \\input{setup.tex}”](#error-file-setuptex-not-found-inputsetuptex)
- [Error: “File \`latex-logo.png' not found: using draft setting.”](#error-file-latex-logopng-not-found-using-draft-setting)
- [Error: “Unable to find xyz.sty”](#error-unable-to-find-xyzsty)
- [I accidentally dismissed the prompt asking me to install a missing package.](#i-accidentally-dismissed-the-prompt-asking-me-to-install-a-missing-package)
- [I want to use my own tools.](#i-want-to-use-my-own-tools)
@ -15,6 +16,10 @@ If this error shows up when you compile the script for the first time, you may h
**Generic hints**:
The compiler complains that a file called `setup.tex` cannot be found in the same folder as the file you are compiling. Make sure the file exists and there are no typos in your file name.
## Error: “File `latex-logo.png' not found: using draft setting.”
This is a common error when including any images or other media. Remember to specify the path to the image relative to your root document (i. e., your `main.tex`).
## Error: “Unable to find xyz.sty”
**Windows-specific diagnosis**: