Replies: 1 comment
-
Thanks for this heads-up @khal45 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In section 3, when I tried generating the report PDF with:
I ran into the following error:
After some digging, I discovered the issue was caused by
\vspace\*{2cm}
.Replacing it with
\vspace{2cm}
resolved the error.Posting this here in case anyone else runs into the same problem.
Beta Was this translation helpful? Give feedback.
All reactions