Skip to content

Instantly share code, notes, and snippets.

View jasonkhanlar's full-sized avatar

Jason Khanlar jasonkhanlar

View GitHub Profile
@jasonkhanlar
jasonkhanlar / fontawesome.sty
Last active March 18, 2024 06:42 — forked from sway/fontawesome.sty
FontAwesome mapping for XeLaTeX
% FontAwesome (http://fortawesome.github.com/Font-Awesome/) bindings for (Xe)LaTeX
% Author: Honza Ustohal <honza@egoistic.biz>
% Updated to match FontAwesome v4.5.0 by Jason Khanlar <jason.khanlar@gmail.com>
%
% Translation of FontAwesome's private range characters into XeTeX symbols. All icons are camel-cased and prefixed with 'fa', i.e. what was .icon-align-center the CSS version of FontAwesome becomes \faAlignCenter
% This might be reworked into a full blown package in the near future
%
% Prerequisite:
% XeLaTeX, FontAwesome installed as a system font accessible by XeLaTeX
%