diff options
author | Jan-Hendrik Dolling <JanHendrikDolling@users.noreply.github.com> | 2018-01-04 13:00:09 +0100 |
---|---|---|
committer | Jan-Hendrik Dolling <JanHendrikDolling@users.noreply.github.com> | 2018-01-04 13:00:09 +0100 |
commit | 257f98d24000f6e65c4a4aba5edd60c0488189a3 (patch) | |
tree | 5e74e624e86c006633cfafd7df73f85b22417a26 /example-pro.tex | |
parent | 2fc431971e3429f2203d6f5cefba98be54b0fa65 (diff) |
using fontawesome5 in latex
Diffstat (limited to 'example-pro.tex')
-rw-r--r-- | example-pro.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/example-pro.tex b/example-pro.tex new file mode 100644 index 0000000..dbbbaed --- /dev/null +++ b/example-pro.tex @@ -0,0 +1,15 @@ +\documentclass{article} +\usepackage[active,tightpage]{preview} +\PreviewEnvironment{texshade} + +\usepackage[pro]{fontawesome5} + +\begin{document} +\begin{texshade} +\faicon{font-awesome}\newline +\faicon{google}\newline +Normal: \faicon{alarm-clock}\newline +Bold: \textbf{\faicon{alarm-clock}}\newline +Italic: \textit{\faicon{alarm-clock}} +\end{texshade} +\end{document}
\ No newline at end of file |