You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new documentclass option colorharmony, which defines a new color using color harmony models. The new color is called second and can be used in the document with \color{second}. This color is also used for the new link{} command, see below.
Added a new documentclass option titlecolor, which allows you to set a different color for the titles.
Defined a new command \FAspace which replaces the old length \FAspace (and therefore breaks compatibility with the v2 class file). Now you can use \FAspace directly in the document, instead of using \hspace{\FAspace}.
Defined a new command \link{someurl.com}, which places a fontawesome logo in the document with the link. The color of the logo is detemined using the color harmony models.
Removed the environment tabitemize, since the regular environment itemize also works. I don't remember why I implemented tabitemize in the first place.