Last active
June 14, 2018 08:10
-
-
Save oliverangelil/2bd2f3e5dc82ada84faaef05b6152c33 to your computer and use it in GitHub Desktop.
simple luatex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage{fontawesome} | |
\begin{document} | |
\begin{center} | |
\textbf{\faEnvelope John Smith}\\ | |
\end{center} | |
\end{document} | |
%%% Local Variables: | |
%%% coding: utf-8 | |
%%% mode: latex | |
%%% TeX-engine: luatex | |
%%% TeX-master: "" | |
%%% End: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment