https://github.com/berleon/emojicite
A latex package to add emojis to citations
https://github.com/berleon/emojicite
citation emoji latex natbib
Last synced: 3 months ago
JSON representation
A latex package to add emojis to citations
- Host: GitHub
- URL: https://github.com/berleon/emojicite
- Owner: berleon
- License: lppl-1.3c
- Created: 2020-04-13T09:22:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T15:29:27.000Z (over 5 years ago)
- Last Synced: 2025-03-28T23:43:25.373Z (7 months ago)
- Topics: citation, emoji, latex, natbib
- Language: TeX
- Size: 34.2 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# emojicite
[[CTAN](https://www.ctan.org/tex-archive/macros/luatex/latex/emojicite)] |
[[PDF Docu](http://mirrors.ctan.org/macros/luatex/latex/emojicite/emojicite-doc.pdf)]Scientific publications are too dry. Too much math, too little emotions. Science
needs emojis!
Leave a small heart to value the hard work gone into a paper (Smith, 2014 โค๏ธ ).
Flag self-citations as in (Sixt et al., 2019 ๐คณ)
Finally, you can express what you truly think directly as in (Wakefield et. al, 1998 ๐คฆ).
We could also indicate, how thoroughly we read papers (Van Wesel et al., 2014 ๐)## Basic Usage
```
\documentclass{article}\usepackage{emojicite}
\setcitestyle{authoryear, round}
\bibliographystyle{plainnat}\begin{document}
\emojicitep{einstein, kissing-heart}
\bibliography{bibliography}
\end{document}
```See [example.tex](./example.tex) for basic usage.
## Examples
Table 1: How did you liked the cited work?
| Citation | Emoji | Description |
|--------------------------------|:--------------:|:---------------------|
| (Einstein, 1905 ๐) | kissing-heart | I like this work. Here is a kiss.
| (Shannon, 1948 ๐) | bow | Wow, I can only bow to this work.
| (Kim et al., 2017 ๐) | +1 | Good work!
| (Zhang and Cheok, 2016 ๐ ) | confused | I am confused by this work.
| (Le Cun et al., 1989 ๐ฅฑ) | yawning-face | Boring work.
| (Tishby and Zaslavsky, 2015 ๐คจ)| raised-eyebrow | I have some serious questions...
| (Wakefield et al., 1998 ๐คฆ) | facepalm | omg, this work sucks!Table 2: How thoroughly have you read the work?
| Citation | Emoji | Description |
|--------------------------------|:--------------:|:---------------------|
| (Kingma and Welling, 2013 ๐ค) | nerd-face | I know everything about this work.
| (Kim et al., 2017 ๐) | graduation-cap | I know this work well.
| (Shannon, 1948 ๐ค) | thinking | I read it but I still have questions.
| (Jones, 1972 ๐) | see-no-evil | Ups, I did not read this work in-depth.
| (Einstein, 1905 ๐คท) | shrug | too long; did not readSee [PDF Docu](http://mirrors.ctan.org/macros/luatex/latex/emojicite/emojicite-doc.pdf) for more examples.
## Requirements
The package requires the Tex Live 2020 distributon and you need to use lualatex.
If you use the `latexmk` tool, simple use `latexmk -pdflua`. See the
[emoji](https://github.com/stone-zeng/latex-emoji) package for are in-depth
description on the requirements.-----
Copyright (C) 2020 by Leon Sixt, License LPPL 1.3c
๐ to Xiangdong Zeng creator of [emoji](https://github.com/stone-zeng/latex-emoji)