Skip to content

Instantly share code, notes, and snippets.

@Informatic
Last active May 10, 2016 16:30
Show Gist options
  • Save Informatic/a461c70ea084b5e0bee9f4a653400a30 to your computer and use it in GitHub Desktop.
Save Informatic/a461c70ea084b5e0bee9f4a653400a30 to your computer and use it in GitHub Desktop.
Lennyface LaTeX package
\documentclass{article}
\usepackage{lenny}
\begin{document}
Hello World! \lenny
\end{document}
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{lenny}[2016/05/10 Lennyface]
\RequirePackage{fontspec}
\newfontfamily{\lennyfont}{DejaVu Sans}
\newcommand{\lenny}{{\lennyfont( ͡° ͜ʖ ͡°)}}
\endinput
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment