Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profile photo won't load #263

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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.

None yet

2 participants