forked from wenweili/AlJabr-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathErrata-Al-jabr-1.tex
80 lines (62 loc) · 2.02 KB
/
Errata-Al-jabr-1.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
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8
% LaTeX source for the errata of the book ``代数学方法'' in Chinese
% Copyright 2022 李文威 (Wen-Wei Li).
% Permission is granted to copy, distribute and/or modify this
% document under the terms of the Creative Commons
% Attribution 4.0 International (CC BY 4.0)
% http://creativecommons.org/licenses/by/4.0/
% 《代数学方法》卷一勘误表 / 李文威
% 使用自定义的文档类 AJerrata.cls. 自动载入 xeCJK.
\documentclass{AJerrata}
\usepackage{unicode-math}
\usepackage[unicode, colorlinks, psdextra, bookmarksnumbered,
pdfpagelabels=true,
pdfauthor={李文威 (Wen-Wei Li)},
pdftitle={代数学方法卷一勘误},
pdfkeywords={}
]{hyperref}
\setmainfont[
BoldFont={texgyretermes-bold.otf},
ItalicFont={texgyretermes-italic.otf},
BoldItalicFont={texgyretermes-bolditalic.otf},
PunctuationSpace=2
]{texgyretermes-regular.otf}
\setsansfont[
BoldFont=FiraSans-Bold.otf,
ItalicFont=FiraSans-Italic.otf
]{FiraSans-Regular.otf}
\setCJKmainfont[
BoldFont=Noto Serif CJK SC Bold
]{Noto Serif CJK SC}
\setCJKsansfont[
BoldFont=Noto Sans CJK SC Bold
]{Noto Sans CJK SC}
\setCJKfamilyfont{emfont}[
BoldFont=FandolHei-Regular.otf
]{FandolHei-Regular.otf} % 强调用的字体
\renewcommand{\em}{\bfseries\CJKfamily{emfont}} % 强调
\setmathfont[
Extension = .otf,
math-style= TeX,
]{texgyretermes-math}
\usepackage{mathrsfs}
\usepackage{stmaryrd} \SetSymbolFont{stmry}{bold}{U}{stmry}{m}{n} % 避免警告 (stmryd 不含粗体故)
% \usepackage{array}
% \usepackage{tikz-cd} % 使用 TikZ 绘图
\usetikzlibrary{positioning, patterns, calc, matrix, shapes.arrows, shapes.symbols}
\usepackage{myarrows} % 使用自定义的可伸缩箭头
\usepackage{mycommand} % 引入自定义的惯用的命令
\title{\bfseries 代数学方法(第一卷)勘误表 \\ 跨度: 2022 迄今 }
\author{李文威}
\date{\today}
\begin{document}
\maketitle
尚未撰写.
\begin{Errata}
\item[待补]
\Orig 待补
\Corr 待补
\Thx{待补}
\end{Errata}
\end{document}