• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

cynchanpin

  • 博客园
  • 联系
  • 订阅
  • 管理

View Post

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

本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...
  • heming0405
  • heming0405
  • 2015年01月26日 09:57
  • 6937

Latex之BibTex引用參考文献

參考网址http://blog.sina.com.cn/s/blog_7e4ac8b50102uxlg.html 依照cite顺序自己主动排序文献编号,用\bibliographystyle{unsrt}...
  • bolvtin
  • bolvtin
  • 2016年02月22日 17:53
  • 3064

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

本文试图用最简练的方式介绍bibtex的用法
  • luo123n
  • luo123n
  • 2015年10月28日 17:43
  • 20970

Latex中用bibtex生成參考文献

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

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

使用BibTex作为Latex文档引用的參考文献格式管理库。

  • caiandyong
  • caiandyong
  • 2017年04月20日 15:12
  • 841

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

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

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

作者:水寿松 博客:水寿松的乐乎博客【应用数学门徒 http://blog.lehu.shu.edu.cn/shuishousong/ 】 博文地址:http://blog.lehu.sh...
  • zd0303
  • zd0303
  • 2012年10月10日 08:23
  • 4386

Latex之BibTex引用參考文献

參考网址http://blog.sina.com.cn/s/blog_7e4ac8b50102uxlg.html 依照cite顺序自己主动排序文献编号,用\bibliographystyle{unsrt}...
  • bolvtin
  • bolvtin
  • 2016年02月22日 17:53
  • 3064

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

本文试图用最简练的方式介绍bibtex的用法
  • luo123n
  • luo123n
  • 2015年10月28日 17:43
  • 20970

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

第一步   首先得下载LaTeXStudio这个集成环境。    第二步  写Tex文件    代码例如以下: \documentclass[journal,onecolumn]{IEEEtran} \u...
  • yongyooh
  • yongyooh
  • 2014年11月27日 17:18
  • 1159

aganlengzi

+关注
原创
85
粉丝
12
喜欢
2
码云
 

他的最新文章

很多其它文章
  • 【tmp】python Queue和Thread结合使用
  • 【善用工具】ELK
  • 【基础知识整理】什么是启示式?
  • 【基础知识整理】cgi与fastcgi、RAII、dirent、boost::filesystem
  • 【善用工具】利用Putty Tunnel从外部訪问内网机器上的虚拟机

文章分类

  • MFC
    1篇
  • Visual Studio
    2篇
  • OpenGL
    24篇
  • C++
    16篇
  • Android
    14篇
  • linux
    35篇
  • Python
    2篇
  • 游戏
    1篇
  • GPU
    2篇
  • Java
    4篇
  • Git
    1篇
  • 智能家居
    2篇
  • cocos2d/3d
    3篇
  • windows
    1篇
  • Latex
    2篇
  • 嵌入式
    0篇
  • 算法
    5篇
  • 基础
    9篇
  • web
    1篇
  • 数据库
    3篇
  • 工作
    4篇
  • storm
    2篇
  • 善用工具
    7篇
展开

文章存档

  • 2017年9月
    3篇
  • 2017年8月
    1篇
  • 2017年6月
    1篇
  • 2017年3月
    2篇
  • 2017年1月
    1篇
  • 2016年12月
    1篇
  • 2016年11月
    4篇
  • 2016年10月
    2篇
  • 2016年9月
    2篇
  • 2016年7月
    3篇
  • 2016年6月
    2篇
  • 2016年5月
    4篇
  • 2016年4月
    3篇
  • 2016年3月
    3篇
  • 2016年1月
    9篇
  • 2015年12月
    8篇
  • 2015年11月
    2篇
  • 2015年9月
    1篇
  • 2015年8月
    7篇
  • 2015年6月
    1篇
  • 2015年3月
    4篇
  • 2014年12月
    3篇
  • 2014年11月
    2篇
  • 2014年10月
    2篇
  • 2014年9月
    8篇
  • 2014年7月
    12篇
  • 2014年5月
    3篇
  • 2014年3月
    21篇
  • 2013年8月
    1篇
  • 2013年7月
    2篇
展开

他的热门文章

  • linux平台LD_PRELOAD及其机制的一种技术
    68995
  • 【基础知识思考整理】MySQL数据库中的超时值timeout
    5555
  • Linux终端关闭后台进程也结束原因分析和nohup的使用
    4115
  • 相互排斥锁、读写锁 、 自旋锁和RCU锁
    4057
  • 【Latex】中插入图片(Excel和Visio绘制)不失真的方法
    3368

联系我们

  • 站点客服
  • 微博客服
  • webmaster@csdn.net
  • 400-660-0108

京ICP证09002463号

关于|招聘|广告服务

ali

Copyright © 1999-2018

CSDN.NET, All Rights Reserved

内容举报
返回顶部
收藏助手
不良信息举报
您举报文章:【Latex】正文中用Bibtex管理參考文献的一个demo
举报原因:
原文地址:
原因补充:

(最多仅仅同意输入30个字)

posted on 2018-01-10 12:35  cynchanpin  阅读(796)  评论(0)    收藏  举报

刷新页面返回顶部
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3