[buptthesis commit] r69 - 更新了论文框架样例

39 views
Skip to first unread message

codesite...@google.com

unread,
May 31, 2009, 7:41:24 AM5/31/09
to buptt...@googlegroups.com
Author: dazzlezhang
Date: Sun May 31 04:40:45 2009
New Revision: 69

Added:
trunk/sample/bare_thesis.pdf
trunk/sample/bare_thesis.tex
Modified:
trunk/sample/pubs.bib
trunk/sample/pubs.tex

Log:
更新了论文框架样例

Added: trunk/sample/bare_thesis.pdf
==============================================================================
Binary files
/export/hdi3/borgletdata/dirs/2.workflow.polling_workers.svn-email.codesite.1133232940/logs.2.workflow.polling_workers.svn-email.codesite.1133232940/tmp/tmppwt1L0
and
/export/hdi3/borgletdata/dirs/2.workflow.polling_workers.svn-email.codesite.1133232940/logs.2.workflow.polling_workers.svn-email.codesite.1133232940/tmp/tmpmIgNT8
differ

Added: trunk/sample/bare_thesis.tex
==============================================================================
--- (empty file)
+++ trunk/sample/bare_thesis.tex Sun May 31 04:40:45 2009
@@ -0,0 +1,77 @@
+% 学位论文 : 主文件
+% 这是 BUPTThesis 文档类的论文框架文件, 使用分章参考文献格式
+%
+% 更新记录:
+% {$LastChangedBy$}
+% {$LastChangedRevision$}
+% {$LastChangedDate$}
+
+% 更多的类选项说明请参见使用说明 userguide.pdf
+\documentclass[commercial]{BUPTThesis}
+
+%% 自定义导言区
+
+% 在这里添加你需要的宏包、自定义命令、环境等
+% \usepackage{...}
+% \DeclareMathOperator{\CT}{H}
+% \DeclareMathOperator{\Cov}{Cov}
+
+% 图片文件搜索路径
+\graphicspath{{../figure/}}
+
+%% 自定义导言区结束
+
+%% 加载缩略语定义
+%% --------------
+\loadglsentries{acronyms}
+
+\begin{document}
+%% 声明前置部分
+\frontmatter
+
+%% 封面与摘要
+\input{abstract}
+\makecover
+
+%% 生成目录
+\tableofcontents
+
+%% 生成主要符号对照表
+\input{notations}
+
+%% 主体部分
+\mainmatter
+% 用\include{}命令引用各章.tex文件
+\include{ch01-xxx}
+% \include{ch02-yyy}
+% \include{ch03-zzz}
+
+%% 附录部分
+
+% 如果有两个或两个以上的附录, 使用appendix环境
+% \begin{appendix}
+% % 自动抽取生成缩略语表作为附录A
+% \tableofacronyms
+% % 用\input{}添加其他的附录
+% % \input{...}
+% \end{appendix}
+
+% 如果只有一个附录, 使用appendix*环境
+\begin{appendix*}
+ % 自动抽取生成缩略语表作为附录A
+ \tableofacronyms
+\end{appendix*}
+
+%% 致谢
+\input{ackgt}
+
+%% 在读期间论文发表情况
+\include{pubs}
+
+\newpage
+\end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End:

Modified: trunk/sample/pubs.bib
==============================================================================
--- trunk/sample/pubs.bib (original)
+++ trunk/sample/pubs.bib Sun May 31 04:40:45 2009
@@ -5,11 +5,25 @@
% {$LastChangedRevision$}
% {$LastChangedDate$}

+% 这是为评审版本自动产生作者位次专用的 BibTeX 条目
+% 不要更改条目名称 BSTcontrol
+@BUPTThesisBSTCTL{BSTcontrol,
+ CTLauthor_name_english = "{\textbf{Zhang~San}}",
+ CTLauthor_name_chinese = "{\textbf{张三}}",
+ CTLfor_peer_review = "yes"
+}
+
+% 如果学位论文作者在发表论文列表中的作者排名有超过 3 的, 其姓名将不会出现在
论文列表中
+% 设置下面的数值可以改变发表论文列表中作者姓名显示的最大数目
+@BUPTThesisBSTCTL{BSTnoetal,
+ CTLmax_names_forced_etal = "10"
+}
+
@ARTICLE{paper1,
- author = "Lastname, Firstname and Lastname, Firstname",
- title = "Title of your article paper",
- journal = "Title of the Journal",
- year = "2009",
+ author = "{\textbf{Zhang~San}} and Newton, Issac and Hawking,
Stephen~William and Galilei, Galileo",
+ title = "An extended brief history of time",
+ journal = "Journal of Galaxy",
+ year = "2079",
vol = "1234",
no = "4",
pages = "567--890",
@@ -18,8 +32,8 @@
}

@INPROCEEDINGS{paper2,
- author = {Lastname, Firstname and Lastname, Firstname},
- title = {Title of your conference paper},
+ author = {McClane, John and McClane, Lucy and Gennero, Holly and
{\textbf{Zhang~San}}},
+ title = {Transcript in Die hard},
booktitle = {Proc. HDDD 100th Super Technology Conference (STC 2046)},
year = {2046},
pages = {123--456},
@@ -29,9 +43,9 @@
}

@PATENT{patent1,
- author = {Lastname, Firstname and Lastname, Firstname},
- title = {A Device for Space-Time Travelling},
- nationality = {United States},
+ author = {{\textbf{张三}} and 李四},
+ title = {一种进行时空旅行的装置},
+ nationality = {中国},
number = {1234567},
year = {2046},
yearfiled = {2046}

Modified: trunk/sample/pubs.tex
==============================================================================
--- trunk/sample/pubs.tex (original)
+++ trunk/sample/pubs.tex Sun May 31 04:40:45 2009
@@ -20,10 +20,7 @@
\end{enumerate}
\end{tableofpublications}

-% BibTeX的格式,现在的BUPTThsis.bst还有点问题,暂时先用IEEEtran的代替
-% 以后要换成
-% \bibliographystyle{BUPTThesis}
-\bibliographystyle{IEEEtran}
+\bibliographystyle{BUPTThesis}

%%% Local Variables:
%%% mode: latex
Reply all
Reply to author
Forward
0 new messages