Skip to content

Conversation

@harut2005
Copy link

for this example the directory of the profile photo should be either "../examples/profile"
or "profile", because both files are already in the same directory

for this example the directory of the profile photo should be either "../examples/profile"
or "profile", because both files are already in the same directory
@sawaYch
Copy link

sawaYch commented Dec 30, 2021

Edit: I am using vscode tex workshop extension.
You're correct and this fix the problem. I faced same issue while compiling coverletter.tex:

Latexmk: Missing input file: './examples/profile' from line
  '/home/user/Documents/Awesome-CV/examples/coverletter.tex:104: LaTeX Error: File `./examples/profile' not found.'

actually the profile.png exist in examples/profile.png, but not examples/examples/profile.png

@sawaYch
Copy link

sawaYch commented Dec 30, 2021

encounter another issue in this fix. After changing the path of image in coverletter.tex, the make command will fail to build.

@sawaYch
Copy link

sawaYch commented Dec 31, 2021

encounter another issue in this fix. After changing the path of image in coverletter.tex, the make command will fail to build.

I have a workaround on this issue. The image path in coverletter.tex should change to 'profile'
Then move the profile.png to root directory, then create a symlink of profile.png to examples dir (from root dir):
ln -s ./examples/profile.png ./profile.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants