tex---就是tex文件,这个地球人都知道,是文章所在的主要文件

时间:2022-05-01 00:24:31

本demo中包括两个文件example.tex和myref.bib,用的时候參照改即可啦。

example.tex:用的时候将'\'和后面文字中间的空格去掉
-----------------
\documentclass{article}
\ begin{document}
%
Note. This is the Postscript version with plain bibliographic style. 
Most of the academic staff in the School of Computer Science and Software Engineering have publications in their field of expertise or research. The majority of the publications appear in journals or proceedings of conferences. Articles appearing in journals
may be written by a single author~\cite{Meyer2000}. Where there are multiple authors, the citation in the text usually names only the first author, for example Kim Marriott's article on logic programming~\cite{Codishetal2000}. The same fate befalls Henry Wu~\cite{Huetal2000}.
Some authors contribute a chapter to edited books~\cite{WallaceandKorb1999}. Others, for example Christine Mingins, jointly publish a book~\cite{Jezequeletal2000}. Damian Conway is a world expert on Perl. As well as having written a book on this topic~\cite{Conway2000},
he has also been the subject of articles~\cite{Johnston2000}.
%
\bibliographystyle{IEEEtran}\footnotesize
\bibliography{myref}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
myref.bib:%包括经常使用的种类
-----------------
@ARTICLE{Meyer2000,
AUTHOR="Bernd Meyer",
TITLE="A constraint-based framework for diagrammatic reasoning",
JOURNAL="Applied Artificial Intelligence",
VOLUME= "14",
ISSUE = "4",
PAGES= "327--344",
YEAR=2000
}
@ARTICLE{Codishetal2000,
AUTHOR="M. Codish and K. Marriott and C.K. Taboch",
TITLE="Improving program analyses by structure untupling",
JOURNAL="Journal of Logic Programming",
VOLUME= ""43",
ISSUE = "3",
PAGES= "251--263",
YEAR=2000
}
@inproceedings{Huetal2000,
author = "J. Hu, and H.R. Wu and A. Jennings and X. Wang",
title = "Fast and robust equalization: A case study",
booktitle = "Proceedings of the World Multiconference on Systemics, Cybernetics and Informatics, (SCI 2000), Florida, USA, 23-26 July 2000",
publisher = "International Institute of Informatics and Systemics", 
address = "FL, USA",
pages = "398--403",
year = "2000"
}
@Book{Conway2000,
author = {Damian Conway},
title = {Object {O}riented {P}erl: {A} comprehensive guide to concepts and programming techniques},
publisher = {Manning Publications Co.},
year = {2000},
address = {Connecticut, USA}
}
@misc{gpu1,
   howpublished = {\url{https://en.wikipedia.org/wiki/Mali_(GPU)}}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
编译步骤:
-----------------
latex---->bibtex---->pdftexify 

版权声明:本文为博主原创文章,未经博主同意不得转载。
  • 本文已收录于下面专栏:

Latex中用bibtex生成參考文献

1. 几个文件类型:
tex---就是tex文件。这个地球人都知道,是文章所在的主要文件
bib---參考文献所在的文件
bst---參考文献样式文件
 .tex 文件的最后加上\biblio...
  • tex---就是tex文件,这个地球人都知道,是文章所在的主要文件
  • heming0405
  • 2015年01月26日 09:57
  • 6937

Latex之BibTex引用參考文献

參考网址http://blog.sina.com.cn/s/blog_7e4ac8b50102uxlg.html
依照cite顺序自己主动排序文献编号,用\bibliographystyle{unsrt}...
  • tex---就是tex文件,这个地球人都知道,是文章所在的主要文件
  • bolvtin
  • 2016年02月22日 17:53
  • 3064

LaTex中引用參考文献:BibTex用法简单介绍

本文试图用最简练的方式介绍bibtex的用法
  • tex---就是tex文件,这个地球人都知道,是文章所在的主要文件
  • luo123n
  • 2015年10月28日 17:43
  • 20970

Latex中用bibtex生成參考文献

1. 几个文件类型:
tex---就是tex文件,这个地球人都知道,是文章所在的主要文件
bib---參考文献所在的文件
bst---參考文献样式文件
 .tex 文件的最后加上\biblio...
  • tex---就是tex文件,这个地球人都知道,是文章所在的主要文件
  • ccxcau
  • 2012年09月04日 20:42
  • 4444

Latex引用參考文献-BibTex的使用

使用BibTex作为Latex文档引用的參考文献格式管理库。
  • tex---就是tex文件,这个地球人都知道,是文章所在的主要文件
  • caiandyong
  • 2017年04月20日 15:12
  • 841

Latex刚開始学习的人入门(三)-- 用BibTeX生成參考文献

昨boss要往期Elsevier 刊投文章,距上次排版貌似过了好久,生疏了不少,翻出曾经的写的一些笔记再复习复习。
     不过这次好多了。不过改个格式,原始的文章已经用latex编写过了(个人感...
  • tex---就是tex文件,这个地球人都知道,是文章所在的主要文件
  • xueerfei008
  • 2013年11月09日 10:55
  • 27873

利用Bibtex4实现Latex在Word写作时參考文献的插入和排版

作者:水寿松

博客:水寿松的乐乎博客【应用数学门徒 http://blog.lehu.shu.edu.cn/shuishousong/ 】

博文地址:http://blog.lehu.sh...

  • tex---就是tex文件,这个地球人都知道,是文章所在的主要文件
  • zd0303
  • 2012年10月10日 08:23
  • 4386

Latex之BibTex引用參考文献

參考网址http://blog.sina.com.cn/s/blog_7e4ac8b50102uxlg.html
依照cite顺序自己主动排序文献编号,用\bibliographystyle{unsrt}...
  • tex---就是tex文件,这个地球人都知道,是文章所在的主要文件
  • bolvtin
  • 2016年02月22日 17:53
  • 3064

LaTex中引用參考文献:BibTex用法简单介绍

本文试图用最简练的方式介绍bibtex的用法
  • tex---就是tex文件,这个地球人都知道,是文章所在的主要文件
  • luo123n
  • 2015年10月28日 17:43
  • 20970

LaTex撰写算法笔记并管理參考文献

第一步   首先得下载LaTeXStudio这个集成环境。
   第二步  写Tex文件
   代码例如以下:
\documentclass[journal,onecolumn]{IEEEtran}
\u...
  • tex---就是tex文件,这个地球人都知道,是文章所在的主要文件
  • yongyooh
  • 2014年11月27日 17:18
  • 1159