diogo-fernan / academicons

LaTeX academicons package for high qual­ity icons of on­line aca­demic pro­files.
https://www.ctan.org/pkg/academicons
60 stars 16 forks source link

Using academicons in the ShareLatex plataform #5

Closed adrianohrl closed 6 years ago

adrianohrl commented 6 years ago

Given that this package has special system settings for being used, have you already contacted to the ShareLaTeX support team in order to properly set this package in their system? If so, what should I do to use this package in ShareLaTeX properly?

diogo-fernan commented 6 years ago

The academicons requires the Academicons font to be installed on the system where the package is installed. Therefore, the ShareLaTeX platform would have to install the font in addition to the package.

adrianohrl commented 6 years ago

I have found an easy way to use this package in the ShareLaTeX platform. It is described below.

Firstly, it is necessary to upload the academicons.sty and academicons.ttf files to the desired ShareLaTeX project.

Afterwards, in case the academicons.sty file content have the following command

\newfontfamily{\AI}{Academicons}

change it to:

\newfontfamily{\AI}{academicons.ttf}

Try the following inputs to your main.tex document in order to test this LaTeX package setup:

\usepackage{academicons}

and inside its "document" environtment, enter:

\aiicons{lattes}

Finally, check if the following icon:

Lattes Logo

If so, you are all set!