whitead / protein-emoji

Files and utilities for protein-emoji
MIT License
11 stars 0 forks source link

Protein Emoji

Files and utilities for the (rejected) 2022 proposed protein emoji.

Files

The SVGs are available in src and the PNGs are in the root.

LaTeX

Screen Shot 2022-10-04 at 9 29 52 AM

To use the emoji in your LaTeX documents:

\documentclass[12pt]{article}
\usepackage{graphicx}

\newcommand{\protein}{%
  \begingroup\normalfont
  \raisebox{-0.25\baselineskip}{\includegraphics[height=\baselineskip]{protein-72-color.png}}%
  \endgroup
}

\begin{document}
Hello world\protein{}! 
\end{document}

License for Images

CC-BY 4.0 License will change if protein is approved by subcommittee to have no attribution required.

Copyright

(c) 2022 University of Rochester