PandaScience / FortySecondsCV

A highly customizable and improved version of Carmine Spagnuolo's Twenty Seconds Curriculum Vitae.
BSD 3-Clause "New" or "Revised" License
215 stars 66 forks source link

Make profile pic border configurable (including being able to turn it off). #10

Closed ifokkema closed 4 years ago

ifokkema commented 5 years ago

Hello again :)

The profile pic border width is currently fixed at 0.02\sidebartextwidth, which in its default implementation is about 3.5pt. Since I removed the border for my use of the CV class and I can imagine people want to configure it, I'll make it a setting. As setting it to 0pt doesn't completely remove it, I'll make the \draw command conditional.

I propose calling the setting profilepicborderwidth; I'll submit my code and a PR for you to look at shortly.