BibTex插入Reference

1.  在tex文件中加入:

1 \bibliographystyle{plain} %这是格式

2 \bibliography{reffile} % reffile.bib是reference的文件
 
2.  .bib文件包含引用的文章,可以直接通过google scholar导入,但是只能单条单条地导入,貌似网上有人写了脚本批量地导入,没试过。
 1 @article{loh12,

 2   title={Compressive genomics},

 3   author={Loh, Po-Ru and Baym, Michael and Berger, Bonnie},

 4   journal={Nature biotechnology},

 5   volume={30},

 6   number={7},

 7   pages={627--630},

 8   year={2012},

 9   publisher={Nature Publishing Group}

10 }

3. 用\cite{}引用。用\citep、\citet之类的无效。

 

 
 

你可能感兴趣的:(reference)