Resultado de búsqueda
Following the discussion on LinkedIn Branding Guidelines, you can also download the EPS versions of the LinkedIn logo and include them using \includegraphics (from graphicx). Share Improve this answer
13 de mar. de 2020 · 5. Welcome to TeX Stack Exchange! Both the fontawesome and the newer fontawesome5 packages provide a LinkedIn icon, but \icon is neither a standard LaTeX command nor provided by these packages. So to answer your question, we will need to know what packages and which documentclass you use. The best way to get an answer is often to provide a ...
10 de may. de 2016 · I would like to insert a linkedin logo to my document that also acts as a link to my profile. Here's my code \documentclass{article} \usepackage{hyperref} \usepackage[demo]{graphicx} \usepackage
13 de abr. de 2017 · Package \usepackage{fontawesome5} may seem to be the one of the best option for adding icons, but imagine a case icon's you wanted is not included in fontawesome package like in my case at least, I have to add icon's for several online coding platforms, in that situation you can use \usepackage{graphicx} package to add you own icons:
23 de mar. de 2021 · Based on your given code I created an MWE for the current version of class moderncv, version 2.1.0. Using this current version you can use command \social[linkedin]{john.doe} to add your linkedin account to the contact informations ... Please see the following MWE (important code changings marked with <=====):
6 de sept. de 2013 · I think, in this case, you don't really need any redefinitions; the author/maintainer of moderncv has provided a second optional argument for \social that can be used, for example, in cases in which the prefixes/suffixes are different from the ones provided by default (when this second argument is not used).
7 de oct. de 2016 · And I want to show these two links in such a way that only my name will be shown in blue color and when anyone will click on my name, they will automatically visit my profiles. I also want at the left hand side of these links, their logo/icon (Facebook logo and LinkedIn logo) will be shown. Please instruct me how I can do that. Thanks in advance.
16. Here's one way to do it adding to new fields \github and \linkedin; the information will be automatically added to the footer, with hyperlinks and some logos (for the logos I used the images obtained with the code at the end of this answer): \documentclass[11pt,a4paper,sans]{moderncv} \moderncvstyle{casual} \usepackage[scale=0.75]{geometry}
17 de ene. de 2017 · This is my tex file, how can I add a company logo corresponding to my work experience. [Resume.tex] [2] Ideally, I would like to swap the bullet point wit the logo and remove the name of the company or Is there an easier place to put the logo? Update 1: This is the best I could get to, Still am not able to get replace the bullet point with the ...
FYI, the new version of moderncv introduces a way to switch between icon sets, i.e. where <icon set> can be awesome (the one you wants), marvosym (the old ones) or letters (letter icons, used by default in the oldstyle style variant). Unfortunately, TeX Live 2012 is frozen right now and TeX Live 2013 will only be released on July 1st.