summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/emojicite/example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/emojicite/example.tex')
-rw-r--r--Master/texmf-dist/doc/lualatex/emojicite/example.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/emojicite/example.tex b/Master/texmf-dist/doc/lualatex/emojicite/example.tex
new file mode 100644
index 00000000000..5a43430434f
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/emojicite/example.tex
@@ -0,0 +1,12 @@
+\documentclass{article}
+
+\usepackage{emojicite}
+\setcitestyle{authoryear, round}
+\bibliographystyle{plainnat}
+
+\begin{document}
+
+\emojicitep{einstein, kissing-heart}
+
+\bibliography{bibliography}
+\end{document}