Skip to content

Commit

Permalink
YM:对示例内容进行了修改
Browse files Browse the repository at this point in the history
  • Loading branch information
焱铭 committed May 6, 2023
1 parent 71a76cb commit e4f1519
Show file tree
Hide file tree
Showing 9 changed files with 96 additions and 2,833 deletions.
2 changes: 1 addition & 1 deletion Chapter/Accomplish.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
\begingroup
\setlength{\itemsep}{0bp}\setlength{\parskip}{0pt}\small
\begin{enumerate}[label={[\arabic*]}]
\item XXX, \bfseries{XXX}, et al. Hydrothermal performance analysis of microchannel heat sink with embedded module with ribs and pin-fins[J]. Applied Thermal Engineering, 2023, 225: 120167. (TOP期刊,中科院一区,IF:6.465,共同一作)
\item XXX, {\bfseries{XXX}}, et al. Hydrothermal performance analysis of microchannel heat sink with embedded module with ribs and pin-fins[J]. Applied Thermal Engineering, 2023, 225: 120167. (TOP期刊,中科院一区,IF:6.465,共同一作)
\end{enumerate}
\endgroup
\vspace{3mm}
Expand Down
5 changes: 3 additions & 2 deletions Chapter/Chapter1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ \subsection{单图排版示例}

\begin{figure}[htb]
\includegraphics[width=0.8 \textwidth]{50-years-processor-trend.png}
\caption{近50年微处理器发展趋势}
\caption[处理器发展]{近50年微处理器发展趋势} % 中括号中内容为插图索引中显示内容,可在题注内容过长时使用
\label{fig:processor-trend}
\end{figure}

\subsection{多图排版示例}
同一行中子图之间要留有空间,不要占满!否则会自动换行!
同一行中的子图之间要留有空间,不要占满!否则会自动换行!

子图之间空一行表示换行。

\begin{figure}[htb]
Expand Down
1 change: 1 addition & 0 deletions Chapter/Chapter2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ \section{表格示例}
可使用excel绘制表格,然后粘贴到以下网站中生成latex表格代码。

推荐网站如下:

https://www.tablesgenerator.com/

https://www.latex-tables.com/
Expand Down
11 changes: 6 additions & 5 deletions Chapter/Chapter3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ \subsection{普通带序号公式}


\subsection{需要对齐的多个带序号的公式}
\&号为对其对齐标记

\&号为对其对齐标记最好放置在计算符号之前,如=、+、-之前;

\textbackslash\textbackslash 表示换行。

\begin{align}% 式中的&为对齐的位置标记
u & \frac{\partial u}{\partial x}+v \frac{\partial u}{\partial y}+w \frac{\partial u}{\partial z}=-\frac{1}{\rho_{f}} \frac{\partial p}{\partial x}+\frac{\mu_{f}}{\rho_{f}}\left(\frac{\partial^{2} u}{\partial x^{2}}+\frac{\partial^{2} u}{\partial y^{2}}+\frac{\partial^{2} u}{\partial z^{2}}\right) \\
u & \frac{\partial v}{\partial x}+v \frac{\partial v}{\partial y}+w \frac{\partial v}{\partial z}=-\frac{1}{\rho_{f}} \frac{\partial p}{\partial y}+\frac{\mu_{f}}{\rho_{f}}\left(\frac{\partial^{2} v}{\partial x^{2}}+\frac{\partial^{2} v}{\partial y^{3}}+\frac{\partial^{2} v}{\partial z^{3}}\right) \\
Expand All @@ -25,9 +29,6 @@ \subsection{需要对齐的多个带序号的公式}

\subsection{需要换行对齐的长公式}

\&号为对其对齐标记最好放置在计算符号之前,如=、+、-之前。
\backslash\backslash 表示换行。

\begin{equation}\label{eq:P}
\begin{split}
f_3 & = 6.272 + 3.02 H_{rib} + 6.08 H_{pf} + 0.0368 N_{pf} - 0.8848 N_{ac} + 0.04381 N_{ac}^2\\
Expand All @@ -43,7 +44,7 @@ \subsection{其他公式示例}
\text {find}\enspace H_{rib},H_{rib},N_{pf},N_{ac} \\
\text {min} \enspace F(H_{rib},H_{rib},N_{pf},N_{ac})= min\{f_1,f_2,f_3\} \\
\text{s.t.\enspace}\enspace 0.2 \leqslant H_{rib} \leqslant 0.8 \\
\text{s.t.\enspace}\enspace 0.2 \leqslant H_{rib} \leqslant 0.8 \\
\hspace{2.2em} 0.2 \leqslant H_{pf} \leqslant 0.8 \\
\hspace{2.2em} 6 \leqslant N_{pf} \leqslant 22,\ N_{pf}\in \mathbb{O} \\
\hspace{2.2em} 0 \leqslant N_{ac} \leqslant 16,\ N_{ac}\in \mathbb{E}
Expand Down
49 changes: 49 additions & 0 deletions Chapter/Conclusion.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,55 @@
\chapter{全文总结与展望}\label{ch:6}

\section{全文总结}
\section{空白符号}
% 空行分段,多个空行等同于一个
% 自动缩进,绝对不能使用空行代替
% 英文中多个空格处理为一个空格,中文中空格会被忽略
% 汉字与其他字符的间距会自动有XeLaTeX处理
% 禁止使用中文全角空格

% 1em(当前字体中M的宽度)
1em: a\quad b

% 2em
2em: a\qquad b

% 约为1/6个em
1/6个em: a\,b 或 a\thinspace b

% 0.5个em
0.5个em: a\enspace b

% 空格
空格: a\ b

% 硬空格,即不能分割的空格
硬空格: a~b

% 1pc=12pt=4.218mm
指定宽度1pc: a\kern 1pc b

指定宽度-1em: a\kern -1em b

指定宽度1em: a\hskip 1em b

指定宽度35pt: a\hspace{35pt}b

% 占位宽度
占位宽度为xyz: a\hphantom{xyz}b

% 弹性长度hfill命令用于撑满整个空间
弹性长度: a\hfill b

\section{\LaTeX 控制符}
\# % 输出井号
\$ % 输出美元符号
\{ \} % 输出大括号
\~{} % 输出波浪
\_{} % 输出下划线
\^{} % 输出尖角
\textbackslash % 输出反斜杠
\& % 输出与符号


\section{后续工作展望}
Binary file modified main.pdf
Binary file not shown.
Binary file modified main.synctex.gz
Binary file not shown.
127 changes: 0 additions & 127 deletions publications.bib

This file was deleted.

Loading

0 comments on commit e4f1519

Please sign in to comment.