看板 LaTeX 關於我們 聯絡資訊
5.1 List Number Style We want to change the reference numbering system from [12] to 12. This can be done in the preamble by putting the following code: \makeatletter % Reference list option change \renewcommand\@biblabel[1]{#1.} % from [1] to 1. \makeatother % 把上面這段複製到bst檔案裡面存檔 在compile tex檔就可以成功囉 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.113.122.234 ※ 文章網址: http://www.ptt.cc/bbs/LaTeX/M.1405618164.A.FC8.html