Changes

Jump to navigation Jump to search
fix Typo
# You need some Chinese (TrueType) fonts; you may want to get [ftp://ftp.ctex.org/pub/tex/fonts/truetype/ttf/htfs.ttf FangSong], [ftp://ftp.ctex.org/pub/tex/fonts/truetype/ttf/hthei.ttf HeiTi], [ftp://ftp.ctex.org/pub/tex/fonts/truetype/ttf/htkai.ttf KaiTi] and [ftp://ftp.ctex.org/pub/tex/fonts/truetype/ttf/htsong.ttf SongTi]. Put those e.g. into $TEXMF/fonts/truetype/chinese/.
# Use Hans Hagen's experimental [[http://www.physik.fu-berlin.de/~tburnus/ttf2uni.rb ttf2uni.rb]] script to create .map, .tmf and .enc files. You can then put the files e.g. to $TEXMF/fonts/tfm/chinese/ (*.tmf files), $TEXMF/fonts/enc/chinese/ (*.enc files, they are basically the same for all fonts) and to $TEXMF/fonts/map/chinese/.
# You may now need to update the hash TeX uses to find the files; using teTeX this is done by running <tt>texhash</tt>.
# How you can run your Hello World program:
</texcode>
If you want to typset vertical text, use <tt>\startvertical ... \stopvertical</tt>, if you want to use Chinese numbers, you can use e.g. <tt>\startitemize[c]</tt>; possible options are <tt>c</tt> or <tt>cn</tt> for normal Chinese numbers (一, 二, 三, 四, 无, 六 etc.), <tt>cc</tt> for the capitalized (or financial) Chinese numbers (壹, 貳, 叄 etc.), <tt>ec</tt> for an extended version which uses 廿 and 卅 (instead of 一十 and 二十), and <tt>ac</tt> for using the Chinese numbers zero (零, 〇) to nine (九) in the same way one does with the Arabical Arabic digits 0 to 9.
Anonymous user

Navigation menu