OSDN Git Service

Added \utod direction (same as "tate math direction" in pTeX)
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Sun, 20 Jul 2014 08:17:35 +0000 (17:17 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Sun, 20 Jul 2014 08:17:35 +0000 (17:17 +0900)
commitd9e95ad2a91ff3a20a3fb1ddb542ca9f53bf5620
treec81ef54fb336e1e9ee9c42a3464049d59ab93e32
parentc070210761498be04e1929b25dd379de42f70c53
Added \utod direction (same as "tate math direction" in pTeX)

 * direction -> int:
    dir_dtou = 1
    dir_tate = 3
    dir_yoko = 4
    dir_utod = 11
 * pTeX has "yoko math direction", but LuaTeX-ja doesn't.
 * I didn't tested \ltjgetwd, \ltjsetwd with \utod direction.
   I'll test and fix them in the next commit.
src/ltj-direction.lua
src/ltj-math.lua
src/luatexja-core.sty
src/luatexja.lua