Last active
December 26, 2016 07:22
-
-
Save wtsnjp/414cbbc11defa40bb02ca42bdd66dc48 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%!TEX TS-program = lualatex | |
%!TEX encoding = UTF-8 Unicode | |
%!TEX spellcheck = en-US | |
\documentclass{article} | |
\begin{document} | |
\makeatletter | |
% make 🍣 \expandafter again | |
\catcode`🍣\active | |
\let🍣\expandafter | |
% test | |
\texttt{\meaning🍣} | |
\def\xAB{AB} | |
\def\xExchange#1#2{#2#1} | |
🍣\xExchange\xAB\relax | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment