贴下全部代码,凑个字数hh
全部文件在文章末尾~
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
| \documentclass[UTF8, a4paper, zihao=-4,twoside,scheme=chinese,openany]{article} \usepackage[margin=1in]{geometry} \usepackage{fancyhdr} \pagestyle{fancy} \lfoot{} \renewcommand{\headrulewidth}{0pt} \renewcommand\appendix{\setcounter{secnumdepth}{-2}}
\usepackage{ctex} \usepackage{graphicx}
\usepackage{setspace}
\usepackage{ulem} \usepackage{indentfirst} \usepackage{titlesec} \usepackage{titletoc} \graphicspath{{logo}}
\usepackage{ctexsize,type1cm} \newcommand{\yihao}{\fontsize{26pt}{39pt}\selectfont} \newcommand{\xiaoyi}{\fontsize{24pt}{36pt}\selectfont} \newcommand{\erhao}{\fontsize{22pt}{33pt}\selectfont} \newcommand{\xiaoer}{\fontsize{18pt}{27pt}\selectfont} \newcommand{\sanhao}{\fontsize{16pt}{24pt}\selectfont} \newcommand{\xiaosan}{\fontsize{15pt}{22.5pt}\selectfont} \newcommand{\sihao}{\fontsize{14pt}{21pt}\selectfont} \newcommand{\xiaosi}{\fontsize{12pt}{18pt}\selectfont} \newcommand{\wuhao}{\fontsize{10.5pt}{15.75pt}\selectfont} \newcommand{\xiaowu}{\fontsize{9pt}{13.5pt}\selectfont} \newcommand{\liuhao}{\fontsize{7.5pt}{11.25pt}\selectfont}
\titlecontents{chapter}[4em]{\vspace{3mm}\heiti}{\contentslabel{4.0em}}{}{\titlerule*[0.5pc]{$\cdot$}\small\contentspage}
\titlecontents{section}[4em]{\small}{\contentslabel{2.5em}}{}{\titlerule*[0.5pc]{$\cdot$}\contentspage}
\titlecontents{subsection}[7.0em]{\small}{\contentslabel{3.3em}}{}{\titlerule*[.5pc]{$\cdot$}\contentspage}
\titlecontents{subsubsection}[10.0em]{\small}{\contentslabel{3.3em}}{}{\titlerule*[.5pc]{$\cdot$}\contentspage}
\bibliographystyle{plain}
\begin{document}
\thispagestyle{empty}
\begin{center} \includegraphics[scale=0.7]{1} \includegraphics[scale=0.9]{2} \\~\\~\\ {\kaishu \erhao \bfseries 2020-2021学年第3学期} \\~\\ {\kaishu \yihao \bfseries 《丝绸文化与东南亚发展》结课论文} \\~\\~\\ \end{center}
{ \heiti \xiaoer \bfseries 题目 \qquad \uline{{\heiti \sanhao 基于深度学习图像分割筛选优质蚕细胞}} }
\vspace{1cm}
\begin{center} { \kaishu \sihao \setlength{\baselineskip}{35pt} 学 \hspace{1.4em} 院 \uline{\qquad 计算机与电子信息 \qquad} 专 \hspace{1.4em} 业 \uline{\qquad 计算机科学与技术 \qquad} 姓 \hspace{1.4em} 名 \uline{\qquad ~~~~~~ 李旺冬 ~~~~~~~ \qquad} 学 \hspace{1.4em} 号 \uline{\qquad ~~~ 1907310426 ~~~ \qquad} 班 \hspace{1.4em} 级 \uline{~~~ 计算机与科学192班 \quad ~} 任课老师 \uline{\qquad ~~~~~~ 徐开遵 ~~~~~~~ \qquad} } \vspace{3.5cm}{\songti \xiaoer 2021年8月7日} \end{center}
\clearpage \thispagestyle{empty}
\renewcommand{\abstractname}{\heiti \sihao 摘要\\} \begin{abstract} { \singlespacing \songti \xiaosi \hspace{0.6em}今天天气很好,我觉得今天天气很好,我觉得今天天气很好,我觉得今天天气很好 \hspace{0.6em}今天天气很好,我觉得今天天气很好,我觉得今天天气很好,我觉得今天天气很好 } \end{abstract} \par{\heiti \sihao \bfseries 关键词:}{\heiti \xiaosi 一二三,二三四}
\clearpage \thispagestyle{empty} \tableofcontents
\clearpage \thispagestyle{plain} \setcounter{page}{1} \appendix \section{一、标题} { \singlespacing \songti \xiaosi \hspace{0.6em}今天天气很好,\cite{zhou2018unet++} 我觉得今天天气很好,我觉得今天天气很好,我觉得今天天气很好 \hspace{0.6em}今天天气很好,\cite{peng2019end} 我觉得今天天气很好,我觉得今天天气很好,我觉得今天天气很好 } \subsection{(1)二级标题} \subsubsection{1.三级标题} \subsection{(2)二级标题} \subsubsection{1.三级标题}
\clearpage \thispagestyle{plain} \setcounter{page}{2} \section{二、标题} \subsection{(1)二级标题} \subsubsection{1.三级标题} \subsection{(2)二级标题} \subsubsection{1.三级标题}
\clearpage \setcounter{page}{3}
\bibliography{ref}
\end{document}
|
效果如下:
全部文件如下:
链接:https://pan.baidu.com/s/13n1QH-XmrXpEJI2r1EcshA
提取码:ouu0
生成的PDF如果需要转word格式,请点击下面的链接,转换的效果还是不错的,只需要细节处检查一些格式即可
PDF to WORD | Convert PDF to Word online for free (ilovepdf.com)