summaryrefslogtreecommitdiff
path: root/example-pro.tex
diff options
context:
space:
mode:
Diffstat (limited to 'example-pro.tex')
-rw-r--r--example-pro.tex15
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