Skip to content

Instantly share code, notes, and snippets.

@tk0miya
Created June 27, 2018 03:46
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 tk0miya/7d68b4b327eb25527f11278af3b92b23 to your computer and use it in GitHub Desktop.
Save tk0miya/7d68b4b327eb25527f11278af3b92b23 to your computer and use it in GitHub Desktop.
\documentclass{jsbook}
\usepackage{pxrubrica}
\begin{document}
\aruby[g]{Make}{めいく} \aruby[g]{aodag}{あおだぐ} \aruby[g]{Great}{ぐれーと} \aruby[g]{Again}{あげいん}
\end{document}
all: aodag.pdf
%.dvi: %.tex
platex $<
%.pdf: %.dvi
dvipdfmx $<
clean:
rm -f *.aux *.log *.dvi *.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment