Skip to content

Commit

Permalink
Add a new example for bib item -- book (or manual).
Browse files Browse the repository at this point in the history
  • Loading branch information
weijianwen committed Dec 28, 2012
1 parent ca003a9 commit 11d9ff2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ all: pdf

pdf: $(THESISMAIN).pdf

$(THESISMAIN).pdf: $(THESISMAIN).tex body/*.tex *.cls *.cfg
$(THESISMAIN).pdf: $(THESISMAIN).tex body/*.tex reference/*.bib *.cls *.cfg
xelatex -no-pdf --interaction=nonstopmode $(THESISMAIN)
-bibtex $(THESISMAIN)
xelatex -no-pdf --interaction=nonstopmode $(THESISMAIN)
Expand Down
2 changes: 1 addition & 1 deletion body/chapter02.tex
Expand Up @@ -317,7 +317,7 @@ \subsection{在正文中引用参考文献}
使用\verb+\cite{key1,key2,key3...}+则可以产生水平引用的参考文献,例如\cite{JohnD,zhubajie,IEEE-1363}。
请看下面的例子,将会穿插使用水平的和上标的参考文献:关于书的\cite{Meta_CN,JohnD,IEEE-1363},关于期刊的\upcite{chen2007act,chen2007ewi},
会议论文\cite{DPMG,kocher99,cnproceed},
硕士学位论文\cite{zhubajie,metamori2004},博士学位论文\upcite{shaheshang,FistSystem01,bai2008},标准文件\cite{IEEE-1363},技术报告\upcite{NPB2},电子文献\cite{xiaoyu2001, CHRISTINE1998}。
硕士学位论文\cite{zhubajie,metamori2004},博士学位论文\upcite{shaheshang,FistSystem01,bai2008},标准文件\cite{IEEE-1363},技术报告\upcite{NPB2},电子文献\cite{xiaoyu2001, CHRISTINE1998},用户手册\cite{RManual}

最后总结一些注意事项:
\begin{itemize}
Expand Down
10 changes: 10 additions & 0 deletions reference/chap2.bib
Expand Up @@ -276,6 +276,16 @@ @article{CHRISTINE1998
url = {http://www.sciencemag.org/cgi/collection/anatmorp},
}
@book{RManual,
Address = {Vienna, Austria},
Author = {{R Core Team}},
Note = {{ISBN} 3-900051-07-0},
Organization = {{R Foundation for Statistical Computing}},
title = {R: A Language and Environment for Statistical Computing},
url = {http://www.R-project.org/},
Year = {2012},
}
@comment{jabref-meta: selector_publisher:}
@comment{jabref-meta: selector_author:}
Expand Down

0 comments on commit 11d9ff2

Please sign in to comment.