作者leeraphael (leeraphael)
看板LaTeX
標題Re: [問題] 專於製作『專有名詞』頁面
時間Wed Mar 10 13:50:00 2010
找到答案了,自問自答一下
新增會用到的packetage
\usepackage{nomencl}
\makenomenclature
新增要顯示的專有名詞
\nomenclature{縮寫欄位}{描述欄位}
\nomenclature{Abbr}{Abbreviation}
\nomenclature{Abbr}{Abbreviation}
\nomenclature{Abbr}{Abbreviation}
\nomenclature{Abbr}{Abbreviation}
\nomenclature{Abbr}{Abbreviation}
\printnomenclature<==放次在你要出現的位置
之後打開winedit的command mode
到你要編譯的tex檔案的目錄
makeindex filename.nlo -s nomencl.ist -o filename.nls
相關文獻參考:
1.
http://franz.kollmann.in/latex/latex.html#abbr
※ 引述《leeraphael (leeraphael)》之銘言:
: 各位先進好,
: 我想請問一下要如何製作一個頁面是專門放一些專有名詞縮寫得頁面
: ex:
: AMBA
: Advanced Microcontroller Bus Architecture
: APCG
: APplication Characterization Graph
: APG
: APplication Graph
: API
: Application Programming Interface
: 但是要放在目錄(in 論文)之後。
: 抑或提供我關鍵字 也可以,因為我用"latex 專有名詞"沒有看到相關資訊,請有經驗的先進分享一下心得。
: 再次感謝
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.123.105.135
1F:推 leo80042:推~ 03/10 16:11