Skip to content

Instantly share code, notes, and snippets.

@wtsnjp
Created October 29, 2016 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtsnjp/a3e530a4ef33347de03fe7f2035cf568 to your computer and use it in GitHub Desktop.
Save wtsnjp/a3e530a4ef33347de03fe7f2035cf568 to your computer and use it in GitHub Desktop.
% 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