[XeTeX] fontspec and vertical writing with ICU layout

Jjgod Jiang gzjjgod at gmail.com
Tue Mar 6 18:42:24 CET 2007


2007/3/7, Jjgod Jiang <gzjjgod at gmail.com>:
> Oops, my last mail was truncated by mail client...

again, well, a minimal example should be:

  1 \documentclass{article}
  2
  3 \usepackage{fontspec, graphicx}
  4
  5 \begin{document}
  6
  7 \fontspec[Script=CJK,Vertical=RotatedGlyphs]{STHeiti}
  8 \rotatebox{-90}{中文}
  9
 10 \font\vertzh="STHeiti:vertical:script=hani:+vert"
 11 \rotatebox{-90}{\vertzh 中文}
 12
 13 \end{document}

The second one worked while the first one don't.

- jjgod.


More information about the XeTeX mailing list