[問題] bibtex 後的*.bbl

看板LaTeX (論文排版)作者 (阿呆)時間16年前 (2009/07/04 00:29), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
大家好, 小弟參考元智大學提供的LaTeX範例(V2.0)作為練習用 在參考文獻部份 \newpage \addcontentsline{toc}{chapter}{\nameRef} \renewcommand{\bibname}{\protect\makebox[5cm][s]{\nameRef}} \bibliographystyle{IEEEtran} % 使用 IEEE Trans 期刊格式 \bibliography{my_bib.bib} my_bib.bib @article{jap_093_1108_2003_kondakov, Author = {Kondakov, D. Y. and Sandifer, J. R. and Tang, C. W. and Young, R. H.}, Journal = {J. Appl. Phys.}, Keywords = {OLED}, Local-Url = {/Users/Shared/Bib/pdf collections/OLED/JAP_093_1108_2003_kondakov.pdf}, Title = {Nonradiative recombination centers and electrical aging of organic light-emitting diodes: Direct connection between accumulation of trapped charge and luminance loss}, Volume = {93}, Year = {2003}} 執行bibtex後的 .bbl檔 % Generated by IEEEtran.bst, version: 1.13 (2008/09/30) \begin{thebibliography}{1} \providecommand{\url}[1]{#1} \csname url@samestyle\endcsname \providecommand{\newblock}{\relax} \providecommand{\bibinfo}[2]{#2} \providecommand{\BIBentrySTDinterwordspacing}{\spaceskip=0pt\relax} \providecommand{\BIBentryALTinterwordstretchfactor}{4} \providecommand{\BIBentryALTinterwordspacing}{\spaceskip=\fontdimen2\font plus \BIBentryALTinterwordstretchfactor\fontdimen3\font minus \fontdimen4\font\relax} \providecommand{\BIBforeignlanguage}[2]{{% \expandafter\ifx\csname l@#1\endcsname\relax \typeout{** WARNING: IEEEtran.bst: No hyphenation pattern has been}% \typeout{** loaded for the language `#1'. Using the pattern for}% \typeout{** the default language instead.}% \else \language=\csname l@#1\endcsname \fi #2}} \providecommand{\BIBdecl}{\relax} \BIBdecl \bibitem{jap_093_1108_2003_kondakov} D.~Y. Kondakov, J.~R. Sandifer, C.~W. Tang, and R.~H. Young, ``Nonradiative recombination centers and electrical aging of organic light-emitting diodes: Direct connection between accumulation of trapped charge and luminance loss,'' \emph{J. Appl. Phys.}, vol.~93, 2003. \end{thebibliography} 其中倒數第三行的 \emph{J. Appl. Phys.} 在pdf上顯示的就是journal名稱+底線 但是範例出來的.bbl卻是 {\em J. Appl. Phys.} 所以是斜體 我想採用斜體的方式, 不知道哪裡有出了問題 @@? (小弟剛使用LaTeX不久, 找了老半天也不知道是怎麼一回事 冏) 麻煩各位高手提醒了 ~感謝~ 已解決: (參考李老師曾經提過的回答, http://bbs2.nchu.edu.tw:8000/brdmost/tex&103) 將 \usepackage{ulem} --> \usepackage[normalem]{ulem} 即可. 在此提供給遇到類似問題的人參考~~ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.114.14.9 ※ 編輯: IEE 來自: 140.114.14.9 (07/05 19:54) ※ 編輯: IEE 來自: 140.114.14.9 (07/05 20:05) ※ 編輯: IEE 來自: 140.114.14.9 (07/05 20:09)
文章代碼(AID): #1AJZ7Nqx (LaTeX)
文章代碼(AID): #1AJZ7Nqx (LaTeX)