diff options
author | Jan-Hendrik Dolling <JanHendrikDolling@users.noreply.github.com> | 2018-01-04 13:28:23 +0100 |
---|---|---|
committer | Jan-Hendrik Dolling <JanHendrikDolling@users.noreply.github.com> | 2018-01-04 13:28:23 +0100 |
commit | 3d5d03b65b056561f59b2743b60a374f5bd18b3c (patch) | |
tree | bf4fbf4e1f873d3f03e001673a3f82800422e6b1 /README.md | |
parent | c92a4d682704d575af9b026da329211648dcba5c (diff) |
add latex commnd
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -33,6 +33,10 @@ Normal: \faicon{address-book} Bold: \textbf{\faicon{address-book}} ``` +```bash +$ xelatex example-free.tex +``` + Pro version ```tex \usepackage[pro]{fontawesome5} @@ -43,6 +47,10 @@ Bold: \textbf{\faicon{alarm-clock}} Italic: \textit{\faicon{alarm-clock}} ``` +```bash +$ xelatex example-pro.tex +``` + Make Latest fontawesome.sty --------------------------- |