diff --git a/docs/faq.md b/docs/faq.md index 2930a68..fc42f6e 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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**: