Here is an example
\documentclass{article}
\usepackage{fontspec}
\usepackage[BoldFont,SlantFont,CheckSingle,AutoFallBack=true]{xeCJK}
\usepackage{CJKnumb}
\setCJKmainfont[Vertical=RotatedGlyphs,BoldFont=MINGLIU.TTC]{HANAMINA.TTF}
\begin{document}
舉例
\end{document}
The text came out ...
Search found 3 matches
- Tue Jul 25, 2017 1:21 pm
- Forum: XeTeX
- Topic: Chinese font vertical write
- Replies: 3
- Views: 20078
- Tue Jul 25, 2017 8:24 am
- Forum: XeTeX
- Topic: Chinese font vertical write
- Replies: 3
- Views: 20078
Chinese font vertical write
The problem happened only for CJK (Chinese Japanese Korean) user because only they have vertical writing v.s. horizontal writing....for vertical writing we need to rotate the font and everything goes the same as horizontal writing.....the rotation is provided automatically by the font specification ...
- Sun Jul 23, 2017 7:51 am
- Forum: XeTeX
- Topic: Chinese font vertical write
- Replies: 3
- Views: 20078
Chinese font vertical write
I used to use xeCJK to write vetical Chinese
\usepackage{fontspec}
\usepackage[BoldFont,SlantFont,CheckSingle,AutoFallBack=true]{xeCJK}
\usepackage{CJKnumb}
with \setCJKfamilyfont{WSL}[Vertical=RotatedGlyphs,BoldFont=DFT_TX3.TTC]{WSL_Kai_TPS.ttf}
But after some update of the packages my Chinese ...
\usepackage{fontspec}
\usepackage[BoldFont,SlantFont,CheckSingle,AutoFallBack=true]{xeCJK}
\usepackage{CJKnumb}
with \setCJKfamilyfont{WSL}[Vertical=RotatedGlyphs,BoldFont=DFT_TX3.TTC]{WSL_Kai_TPS.ttf}
But after some update of the packages my Chinese ...