1. 程式人生 > >【Latex】正文中用Bibtex管理參考文獻的一個demo

【Latex】正文中用Bibtex管理參考文獻的一個demo

本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管理參考文獻一個demo

本demo中包含兩個檔案example.tex和myref.bib,用的時候參照改就行啦。 example.tex:用的時候將'\'和後面文字中間的空格去掉 ----------------- \documentclass{article} \ begin{document

Latex常用工具包

struct blog code ima input provides vid aspect 常用 字體篇: \usepackage{color} {\color{red}{Hello World!}}   表格篇: 1.resizebox

NOI2015軟件包管理

vector 優秀 ubunt case 必須 包含 int all else 題目描述 Linux用戶和OSX用戶一定對軟件包管理器不會陌生。通過軟件包管理器,你可以通過一行命令安裝某一個軟件包,然後軟件包管理器會幫助你從軟件源下載軟件包,同時自動解決所有的依賴(即下載安

Linux Linux權限管理與特殊權限

設置 獲取 默認值 ima ati service 選項 密碼 sbit Linux權限管理   權限管理這方面,非常清楚地記得剛開始實習那會兒是仔細研究過的,不知道為什麽沒有筆記留痕。。除了一些基本的知識點早就忘光了,無奈只好從頭開始學習一遍。。 ■  基本權限

Linux命令——網絡管理

改ip sta body ifconfig 掩碼 查看 net ping nbsp ping IP 測試網絡 ifconfig 查看IP ifconfig 網卡 IP netmask 掩碼 臨時修改IP netstat 查看端口 【Linux】

Java中用單例模式有什麽好處

別了 通過 詳細 線程同步 請求 占用 解決辦法 每次 耦合 Java Singleton模式主要作用是保證在Java應用程序中,一個類Class只有一個實例存在。 使用Singleton的好處還在於可以節省內存,因為它限制了實例的個數,有利於Java垃圾回收(garb

NOI2015BZOJ4196軟件包管理器 - 題解

整數 uninstall 軟件包管理器 下載 ubun fst -i pat == Description Linux用戶和OSX用戶一定對軟件包管理器不會陌生。通過軟件包管理器,你可以通過一行命令安裝某一個軟件包,然後軟件包管理器會幫助你從軟件源下載軟件包,同時自動解決所

ORACLEoracle 日誌檔案管理

修改Oracle重做日誌檔案大小   建立新的日誌組1 刪除舊的日誌組0(舊的日誌組狀態需要是INACTIVE) 建立新的日誌組2,組名為舊的日誌組0的組名刪除日誌組1    ---------------------------------------------- 具體操

vueiview-admin後臺管理系統頁面(②)

****  表示埠號 ---- 表示程序號 在①的基礎上,使用iview-admin的專案若想有如下修改 1.想修改預設埠號8080到其他未佔用埠****   1.1檢視埠****是否被佔用       windows+R 調出執行面板,輸

Linux C函式庫參考

  asctime(將時間和日期以字串格式表示)clock(取得程序佔用CPU的大約時間)ctime(將時間和日期以字串格式表示)difftime(計算時間差距)ftime(取得目前的時間和日期)gettimeofday(取得目前的時間)gmtime(取得目前的時間和日期)loca

作業系統第二章 程序管理2

1.經典同步問題 (1)生產者與消費者問題 buffer: array [ 0, …, n-1] of item; in, out: integer :=0, 0; Var mutex, empty, full: semaphore :=1, n, 0; producer : repeat

作業系統第二章 程序管理1

1.程序的基本概念 (1)程式順序執行時的特徵:順序性 封閉性:程式一旦開始執行,其計算結果不受外界因素影響 可再現性:程式執行只要初始條件一樣,不論如何停頓,重複多少次結果都一樣 (2)程式併發執行時的特徵:間斷性 失去封閉性:執行程式受其他程式影響 結果不可再現性 並非所有程式都能併發

Linux---基本的使用者管理命令及系統管理操作

---------常用的使用者管理命令 ********建立一個使用者的命令:  1.useradd    beat ********需要為其設定一個密碼: 2.passwd    beat 預設建立的使用者在root許可權下的

Pythonwith及上下文管理器的原理和應用

這篇部落格主要總結with用法,自定義上下文管理器,以及__exit__的引數相關內容。 with 語句是 Pyhton 提供的一種簡化語法,適用於對資源進行訪問的場合,確保不管使用過程中是否發生異常都會執行必要的“清理”操作,釋放資源,with 語句主要是為了簡化程式碼操

BZOJ4196[NOI2015] 軟體包管理器(樹鏈剖分)

點此看題面 大致題意: 有nnn個軟體包,它們的依賴關係形成一棵樹。現在,問你安裝或解除安裝一個軟體包,會影響多少個軟體包的安裝狀態。 樹鏈剖分 這道題應該是 樹鏈剖分 演算法比較入門的題目吧。 Link 對於安裝操作 我們對安裝和解除安裝兩種操作分別

分類 - 專案經理---專案管理

專欄達人 授予成功建立個人部落格專欄

分類 - 自考資訊資源管理

專欄達人 授予成功建立個人部落格專欄

分類 - IT企業創業管理

專欄達人 授予成功建立個人部落格專欄

作業系統堆與記憶體管理概述

轉自: https://blog.csdn.net/bitboss/article/details/70154146   —–要說到作業系統的堆與記憶體的管理的話,那內容真的是海了去了,從開始的地方就能不停的擴充套件,但內容的重要性也是不可言喻的,本片部落格著重於總結以下

LaTex學習筆記:入門使用方法

     本部落格的LaTex學習以MiKTex+TeXStudio為編輯器。      關於LaTex環境的搭建和相關軟體的安裝,我主要是用了以下軟體: proTeXt:http://tug.org