summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/xduthesis/examples/ch06-bibliography.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/xduthesis/examples/ch06-bibliography.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/xduthesis/examples/ch06-bibliography.tex')
-rw-r--r--macros/latex/contrib/xduthesis/examples/ch06-bibliography.tex38
1 files changed, 38 insertions, 0 deletions
diff --git a/macros/latex/contrib/xduthesis/examples/ch06-bibliography.tex b/macros/latex/contrib/xduthesis/examples/ch06-bibliography.tex
new file mode 100644
index 0000000000..c879a5e6fb
--- /dev/null
+++ b/macros/latex/contrib/xduthesis/examples/ch06-bibliography.tex
@@ -0,0 +1,38 @@
+%% ----------------------------------------------------------------------
+%% START OF FILE
+%% ----------------------------------------------------------------------
+%%
+%% Filename: ch06-bibliography.tex
+%% Author: Fred Qi
+%% Created: 2012-12-26 13:11:58(+0800)
+%%
+%% ----------------------------------------------------------------------
+%%% CHANGE LOG
+%% ----------------------------------------------------------------------
+%% Last-Updated: 2012-12-26 13:37:34(+0800) [by Fred Qi]
+%% Update #: 6
+%% ----------------------------------------------------------------------
+
+
+\chapter{参考文献}
+\label{cha:bibliography}
+
+参考文献是把自己工作放入整个研究领域以至整个科学领域的参照,是他人完整理解整个论
+文工作的桥梁。参考文献格式严格来讲,应该遵照国家标准执行。由于西安电子科技大学与
+IEEE研究领域相同,故目前使用IEEE会刊的参考文献格式。
+
+
+在这里介绍与论文内容相关的他人工作。通常需要引用一些文献。下面内容可以做为引用文
+献的例子\footnote{文献格式的工作尚未开始,拟基于\texttt{biblatex}实现文献引用,工
+ 作量较大。}。
+
+文献\onlinecite{lastname11:_examp_artic}给出了期刊文章的例
+子,文献\onlinecite{ln111:_examp_confer_artic_title}则给出了会议文章的例子,另外
+一个是学术专著\cite{book11:_examp_book_title}的例子。对期刊与会议文章,为避免期刊
+名或会议名过长,常采用其缩写形式。IEEE给出了其期刊的标准缩写格式,如文
+献\onlinecite{naseem_linear_2010}所给出的示例。这段内容请给
+合~\texttt{refs.bib}~进行阅读。
+
+%% ----------------------------------------------------------------------
+%%% END OF FILE
+%% ---------------------------------------------------------------------- \ No newline at end of file