├── .gitignore ├── Makefile ├── README.md ├── fontawesome.pdf ├── fontawesome.sty ├── fontawesome.tex └── fonts └── FontAwesome.otf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikanthy/faXeTeX/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikanthy/faXeTeX/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikanthy/faXeTeX/HEAD/README.md -------------------------------------------------------------------------------- /fontawesome.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikanthy/faXeTeX/HEAD/fontawesome.pdf -------------------------------------------------------------------------------- /fontawesome.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikanthy/faXeTeX/HEAD/fontawesome.sty -------------------------------------------------------------------------------- /fontawesome.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikanthy/faXeTeX/HEAD/fontawesome.tex -------------------------------------------------------------------------------- /fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srikanthy/faXeTeX/HEAD/fonts/FontAwesome.otf --------------------------------------------------------------------------------