codesite...@google.com
unread,Feb 15, 2009, 6:54:00 AM2/15/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 Feb 15 03:53:00 2009
New Revision: 45
Modified:
trunk/latex/BUPTThesis.cls
Log:
增加了一个字号命令\annotationsize用来设置图中标注文字的大小(8pt)
删除了mtpro宏包一些无用的选项
Modified: trunk/latex/BUPTThesis.cls
==============================================================================
--- trunk/latex/BUPTThesis.cls (original)
+++ trunk/latex/BUPTThesis.cls Sun Feb 15 03:53:00 2009
@@ -146,8 +146,8 @@
\RequirePackage{calc}
%%% 使用扩展 T1 与 TS1 编码
-%\RequirePackage[T1]{fontenc}
-%\RequirePackage{textcomp}
+\RequirePackage[T1]{fontenc}
+\RequirePackage{textcomp}
%%% 字体设置
\ifBUPT@mathptmx % mathptmx 选项
@@ -164,7 +164,7 @@
\RequirePackage[scaled=.92]{helvet}
% sans-serif 字体使用 Helvetica
\RequirePackage{amsmath} % 使用 AMSTeX 数学宏包
-\RequirePackage[subscriptcorrection,slantedGreek,nofontinfo,boldalphabet]{mtpro}
+\RequirePackage[subscriptcorrection,slantedGreek]{mtpro}
% 使用 MathTime Professional 字体
\RequirePackage[mtphrb]{mtpams} % 使用 MathTime Professional Supplement A
字体
% blackboard bold 字体使用 holey roman bold
@@ -346,6 +346,7 @@
\BUPT@define@fontsize{qihao}{5.5bp} % 七号
\BUPT@define@fontsize{bahao}{5bp} % 八号
\BUPT@define@fontsize{covertitlesize}{32bp}
+\BUPT@define@fontsize{annotationsize}{8pt} % 图中标注文字使用8pt
%%% 默认字号小四
\renewcommand\normalsize{%
\@setfontsize\normalsize{12bp}{20bp}
@@ -1272,4 +1273,4 @@
\newcommand{\upj}{\mathrm{j}}
\newcommand{\upe}{\mathrm{e}}
\newcommand{\T}{\mathrm{T}}
-\newcommand{\CT}{\mathrm{H}}
+\newcommand{\CT}{\mathrm{H}}
\ No newline at end of file