64 lines
3.0 KiB
TeX
64 lines
3.0 KiB
TeX
% !TEX root = main.tex
|
||
|
||
% 中文封面页, 不能单独编译
|
||
% 格式要求:无页眉页脚, 单独成页,后面空一页
|
||
\pdfbookmark[0]{封面}{cover}
|
||
\begin{center}
|
||
\newcommand{\settingone}[1]{{\songti\sihao\bfseries #1}}
|
||
\noindent {\songti\sanhao\bfseries } \hfill
|
||
\newlength{\Mylen}
|
||
\settowidth{\Mylen}{\settingone{学\qquad 号:2021212687}}
|
||
\begin{minipage}[t]{\Mylen} \sihao
|
||
\bfseries 编\qquad 号 : \underline{2018123456} \\
|
||
\bfseries 审定成绩 : \underline{\phantom{2018}\phantom{28B}} %\phantom创建空格
|
||
\end{minipage}
|
||
\\ [1mm]
|
||
\newlength{\Mylentwo}
|
||
\begin{figure*}[h]
|
||
\centering
|
||
\includegraphics[scale=0.8]{images/logo/logo1.jpg}
|
||
\end{figure*}
|
||
%{\yihao\bfseries 重庆邮电大学} \\[3mm]
|
||
{\yihao\bfseries 本科毕业设计(论文)}\\[3mm]
|
||
\begin{figure*}[h]
|
||
\centering
|
||
\includegraphics[scale=0.2]{images/logo/logo2.jpg}
|
||
\end{figure*}
|
||
|
||
\begin{table}[ht]
|
||
\centering
|
||
\renewcommand\arraystretch{1.25}
|
||
\begin{tabular}{p{2cm}p{9cm}}
|
||
\makecell[c]{\bfseries\sihao 中文题目} & \makecell[c]{\bfseries\sihao 分布式环境下基于国密的} \\
|
||
\cline{2-2}
|
||
& \makecell[c]{\bfseries\sihao 代理重加密设计实现} \\
|
||
\cline{2-2}
|
||
\makecell[c]{\bfseries\sihao 英文题目} & \makecell[c]{\bfseries\sihao Distributed Proxy Re-encryption Based } \\
|
||
\cline{2-2}
|
||
& \makecell[c]{\bfseries\sihao on Chinese Cryptographic Standards} \\
|
||
\cline{2-2}
|
||
\makecell[c]{\bfseries\sihao 学院名称} & \makecell[c]{\bfseries\sihao 网络空间安全与信息法学院} \\
|
||
\cline{2-2}
|
||
\makecell[c]{\bfseries\sihao 学生姓名} & \makecell[c]{\bfseries\sihao 梁俊勇} \\
|
||
\cline{2-2}
|
||
\makecell[c]{\bfseries\sihao 专\qquad 业} & \makecell[c]{\bfseries\sihao 信息安全} \\
|
||
\cline{2-2}
|
||
\makecell[c]{\bfseries\sihao 班\qquad 级} & \makecell[c]{\bfseries\sihao 0231201} \\
|
||
\cline{2-2}
|
||
\makecell[c]{\bfseries\sihao 学\qquad 号} & \makecell[c]{\bfseries\sihao 2021212687} \\
|
||
\cline{2-2}
|
||
\makecell[c]{\bfseries\sihao 指导教师} & \makecell[c]{\bfseries\sihao 左祥建 讲师} \\
|
||
\cline{2-2}
|
||
\makecell[c]{\bfseries\sihao 答\hspace{6pt}辩\hspace{6pt}组} \\[-2mm]
|
||
\makecell[c]{\bfseries\sihao 负\hspace{6pt}责\hspace{6pt}人} & \makecell[c]{\bfseries\sihao 姓名 职称} \\
|
||
\cline{2-2}
|
||
\end{tabular}
|
||
\end{table}
|
||
\vspace{0.1cm}
|
||
\bfseries\sihao 2025年\hspace{12pt}6月
|
||
\\[2mm]
|
||
\bfseries\sihao 重庆邮电大学教务处制
|
||
\end{center}
|
||
|
||
|