From 75ba17055fd14e9357048f99d7c695e961f45950 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Wed, 20 Apr 2022 14:34:21 +0200 Subject: [PATCH] =?UTF-8?q?README=20explanation=20for=20=C2=B4src/HsH-clas?= =?UTF-8?q?s'=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index da6b7a1..fe9eb8b 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,10 @@ TexLive does not have this functionality built-in. ## LaTeX errors +> You have requested document class \`src/HsH-report', but the document class provides \`HsH-report'. + +This happens when you tried to use something like `\documentclass{src/HsH-report}`, which was a good idea, but doesn't quite work. You need to properly +add the `src` directory to the path searched by LaTeX (as explained [here](#adding-src-to-path)). You can than simply use `\documentclass{HsH-report}`. ## BibTeX errors -- GitLab