jankapunkt / latexcv

:necktie: A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
MIT License
2.85k stars 594 forks source link

New Symbols #59

Closed linux-lukas closed 1 year ago

linux-lukas commented 1 year ago

I would suggest that new symbols are added in the following section (see quoted source code above), e.g.

\mystrut
\vspace{-12pt}

\begin{tabular*}{1\textwidth}{ c c c}
    \parbox[c]{0.4\linewidth}{
        \colorbox{thirdcol}{\HUGE{\textcolor{titletext}{\textbf{\uppercase{Jan Küster}}} }}\\
        \Large{\textcolor{thirdcol}{\textsc{ Consultant/ Software Eng.}}}\\
    }&
    \parbox{0.25\textwidth}{
    \icontext{MapMarker}{12}{Bremen, Germany}\\
    \icontext{MobilePhone}{12}{+49 176 *** *** **}\\
    \icontext{Send}{12}{info@jankuester.com}\\
    }&
    \parbox{0.3\textwidth}{
    \icontext{MousePointer}{12}{www.jankuester.com}\\
    \icontext{Github}{12}{github.com/jankapunkt}\\
    \icontext{Twitter}{12}{@Kuester\_Jan}\\
    }
\end{tabular*}

Example from https://raw.githubusercontent.com/jankapunkt/latexcv/master/infographics/main.tex

github-actions[bot] commented 1 year ago

Automatically Closing this issue due to no activity. Feel free to reopen.