Re: [請益] 用了 CJK package + 文鼎標楷體後數學눠…

看板LaTeX (論文排版)作者時間19年前 (2007/04/20 20:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/5 (看更多)
※ 引述《Edward (蒙古大夫 2.0)》之銘言: > ※ 引述《kfei.bbs@ptt.cc (STRATOVARIUS !!!)》之銘言: > > source: > > \documentclass[11pt]{article} > > \usepackage{CJK,pslatex} > > \begin{document} > > \begin{CJK}{Bg5}{akai} > > \[ x_{n+1}=\frac{\displaystyle \sum_{i=0}^k\alpha_i x_{n-i}^p}{\sum_{i=0}^k\beta_i x_{n-i}^p} \] > > \end{CJK} > > \end{document} > > 然後就會跑出上面第二張圖那種字體了。謝謝! > 我這邊不會這樣(這才是正常且預設的): > [edt1023@lgj ~/MyPro/tex/CJK]$ pdffonts mathfont.pdf > name type emb sub uni object ID > ------------------------------------ ----------------- --- --- --- --------- > PJQXKO+NimbusRomNo9L-ReguItal Type 1C yes yes yes 4 0 > RYURCH+CMR10 Type 1C yes yes yes 5 0 > THGVWI+NimbusRomNo9L-Regu Type 1C yes yes yes 6 0 > MMVJQH+StandardSymL Type 1C yes yes yes 7 0 > JFLMHI+CMSY10 Type 1C yes yes yes 8 0 經過測試 我的兩個結果 都跟您的正常預設不同,不知道哪邊出了問題! 搞懂這篇談到的部份 或許才是從源頭了解字型衍生的問題 感謝!! (雖然我很想全盤了解 不過感覺很複雜 所以總是一知半解 :-( ) 忘了提 我現在用 ubuntu \documentclass[11pt]{article} \usepackage{CJK,pslatex} \begin{document} \begin{CJK}{Bg5}{akai} \[x_{n+1}=\frac{\displaystyle \sum_{i=0}^k\alpha_i x_{n-i}^p}{\sum_{i=0}^k\beta_i x_{n-i}^p}\] \end{CJK} \end{document} 結果 name type emb sub uni object ID ------------------------------------ ------------ --- --- --- --------- PXFOAQ+CMMI10 Type 1 yes yes no 6 0 AFTKTY+CMMI7 Type 1 yes yes no 9 0 EDCOXU+CMR7 Type 1 yes yes no 12 0 LEBFEF+CMR10 Type 1 yes yes no 15 0 KQKOMP+CMEX10 Type 1 yes yes no 18 0 PYSKVG+CMSY7 Type 1 yes yes no 21 0 ============================================================================= \documentclass[11pt]{article} \usepackage{CJK} \begin{document} \begin{CJK}{Bg5}{akai} \[x_{n+1}=\frac{\displaystyle \sum_{i=0}^k\alpha_i x_{n-i}^p}{\sum_{i=0}^k\beta_i x_{n-i}^p}\] \end{CJK} \end{document} 結果 name type emb sub uni object ID ------------------------------------ ------------ --- --- --- --------- UVWOFC+CMMI10 Type 1 yes yes no 6 0 AYEZCU+CMMI8 Type 1 yes yes no 9 0 FHNDIJ+CMR8 Type 1 yes yes no 12 0 MTAYCH+CMR10 Type 1 yes yes no 15 0 BKZYXD+CMEX10 Type 1 yes yes no 18 0 HBADCR+CMSY8 Type 1 yes yes no 21 0 > 如果你沒有安裝 xpdf(pdffonts),請由 acroread 載入後,看他用了 > 什麼字型。 > 各 distro 對 pslatex 所使用的字型可能會不同,甚至,很可能沒有 > 嵌入字型,這時就會使用 pdf viewer 的字型。由於他使用了 times.sty, > 在此建議改用以下的方式來取代: > \usepackage{mathptmx} > \usepackage[scaled=.90]{helvet} > \usepackage{courier} > \usepackage[T1]{fontenc} > \usepackage{textcomp} -- ※ Origin: SayYA 資訊站 <bbs.sayya.org> ◆ From: nlp4.et.ntust.edu.tw
文章代碼(AID): #16AAk100 (LaTeX)
文章代碼(AID): #16AAk100 (LaTeX)