Missing \begin{document} #538
Replies: 4 comments 1 reply
-
👋 Welcome! Looks like this is your first issue.Hey, thanks for your contribution! Please give us a bit of time to review it. 😄 |
Beta Was this translation helpful? Give feedback.
-
I am getting this issue using both MikTex on Windows and texlive on Ubuntu. I haven't modified any files. I am just trying to run: git clone https://github.com/posquit0/Awesome-CV
cd Awesome-CV/examples
xelatex resume.tex |
Beta Was this translation helpful? Give feedback.
-
Hello, I've experienced the same error in Windows environment. Error points to Quick workaround:
This is only workaround. For proper solution would need to look further! I had brief attempts in file we override examples/awesome-cv.cls, which is the source of the issue. My attempts included adjusting to absolute path or various different relative paths but all attempts failed, which is why quick workaround is my current solution. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Thanks for replying me, although I have already completed my CV. My solving
is running the template at website like that leaf website sorry I forget
the name, not running at the local windows machine. It will work.
Best.
…On Thu, 3 Apr 2025 at 13:22, Lea ***@***.***> wrote:
Hello, I've experienced the same error in Windows environment. Error
points to awesome-cv.cls, the file is basically not found due to
differences in how Linux and Windows handle file paths.
*Quick workaround*:
0. Backup your current work in progress
1. Copy the awesome-cv.cls from the root - *Awesome-CV-master
directory* and paste it into the examples directory (override existing
file there)
2. Let's take for example coverletter.tex
3. Adjust two following lines that require adjustments (line 21 will
solve the missing class error, line 53 will solve image not appearing).
- *line 21* \documentclass[11pt, a4paper]{C:/<adjust your directory
path>/Awesome-CV-master/examples/awesome-cv}
- *line 53* \photo[circle,noedge,left]{"../examples/profile"}
This is only workaround. For proper solution would need to look further!
I had brief attempts in file we override *examples/awesome-cv.cls*, which
is the source of the issue. My attempts included adjusting to absolute path
or various different relative paths but all attempts failed, which is why
quick workaround is my current solution.
—
Reply to this email directly, view it on GitHub
<#538 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVI6OOYPZB4YMFYAD5NHLED2XURYZAVCNFSM6AAAAAB2MB7RRCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENZRGMZDAMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi, I am nb, how to solve this problem, thanks.
Beta Was this translation helpful? Give feedback.
All reactions