codesite...@google.com
unread,May 3, 2009, 8:11:40 PM5/3/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to buptt...@googlegroups.com
Author: dazzlezhang
Date: Sun May 3 17:08:49 2009
New Revision: 59
Modified:
trunk/latex/BUPTThesis.cls
Log:
在cls中增加了对盲审格式的支持
Modified: trunk/latex/BUPTThesis.cls
==============================================================================
--- trunk/latex/BUPTThesis.cls (original)
+++ trunk/latex/BUPTThesis.cls Sun May 3 17:08:49 2009
@@ -1244,6 +1244,9 @@
\cleardoublepage % 从奇数页开始
% [<tocline>]{<title>}[<titlesize>][<prefix>]
\BUPT@chapter*[\BUPT@tableofpublications@name]{\BUPT@tableofpublications@name} %
学术论文目录标题
+ \ifBUPT@peerreview
+ \nocite{BSTcontrol}
+ \fi
% \nobibliography{IEEEabrv,#1}
% \begin{enumerate}[{[}1{]}]
}