用bibtex书写参考文献时的bst文件
(2010-01-19 13:59:11)
标签:
bst文件杂谈 |
分类: 工作问题 |
1,用latex写科技论文时,首先准备一份bib文件,文件头如:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
@STRING(scn="Science") @STRING(nat="Nature") @string{ANN =
"Annals
of Physics"} @string{LOWTEMP = "J. Low. Temp. Phys."} @string{IJMP
=
"Int. J. Mod. Phys. B"} @string{MPL = "Mod. Phys. Lett. B"}
@string{NP = "Nucl. Phys. B"} @string{JPHYS1 = "J. Phys. Soc.
Japan"} @string{JPHYS2 = "J. Physique"} @string{JPHYSA = "J.
Phys.
A"} @string{JPHYSB = "J. Phys. B"} @string{JPHYSC = "J. Phys.
C"}
@string{JAP = "J. Appl. Phys."} @string{PLA = "Phys. Lett.
A"}
@string{PLB = "Phys. Lett. B"} @string{PRL = "Phys. Rev.
Lett."}
@string{PHYSF = "Phys. Fluids"} @string{PHYSR = "Phys. Rep."}
@string{PRA = "Phys. Rev. A "} @string{PRB = "Phys. Rev. B "}
@string{PRC = "Phys. Rev. C "} @string{PRD = "Phys. Rev. D "}
@string{PR = "Phys. Rev. "} @string{PROG = "Prog. Theor. Phys.
"}
@string{PHYSS = "Phys. Scripta"} @string{PHYST = "Phys.
Today"}
@string{RMP = "Rev. Mod. Phys."} @string{ZPHY = "Z. Phys. "}
@string{epl = "Europhys. Lett. "}
%%%%%%%%%%for DMS
@book{Chien2007,
}
@article{Chien2005,
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
然后,在tex文件调用bib时,如
\bibliographystyle{Science}
\bibliography{QAHE}
其中,Science.bst文件,指定了生产references的书写格式(具体生产文件为bbl)。投稿时,当然可以把tex和bib文件一起投稿。也可以把bbl文件中的内容粘贴到tex中,并且注释掉前面两行,如
%\bibliographystyle{Science}
%\bibliography{QAHE}
2,特别是aps的bst文件,在引用时有多种引用方式,很是方便。如说明: