Skip to notes.The slides are typically visually-oriented graphics, but the notes contain enough information to understand the tutorial.
Slide

To position the ruby text below horizontal base text or to the left of vertical text, use ruby-position: after.

For example, if your document contains Chinese text with pinyin ruby, and you want all ruby to appear below the base text, you would include the following in your CSS declarations:

ruby { ruby-position: after; }


Version: $Id: Slide0190.html,v 1.8 2006/02/02 17:48:26 rishida Exp $