-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path陕西省重点研发模板 copy.tex
125 lines (85 loc) · 3.25 KB
/
陕西省重点研发模板 copy.tex
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
%!TEX program = xelatex
%windows、macOS用户都可用
\documentclass[UTF8, punct, oneside]{ctexbook}
\usepackage[windows]{nsfc}
%macOS用户独享
%\documentclass[UTF8, punct, oneside]{ctexbook}
%\usepackage[macos]{nsfc}
%用来对比模版有无变化,正常使用时,请注释掉
%\renewcommand{\input}[1]{\vspace{\baselineskip}}
%如果你个人文件和文件夹以⚠︎开头进行命名,可以省心更新模版。参见README.md
\pagestyle{empty} % 第二页以后页码空白
\usepackage[a4paper, left = 3.2cm, right = 3.2cm, top = 2.54cm, bottom = 2.54cm]{geometry}%页边距
\usepackage{times} % 使用 Times New Roman 字体
\usepackage{setspace}
\usepackage{comment}
\usepackage{bookmark}
\usepackage{tcolorbox}
\usepackage{xcolor}
\usepackage{graphicx}% 插入图片
\usepackage{geometry} % 页面布局
\geometry{margin=1in} % 设置页边距
\graphicspath{{figures/}} % 设置图片所存放的目录
% %定义一个新的样式
% \usepackage{xcolor}
% \usepackage{titlesec}
% %定义一个新的命令来设置黄色背景和加粗的标题框
% \newcommand{\coloredsubsection}[1]{%
% \colorbox{yellow!30}{\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\bfseries\Large #1}}%
% }
% % 使用 titlesec 包重新定义 subsection 的样式
% \titleformat{\subsection}[block]
% {\normalfont\Large\bfseries}
% {\thesubsection}
% {1em}
% {\coloredsubsection}
% % 定义一个新的命令 newsubsection,并为其设置新的样式
% \newcommand{\newsubsection}[1]{%
% \colorbox{blue!30}{\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\bfseries\Large #1}}%
% }
%%%%%%%%%%%%%%
\begin{document}
%\thispagestyle{empty} % 首页页码空白
{\centering\zhkai\fontsize{16pt}{21pt}\selectfont
\setlength{\baselineskip}{21pt}%最后设置,防止被fontsize中的覆盖
\textbf{陕西省重点研发报告正文}\par
\vspace{5.46pt}}%0.2(行距倍数)*21(行距)*1.3(word)
%\begin{comment}
{\zhkai\fontsize{14pt}{22pt}\selectfont
\setlength{\baselineskip}{22pt}%最后设置,防止被fontsize中的覆盖
参照以下提纲撰写,要求内容翔实、清晰,层次分明,标题突出。
\textbf{\color{YSFblue}请勿删除或改动下述提纲标题及括号中的文字。}\par
\vspace{.3pt}}%0.5(行距倍数)*22(行距)*1.3(word)
%\end{comment}
\chapter{\textbf{引言}}
\vspace{15pt}
\begin{figure}[htbp]
\centering
\begin{minipage}[t]{0.45\textwidth}
\centering
\includegraphics[width=\textwidth]{mesh_example_1.jpg} % 替换为你的图片路径
\caption{图片1的标题}
\label{fig:image1}
\end{minipage}
\hfill
\begin{minipage}[t]{0.45\textwidth}
\centering
\includegraphics[width=\textwidth]{mesh_example_2.jpg} % 替换为你的图片路径
\caption{图片2的标题}
\label{fig:image2}
\end{minipage}
\caption{整体标题}
\label{fig:two_images}
\end{figure}
\chapter{\textbf{研究背景和意义(建议}10000\textbf{字以下):}}
\section{\textbf{ 研究背景 }}
% \begin{MS}
% \input{sections/一1依据}
% \end{MS}
\vspace{30pt}
\chapter{\textbf{结论}}
(建议不少于1000字)
(描述研究结果和研究发现,研究成果的作用、影响和应用前景等)
\vspace{30pt}
\chapter{\textbf{参考文献}}
\end{document}