Skip to content

Commit 48c4c3f

Browse files
committed
perf(cover): 添加字体与格式
1 parent 7a82b80 commit 48c4c3f

12 files changed

+31
-21
lines changed

body/chapter_1.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ \subsection{最大似然估计}
101101
最大似然估计是一种统计方法,它用来求一个样本集的相关概率密度函数的参数。这个方法最早是遗传学家以及统计学家罗纳德·费雪爵士在1912年至1922年间开始使用的。
102102
“似然”是对likelihood 的一种较为贴近文言文的翻译,“似然”用现代的中文来说即“可能性”。故而,若称之为“最大可能性估计”则更加通俗易懂。
103103

104-
{\hanyi 最大似然法明确地使用概率模型,其目标是寻找能够以较高概率产生观察数据的系统发生树。最大似然法是一类完全基于统计的系统发生树重建方法的代表。该方法在每组序列比对中考虑了每个核苷酸替换的概率。}
104+
最大似然法明确地使用概率模型,其目标是寻找能够以较高概率产生观察数据的系统发生树。最大似然法是一类完全基于统计的系统发生树重建方法的代表。该方法在每组序列比对中考虑了每个核苷酸替换的概率。
105105
例如,转换出现的概率大约是颠换的三倍。在一个三条序列的比对中,如果发现其中有一列为一个C,一个T和一个G,我们有理由认为,C和T所在的序列之间的关系很有可能更接近。由于被研究序列的共同祖先序列是未知的,概率的计算变得复杂;又由于可能在一个位点或多个位点发生多次替换,并且不是所有的位点都是相互独立,概率计算的复杂度进一步加大。尽管如此,还是能用客观标准来计算每个位点的概率,计算表示序列关系的每棵可能的树的概率。然后,根据定义,概率总和最大的那棵树最有可能是反映真实情况的系统发生树。
106106

107107
\begin{table}

figures/cover.png

-206 KB
Loading

fonts/HYShangWeiShouShuW-1.ttf

-16.2 MB
Binary file not shown.

fonts/NotoSanCN.otf

7.98 MB
Binary file not shown.

fonts/NotoSerifSC-Bold.otf

43.2 KB
Binary file not shown.

fonts/NotoSerifSC-Medium.otf

-10.8 MB
Binary file not shown.

fonts/NotoSerifSC-Regular.otf

41.9 KB
Binary file not shown.

fonts/NotoSerifSC-SemiBold.otf

-10.9 MB
Binary file not shown.

main.pdf

-64.5 KB
Binary file not shown.

setup/cover.tex

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,39 @@
44

55
\begin{titlepage}
66
% 中文封面
7-
8-
\begin{textblock*}{5cm}(0cm,0.5cm) % {block width} (coords)
9-
10-
\xiaosan 课程序号: 10
11-
12-
\xiaosan 学~~~~~~~~~~号: 2000300XXX
7+
%课程序号不需要可以删除
8+
\begin{textblock*}{5cm}(0cm,0.8cm) % {block width} (coords)
9+
\begin {tabular} {|l|}
10+
\hline
11+
\vspace{-1em}
12+
\\
13+
\xiaosan 课程序号: 10
14+
\\
15+
\xiaosan \hspace{0.01cm}学\hspace{1.05cm}号: 2000300XXX
16+
\\
17+
\hline \end {tabular}
1318
\end{textblock*}
1419

15-
\vspace{1.5em}
20+
%LOGO
21+
\vspace{2em}
1622
\begin{center}
17-
\begin{figure*}[!ht]\vspace{-1em}
23+
\begin{figure*}[!ht]\vspace{1em}
1824
\centering
1925
\includegraphics[width=0.91\textwidth]{figures/桂电标志.pdf}
2026
\vspace{3em}\\
2127
\end{figure*}
2228

29+
% 用法
2330
% \vspace{1.5em}
2431
% \begin{center} {\sanhao 组会详细报告}\end{center}
2532

33+
%标题
2634
\vspace{4em}
27-
\begin{center} {\erhao\hei 最优化算法及其程序设计
28-
29-
——课程设计}\end{center}
35+
\begin{center} {\yihao\hei 最优化算法及其程序设计
36+
37+
——课程设计}\end{center}
3038

31-
\vspace{1em}
39+
\vspace{3em}
3240
{\sanhao
3341
\begin{center} \renewcommand{\arraystretch}{1.7}
3442
\begin{tabular}{l@{:}l}
@@ -42,7 +50,7 @@
4250
指导老师 & 教师姓名 \\
4351

4452
\end{tabular} \renewcommand{\arraystretch}{1}\\
45-
\vspace{8em}
53+
\vspace{7em}
4654
\textbf{\hei 2023~年~5~月~5~日} \\
4755
\end{center}
4856
}

0 commit comments

Comments
 (0)