Skip to content

Instantly share code, notes, and snippets.

@zr-tex8r
Forked from y-yu/tate.tex
Last active December 11, 2015 19:18
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 zr-tex8r/4647264 to your computer and use it in GitHub Desktop.
Save zr-tex8r/4647264 to your computer and use it in GitHub Desktop.
\documentclass[a4paper]{article}
\usepackage{fontspec}
\begin{document}
\newfontfamily\vhiraginoA[Vertical=RotatedGlyphs]{ヒラギノ明朝 Pro W3}
\newfontfamily\vhiraginoB[Script=CJK,Vertical=RotatedGlyphs]{ヒラギノ明朝 Pro W3}
\rotatebox{-90}{\vhiraginoA 漢字alpha漢字}
\rotatebox{-90}{\vhiraginoB 漢字alpha漢字}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment