Skip to content

Commit 92f3141

Browse files
committed
test: 测试 Action, \#1
1 parent 191c439 commit 92f3141

File tree

6 files changed

+52
-3
lines changed

6 files changed

+52
-3
lines changed

分析学/1-数学分析/begin.tex

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
% 这里最好放 \begin{document} 以前的内容。
2+
3+
\usepackage{amsmath,amssymb,amsthm}
4+
\usepackage{titlesec,booktabs,tikz}
5+
\usepackage[a4paper,margin=1in]{geometry}
6+
7+
\usepackage{chngcntr}
8+
\numberwithin{equation}{section}
9+
10+
\usepackage[acronym]{glossaries}
11+
12+
\usepackage[makeindex]{imakeidx} % 索引表
13+
% myindex_style.ist 是用作给索引提供字母索引的。
14+
% 下面是一些例子。
15+
% 有个 bug:怀疑第一次使用字母索引需要一个纯 ASCII 单词(如 \index{PDE})来启动。
16+
17+
\iftrue
18+
% 汉字开头的内容要手动提供拼音来索引。
19+
% 尽管 texindy 理论上支持 -C chinese -L pinyin 来自动生成拼音索引,但是实际上无用。
20+
% 汉字索引统一使用拼音。和制汉字优先使用新华社提供的拼音。
21+
22+
% \index{lishan@栗山} % @前面的是用作索引的字符
23+
% \index{lishan@栗山!weilai@未来} % !是用作缩进。
24+
% \index{lishan@栗山!meixing@美幸}
25+
% \index{shenyuanqiuren@神原秋人}
26+
% \index{woheni@我和你}
27+
28+
29+
30+
% 理论上应该写
31+
% \index{Lagrangezhongzhidingli@Lagrange 中值定理}
32+
% 之类的,但是开头的 Lagrange 已经足够索引了。
33+
\index{Lagrange 中值定理}
34+
% 行内公式几乎必须要用手动索引。
35+
\index{sigmadaishu@\(\sigma\)-代数}
36+
% 注音字母是不需要索引的(不过场景很少)
37+
\index{\'Sniatycki 定理}
38+
\fi
39+
40+
\bibliographystyle{plain}
41+
42+
43+
% 不能放在前面,不然 Index 就没有链接了。
44+
\usepackage[hidelinks]{hyperref}
45+
46+
%# TODO: 符号表(可以用 glossary)
47+
48+
\usepackage{mirai}

分析学/1-数学分析/main.ilg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is upmendex version 0.57 [ICU 70.1] (TeX Live 2022/dev).
-6 Bytes
Binary file not shown.

分析学/1-数学分析/main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% !TEX program = xelatex
22
\documentclass[a4paper,zihao=5]{ctexbook}
3-
\input{../../lib/begin.tex}
3+
\input{begin.tex}
44

55
\makeindex[columns=2,program=makeindex,options=-s myindex_style.ist]
66

分析学/1-数学分析/main.xdv

75.8 KB
Binary file not shown.

分析学/1-数学分析/myindex_style.ist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ heading_prefix "\\par\\penalty-50\\textbf{"
33
heading_suffix "}\\\*\~\\\*"
44
symhead_positive "Symbols"
55
symhead_negative "symbols"
6-
numhead_positive "Numbers"
7-
numhead_negative "numbers"
6+
numhead_positive "n"Numbers"
7+
numhead_negative umbers"
88
delim_0 ",\~"

0 commit comments

Comments
 (0)