xdanaux / fontawesome-latex

LaTeX mappings for Font Awesome, the icons font
307 stars 36 forks source link

fontawesome and sharelatex #14

Open utkjad opened 7 years ago

utkjad commented 7 years ago

I suppose we do not need to add the package in ShareLateX project. We can just import the package.

  1. \usepackage{fontawesome}
  2. using LuaLateX compiler.

The problem

  1. \faTwitter or \faicon{Twitter} works fine, but \faUniversity \faicon{university} does not.

Is there any chance that I am hitting an older version of the package?