Created
October 29, 2016 08:02
-
-
Save wtsnjp/a3e530a4ef33347de03fe7f2035cf568 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
% usage: ptex eupho.tex | |
\catcode`\@=11 | |
\def\eupho#1{\@eupho #1\relax\@nil} | |
\def\@eupho#1#2\@nil{#1#2\par | |
\ifx#1\relax\else\@eupho #2#1\@nil\fi} | |
\eupho{響け!ユーフォニアム} | |
\end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment