Skip to content

whitead/protein-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Files and utilities for protein-emoji

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published