dichen-cd / latex-njust808

Automatically exported from code.google.com/p/latex-njust808
2 stars 0 forks source link

声明与授权书那一页的变动 #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
在<南理工(范德松)release.rar 
>文件夹中的声明与授权书虽然能满足要求,但是statement.tex文��
�里有两行代码命令(即:\vspace*{3.9}\newline)看起来有点别扭.因此
,此变动是把statement.txt文件中的\vspace*{3.9}\newline删除,同时在NJ
USTthesis.cls文件找到以下代码,

%%
\newcommand\statement[1]{%
\vskip -5pt
\parbox{\textwidth}{\centering\bf\songti\zihao{3}\NJUST@label@statement}
\vskip 13pt
\parbox{\textwidth}{\normalfont\zihao{4}\renewcommand{\baselinestretch}{1.6}\hsp
ace{2em}\zihao{4}#1}
\vskip 1.8cm
\parbox{\textwidth}{\noindent{}\zihao{4}\NJUST@label@authorsign\hspace{3.5cm}\NJ
UST@label@signdate}
}%
\newcommand\accredit[1]{%
\parbox{\textwidth}{\centering\bf\songti\zihao{3}\NJUST@label@accredit}
\vskip 1.6cm
\parbox{\textwidth}{\normalfont\zihao{4}\renewcommand{\baselinestretch}{1.6}\hsp
ace{2em}\zihao{4}#1}%
\vskip 1.8cm
\parbox{\textwidth}{\noindent{}\zihao{4}\NJUST@label@authorsign\hspace{3.5cm}\NJ
UST@label@signdate}%
}%
%%

将其替换为

%%%%%%%%%
\cleardoublepage
\thispagestyle{empty}
\newcommand\statement[1]{%
\vskip -5pt
\parbox{\textwidth}{\centering\bf\songti\zihao{3}\NJUST@label@statement}
\vskip 13pt
\parbox{\textwidth}{\normalfont\zihao{4}\renewcommand{\baselinestretch}{1.6}\hsp
ace{2em}\zihao{4}#1}
\vskip 1.8cm
\parbox{\textwidth}{\noindent{}\zihao{4}\NJUST@label@authorsign\hspace{3.5cm}\NJ
UST@label@signdate}
\vskip 4.45cm}%
\newcommand\accredit[1]{%
\parbox{\textwidth}{\centering\bf\songti\zihao{3}\NJUST@label@accredit}
\vskip 1.6cm
\parbox{\textwidth}{\normalfont\zihao{4}\renewcommand{\baselinestretch}{1.6}\hsp
ace{2em}\zihao{4}#1}%
\vskip 1.8cm
\parbox{\textwidth}{\noindent{}\zihao{4}\NJUST@label@authorsign\hspace{3.5cm}\NJ
UST@label@signdate}%
}%
\clearpage
\if@twoside
\thispagestyle{empty}
\cleardoublepage
\fi
%%%%%%

Original issue reported on code.google.com by mfa...@gmail.com on 10 Nov 2011 at 12:33