我需要特定格式的 bbl 檔案?

我需要特定格式的 bbl 檔案?

我的論文使用乳膠模板。此範本有 bbl 文件,格式如下:

\begin{thebibliography}{3}
\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi

\bibitem[{Knuth(1984)}]{texbook}
{\sc Knuth, D.E.} (1984). {\em The {{\TeX}book}\/}. Addison-Wesley.

\bibitem[{Lamport(1986)}]{latex}
{\sc Mohsen, L.} (1986). {\em {\LaTeX:} {A} Document Preparation System\/}.
Addison-Wesley.

\bibitem[{Rudin(1973)}]{Rud73}
{\sc Rudin, W.} (1973). {\em Functional {Analysis}\/}. McGraw-Hill, New York.

\bibitem[{Taylor R.L(1991)}]{Zienkiewicz}
Zienkiewicz, O.C, Taylor R.L(1991) The Finite Element Method, Vol 2: Solid and Fluid Mechanics, Dynamics and Non-Linearity. McGraw-Hill 

\end{thebibliography}

我要從 Mendeley 取得參考清單,但我面臨兩個問題:

1.Mendeley創建bib文件而不是bbl文件

2.我需要上面顯示的格式,但它給了我這樣的東西:

@article{,
file = {:C$\backslash$:/Users/mohsen/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/Unknown - 1991 - Rheologica Acta Calculation of residual stresses in injection molded products.pdf:pdf},
keywords = {\_flow-,\_numerical analysis,\_thermally-induced residual stresses,amorphous,c\_ompressible l\_eonov model,induced residual s\_tresses,injection \_molding,notation and symbols,polymers,viscoelasticity},
pages = {284--299},
title = {{Rheologica Acta Calculation of residual stresses in injection molded products}},
volume = {299},
year = {1991}
}

我想知道是否有人可以幫助我如何解決這個問題。

答案1

創建像這樣的自訂格式是最近出現的問題吸水性項目很好適應。當以 Bibulous 取代 BibTeX 時,可以使用以下樣式範本檔案建立 OP 所需的參考清單格式:

TEMPLATES:
book = \textsc{<au>} (<year>). \textit{<title>}. <publisher>[, <address>].
OPTIONS:
namelist_format = last_name_first

(請注意,上圖顯示了全部的文件,並且我只定義了條目模板book,因為 OP 只列出書籍。<au><year><title><publisher>,因為必需的字段,並且該<address>字段是可選的。

相關內容