Skip to content

Commit

Permalink
fix 参考文献与致谢页码
Browse files Browse the repository at this point in the history
  • Loading branch information
CSGrandeur committed May 15, 2024
1 parent a80a9ad commit db05a7e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 32 deletions.
Binary file modified sztuthesis_main.pdf
Binary file not shown.
67 changes: 35 additions & 32 deletions sztuthesis_main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
%\begin{algorithmic}[1]
%\State some description % \State 后写一般语句
%\For{condition} % For 语句,需要和EndFor对应
% \State ...
% \If{condition} % If 语句,需要和EndIf对应
% \State ...
% \Else
% \State ...
% \EndIf
% \State ...
% \If{condition} % If 语句,需要和EndIf对应
% \State ...
% \Else
% \State ...
% \EndIf
%\EndFor
%\While{condition} % While语句,需要和EndWhile对应
% \State ...
% \State ...
%\EndWhile
%\State \Return result
%\end{algorithmic}
Expand Down Expand Up @@ -89,9 +89,9 @@
% -------------------------------------------%
{
\renewcommand{\contentsname}{\hfill \heiti \zihao{-2} 目\quad\hfill}
\zihao{4}
\setlength{\parskip}{6pt} % 段间距,补偿latex行间距计算(与word的差距)
\renewcommand*{\baselinestretch}{1.5} % 行间距
\zihao{4}
\setlength{\parskip}{6pt} % 段间距,补偿latex行间距计算(与word的差距)
\renewcommand*{\baselinestretch}{1.5} % 行间距
\tableofcontents
}
\newpage
Expand All @@ -115,32 +115,35 @@
\renewcommand*{\baselinestretch}{1.5} % 几倍行间距
\setlength{\baselineskip}{16pt} % 基准行间距

% 摘要
{
\linespread{1.5}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 中文摘要
\setabstractfooter

\input{content/abstractcn}
\newpage

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 英文摘要
% -----------------------------------------------%
\include{content/abstracten}
}
\setfooter
% 正文
{
% 表格字号应比正文小,这里设为五号,但是暂时没法在cls里设置(不然会影响到封面等tabular环境)
% 所以目前只好在主文件里局部\AtBeginEnvironment
\AtBeginEnvironment{tabular}{\zihao{5}}

\linespread{1.5}
% 中文摘要
\setabstractfooter

\input{content/abstractcn}
\newpage

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 英文摘要
% -----------------------------------------------%
\include{content/abstracten}

% 正文内容
\setfooter

\begin{spacing}{1.5}
\input{content/content}
\end{spacing}


\AtBeginEnvironment{tabular}{\zihao{5}}

\linespread{1.5}

% 正文内容

\begin{spacing}{1.5}
\input{content/content}
\end{spacing}
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down

0 comments on commit db05a7e

Please sign in to comment.