[問題] 請問一個特殊符號的打法?

看板LaTeX (論文排版)作者時間12年前 (2013/04/29 21:01), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串2/2 (看更多)
First, you need a font that supports such symbol. Check the following websi= te http://www.fileformat.info/info/unicode/char/3011/fontsupport.htm Second, do what follows (I use xelatex becaues utf)=20 %The Chinese character may be garbbled (funny) \documentclass[12pt]{article} \usepackage{fontspec} \usepackage{xeCJK} \setmainfont{Times New Roman} \setCJKmainfont{=E6=A8=99=E6=A5=B7=E9=AB=94} %kaiu.ttf bkai \begin{document} \char"3010 text here \char"3011 \end{document}

04/30 10:03, , 1F
感謝!原來要用\char打code!
04/30 10:03, 1F
文章代碼(AID): #1HVcyEiO (LaTeX)
文章代碼(AID): #1HVcyEiO (LaTeX)