posquit0 / Awesome-CV

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

Better `\social` elements centering (Close to -but not really- a pull request) #194

Open koleygr opened 6 years ago

koleygr commented 6 years ago

The elements of \social commands have been improved to be better centered but they still add a space at the last item that makes the result to seem not centered (by this space).

The fix is to add a space just after found the first \social element.

You can see here the fix (and the demonstration of the small improvement with a picture): https://tex.stackexchange.com/a/418092/120578

In case that the post be deleted the change I made is:

\def\isntstart{$\;$\setbool{isstart}{false}}%koleygr:Used this command as a macro: 
%(for faster and not for better) The idea is that we need a space on start of
% "social" elements because on end it will always be one .
%The maintainer can use better way for the space of course

And then replaced all the \setbool{isstart}{false} with this command.

PS: The \mobile command need the space before and not after (So, the \isntstart noved above it's "active" content)