Skip to content
Snippets Groups Projects
Commit 75ba1705 authored by Jan Wille's avatar Jan Wille
Browse files

README explanation for ´src/HsH-class' error

parent b21f0246
Branches
Tags
No related merge requests found
...@@ -299,6 +299,10 @@ TexLive does not have this functionality built-in. ...@@ -299,6 +299,10 @@ TexLive does not have this functionality built-in.
## LaTeX errors ## 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 ## BibTeX errors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment