Skip to content

Instantly share code, notes, and snippets.

View moroz's full-sized avatar

Karol Moroz moroz

  • Senior Full Stack Developer at virtualQ GmbH
  • Bay Area, Kaohsiung, TW
  • 13:43 (UTC +08:00)
View GitHub Profile
@moroz
moroz / furigana.tex
Created August 22, 2019 04:12
Furigana in Japanese using XeTeX
\documentclass{article}
\usepackage{fontspec,xeCJK}
\usepackage[overlap,CJK]{ruby}
\renewcommand{\rubysep}{-0.2ex}
\begin{document}
これは\ruby{日本語}{にほんご}の\ruby{文章}{ぶんしょう}。
\end{document}