posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
22.73k stars 4.75k forks source link

Correct reference to profile image #310

Closed dnk8n closed 2 years ago

dnk8n commented 4 years ago

Doesn't work for me. Maybe my version is older or something.

Anyway. Not a problem for me. I just use the modified version (as in this pull request) and it works.

Does the modified version work though? To me it is more succinct and would remain working in the case where examples directory is renamed.

On Tue, Dec 3, 2019, 6:33 PM Maximilian Berkmann notifications@github.com wrote:

@Berkmann18 commented on this pull request.

In examples/coverletter.tex https://github.com/posquit0/Awesome-CV/pull/310#discussion_r353287287:

@@ -52,7 +52,7 @@ % Comment any of the lines below if they are not required %------------------------------------------------------------------------------- % Available options: circle|rectangle,edge/noedge,left/right -\photo[circle,noedge,left]{./examples/profile}

I just tried running it in the ./examples directory and it worked. It seems like you were trying to compile that from the parent level.

As for the cv/..., that's because (I guess) you want to separate stuff that goes into the resume from stuff that goes into the CV.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/posquit0/Awesome-CV/pull/310?email_source=notifications&email_token=AAZHR2M3FRVJDT7753OMFUDQW2C5TA5CNFSM4JUVACVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNZKFMI#discussion_r353287287, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZHR2MRC7BCTQJLJJSW4Z3QW2C5TANCNFSM4JUVACVA .

Berkmann18 commented 4 years ago

Does the modified version work though? To me it is more succinct and would remain working in the case where examples directory is renamed.

Not for me.

OJFord commented 2 years ago

This is only an example, and the path is consistent with how it's compiled in this repo's own makefile & CI, so this would actually break it there.

If you want to structure your own CV differently and have a different path to your profile image that's fine!