posquit0 / Awesome-CV

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

Two column style #56

Open tiendan opened 8 years ago

tiendan commented 8 years ago

Hello,

Thanks again for the great template! I've been using it for a while and I modified it to my taste so that it has two column format, and thus you can pack more things on a single page. Here is an example.

Would you care for a pull-request for an option to use two column style? If you prefer to make it single column only, I would understand the decision.

Cheers, Onur

posquit0 commented 8 years ago

That's great! I'll consider your changes, please make your pull-request :) Thanks for your improvement.

Best regards, Claud D. Park

      1. 오후 4:55에 Onur Ferhat 이(가) 쓴 글:

        Hello,

        Thanks again for the great template! I've been using it for a while and I modified it to my taste so that it has two column format, and thus you can pack more things on a single page. Here http://onurferhat.com/resume/onurferhat.pdf is an example.

        Would you care for a pull-request for an option to use two column style? If you prefer to make it single column only, I would understand the decision.

        Cheers, Onur

        — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/posquit0/Awesome-CV/issues/56, or mute the thread https://github.com/notifications/unsubscribe/ABak4kABqbXEfj2yW-eow1ZfqowHVkliks5qS1-DgaJpZM4JF1if.

tiendan commented 8 years ago

Already sent the pull request (#58). As I noted there, I commented out two sections of the sample resume to make it fit a single page, you can uncomment them & generate the example outputs again if you prefer.

Thanks for the opportunity and the great project! Onur

tgeorgiop commented 7 years ago

Hello @tiendan . Do you have the full code for your cv pdf. It is perfect for me. It has correct fonts and location icon. Thanks.

tiendan commented 7 years ago

Hi @tgeorgiop,

Sorry for replying late, here you have the source code for 2 columns: https://dl.dropboxusercontent.com/u/41916970/awesome-cv_two_columns.zip

Cheers, Onur

strboul commented 7 years ago

Hi @tiendan, The dropbox file isn't accessible anymore. Are you able to renew the link? Best.

tiendan commented 7 years ago

Hi @strboul & @timozattol

Sorry for that, I switched from Dropbox to Sync and the link was broken 😅 Here is the new link:

https://cp.sync.com/dl/51a82e2e0#6jkbi4rx-m9r9xh4c-xh8uqykm-ue56xyvj

Cheers, Onur

jdcpower1994 commented 7 years ago

It there a way to change the width of these column ?

tiendan commented 7 years ago

Hi @jdcpower1994 ,

Sorry for the late reply, but here it is:

In the CV style file, you can find the page layout parts: https://github.com/posquit0/Awesome-CV/blob/master/awesome-cv.cls#L106, which should appear a little bit different in the 2-column style:

\RequirePackage[left=1.7cm, top=1.4cm, right=1.7cm, bottom=1.9cm, footskip=.5cm,twocolumn,columnsep=0.5cm]{geometry}

Here you should touch the margins and columnsep parameter to make the perfect fit for your purposes.

Cheers, Onur

tiendan commented 6 years ago

One final note: as the PR is abandoned, I've forked the repo again and applied my (very dirty) updates. You can check it out here:

https://github.com/tiendan/Awesome-CV/

The changes are:

Cheers, Onur