Skip to content

Commit b909994

Browse files
committed
Fix typo in notationlist environment
1 parent 839c674 commit b909994

13 files changed

Lines changed: 2170 additions & 252 deletions

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- 修正 `notationlist` 环境编译报错。
13+
1014
## [5.0.0] - 2026-07-19
1115

1216
### Added

chapters/notation.tex

Lines changed: 36 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
% !TEX root = ../main.tex
22

33
\begin{notation}
4-
54
\begin{notationlist}{2em}
6-
\item[$\displaystyle a$] The number of angels per unit area
7-
\item[$\displaystyle N$] The number of angels per needle point
8-
\item[$\displaystyle A$] The area of the needle point
9-
\item[$\displaystyle \sigma$] The total mass of angels per unit area
10-
\item[$\displaystyle m$] The mass of one angel
11-
\item[$\displaystyle \sum_{i=1}^n a_i$] The sum of $a_i$
5+
\item[$a$, $c_1$, $c_2$] 临时替换变量
6+
\item[$D_{\text{m}}$] 预混通道外径 (mm)
7+
\item[Ga] 空气质量流量 (kg/s)
8+
\item[Ma] 进口空气马赫数,$\text{Ma} = \nu_2 / \gamma R T_2$
9+
\item[$\gamma$] 比热比=1.4
10+
\item[$\delta$] 总压损失系数,$\delta = \increment p_{2-3} / p_2$ (\%)
11+
\item[$\varphi_{\text{LLO}}$] 贫燃着火极限
12+
\item[CFD] 计算流体力学 (Computational Fluid Dynamics)
13+
\item[DFT] 密度泛函理论 (Density Functional Theory)
14+
\item[LBO] 贫燃熄火极限 (Lean Blowout Value)
15+
\item[ONIOM] 分层算法 (Our own N-layered Integrated molecular Orbital and molecular Mechanics)
16+
\item[PES] 势能面 (Potential Energy Surface)
17+
\item[PIV] 颗粒图像速度仪 (Particle Image Velocimetry)
18+
\item[SCF] 自洽场 (Self-Consistent Field)
19+
\item[SCRF] 自洽反应场 (Self-Consistent Reaction Field)
20+
\item[TS] 过渡态 (Transition State)
21+
\item[TST] 过渡态理论 (Transition State Theory)
22+
\item[ZPE] 零点振动能 (Zero Vibration Energy)
1223
\end{notationlist}
13-
1424
\end{notation}
1525

1626

@@ -19,9 +29,21 @@
1929

2030
% \printnomenclature
2131

22-
% \nomenclature{$\displaystyle a$}{The number of angels per unit are}
23-
% \nomenclature{$\displaystyle N$}{The number of angels per needle point}
24-
% \nomenclature{$\displaystyle A$}{The area of the needle point}
25-
% \nomenclature{$\displaystyle \sigma$}{The total mass of angels per unit area}
26-
% \nomenclature{$\displaystyle m$}{The mass of one angel}
27-
% \nomenclature{$\displaystyle \sum_{i=1}^n a_i$}{The sum of $a_i$}
32+
% \nomenclature{$a$, $c_1$, $c_2$}{临时替换变量}
33+
% \nomenclature{$D_{\text{m}}$}{预混通道外径 (mm)}
34+
% \nomenclature{Ga}{空气质量流量 (kg/s)}
35+
% \nomenclature{Ma}{进口空气马赫数,$\text{Ma} = \nu_2 / \gamma R T_2$}
36+
% \nomenclature{$\gamma$}{比热比=1.4}
37+
% \nomenclature{$\delta$}{总压损失系数,$\delta = \increment p_{2-3} / p_2$ (\%)}
38+
% \nomenclature{$\varphi_{\text{LLO}}$}{贫燃着火极限}
39+
% \nomenclature{CFD}{计算流体力学 (Computational Fluid Dynamics)}
40+
% \nomenclature{DFT}{密度泛函理论 (Density Functional Theory)}
41+
% \nomenclature{LBO}{贫燃熄火极限 (Lean Blowout Value)}
42+
% \nomenclature{ONIOM}{分层算法 (Our own N-layered Integrated molecular Orbital and molecular Mechanics)}
43+
% \nomenclature{PES}{势能面 (Potential Energy Surface)}
44+
% \nomenclature{PIV}{颗粒图像速度仪 (Particle Image Velocimetry)}
45+
% \nomenclature{SCF}{自洽场 (Self-Consistent Field)}
46+
% \nomenclature{SCRF}{自洽反应场 (Self-Consistent Reaction Field)}
47+
% \nomenclature{TS}{过渡态 (Transition State)}
48+
% \nomenclature{TST}{过渡态理论 (Transition State Theory)}
49+
% \nomenclature{ZPE}{零点振动能 (Zero Vibration Energy)}

main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
\listoffigures
3535
\listoftables
3636
% \listoffiguresandtables
37-
% \include{chapters/notation}
37+
\include{chapters/notation}
3838

3939
\mainmatter
4040
\include{chapters/1-introduction}

tests/support/chapters.tex

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@
2424
\listoffiguresandtables
2525

2626
\begin{notation}
27-
Notations.
27+
\begin{notationlist}{2em}
28+
\item[$a$, $c_1$, $c_2$] 临时替换变量
29+
\item[$D_{\text{m}}$] 预混通道外径 (mm)
30+
\item[Ga] 空气质量流量 (kg/s)
31+
\item[Ma] 进口空气马赫数,$\text{Ma} = \nu_2 / \gamma R T_2$
32+
\item[$\gamma$] 比热比=1.4
33+
\end{notationlist}
2834
\end{notation}
2935

3036
\mainmatter

tests/testfiles-crossref/main-bachelor-arabic.tlg

Lines changed: 233 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,6 +1842,26 @@ Completed box being shipped out [2]
18421842
...\glue 0.0 plus 1.0fil minus 1.0fil
18431843
.\kern 726.50772
18441844
.\kern 0.0
1845+
LaTeX Font Info: Font shape `TU/XITSMath-Regular(1)/m/n' will be
1846+
(Font) scaled to size 9.03375pt on input line ....
1847+
LaTeX Font Info: Font shape `TU/XITSMath-Regular(1)/m/n' will be
1848+
(Font) scaled to size 7.227pt on input line ....
1849+
LaTeX Font Info: Font shape `TU/XITSMath-Regular(2)/m/n' will be
1850+
(Font) scaled to size 12.0461pt on input line ....
1851+
LaTeX Font Info: Font shape `TU/XITSMath-Regular(2)/m/n' will be
1852+
(Font) scaled to size 9.03458pt on input line ....
1853+
LaTeX Font Info: Font shape `TU/XITSMath-Regular(2)/m/n' will be
1854+
(Font) scaled to size 7.22766pt on input line ....
1855+
LaTeX Font Info: Font shape `TU/XITSMath-Regular(3)/m/n' will be
1856+
(Font) scaled to size 12.0437pt on input line ....
1857+
LaTeX Font Info: Font shape `TU/XITSMath-Regular(3)/m/n' will be
1858+
(Font) scaled to size 9.03278pt on input line ....
1859+
LaTeX Font Info: Font shape `TU/XITSMath-Regular(3)/m/n' will be
1860+
(Font) scaled to size 7.22623pt on input line ....
1861+
LaTeX Font Info: Font shape `TU/STIXTwoMath-Regular(0)/m/n' will be
1862+
(Font) scaled to size 8.59444pt on input line ....
1863+
LaTeX Font Info: Font shape `TU/STIXTwoMath-Regular(0)/m/n' will be
1864+
(Font) scaled to size 6.87555pt on input line ....
18451865
Completed box being shipped out [3]
18461866
\vbox(722.98453+3.5232)x435.04271
18471867
.\hbox(0.0+0.0)x0.0
@@ -1927,7 +1947,7 @@ Completed box being shipped out [3]
19271947
....\special{color pop}
19281948
..\glue 15.6491
19291949
..\glue(\lineskip) 0.0
1930-
..\vbox(700.50723+0.0)x417.11752, glue set 609.01347fil
1950+
..\vbox(700.50723+0.0)x417.11752, glue set 514.55865fil
19311951
...\write-{}
19321952
...\write-{}
19331953
...\glue(\topskip) 12.0
@@ -1954,16 +1974,223 @@ Completed box being shipped out [3]
19541974
....\glue(\rightskip) 0.0 plus 1.0fil
19551975
...\penalty 10000
19561976
...\glue 19.07124
1977+
...\glue(\parskip) 0.0 plus 0.2
19571978
...\glue(\parskip) 0.0
1979+
...\glue(\baselineskip) 7.62048
1980+
...\hbox(9.31079+3.01152)x308.71254, glue set 222.40988fil, shifted 72.26999
1981+
....\hbox(5.31184+3.01152)x14.03267
1982+
.....\glue 0.0
1983+
.....\glue -24.09
1984+
.....\glue -12.045
1985+
.....\hbox(5.31184+3.01152)x38.12267
1986+
......\special{color push Black}
1987+
......\mathon
1988+
......\TU/XITSMath-Regular(1)/m/n/12.045 glyph#2502
1989+
......\mathoff
1990+
......\TU/texgyretermes(0)/m/n/12.045 ,
1991+
......\glue 3.01125 plus 1.88202 minus 0.80298
1992+
......\mathon
1993+
......\TU/XITSMath-Regular(1)/m/n/12.045 glyph#2504
1994+
......\hbox(6.10681+0.0)x5.01688, shifted 3.01152
1995+
.......\TU/XITSMath-Regular(1)/m/n/9.03375 glyph#50
1996+
......\mathoff
1997+
......\TU/texgyretermes(0)/m/n/12.045 ,
1998+
......\glue 3.01125 plus 1.88202 minus 0.80298
1999+
......\mathon
2000+
......\TU/XITSMath-Regular(1)/m/n/12.045 glyph#2504
2001+
......\hbox(6.10681+0.0)x5.01688, shifted 3.01152
2002+
.......\TU/XITSMath-Regular(1)/m/n/9.03375 glyph#51
2003+
......\mathoff
2004+
......\glue 0.0 plus 1.0fil
2005+
......\special{color pop}
2006+
.....\glue 12.045
2007+
....\penalty 0
2008+
....\TU/FandolSong(0)/m/n/12.045 临
2009+
....\glue 0.0 plus 0.61353
2010+
....\TU/FandolSong(0)/m/n/12.045 时
2011+
....\glue 0.0 plus 0.61353
2012+
....\TU/FandolSong(0)/m/n/12.045 替
2013+
....\glue 0.0 plus 0.61353
2014+
....\TU/FandolSong(0)/m/n/12.045 换
2015+
....\glue 0.0 plus 0.61353
2016+
....\TU/FandolSong(0)/m/n/12.045 变
2017+
....\glue 0.0 plus 0.61353
2018+
....\TU/FandolSong(0)/m/n/12.045 量
2019+
....\kern -0.00018
2020+
....\kern 0.00018
2021+
....\penalty 10000
2022+
....\glue(\parfillskip) 0.0 plus 1.0fil
2023+
....\glue(\rightskip) 0.0
2024+
...\penalty -51
2025+
...\glue 3.01125
2026+
...\glue(\parskip) 0.0 plus 0.2
19582027
...\glue(\parskip) 0.0
1959-
...\glue(\baselineskip) 8.95749
1960-
...\hbox(7.97379+0.13248)x417.11752, glue set 339.3992fil
1961-
....\hbox(0.0+0.0)x24.09
1962-
....\TU/texgyretermes(0)/m/n/12.045 Notations.
1963-
....\glue 4.01498 plus 4.51685 minus 0.33458
2028+
...\glue(\baselineskip) 7.75269
2029+
...\hbox(9.31079+3.01152)x308.71254, glue set 206.66731fil, shifted 72.26999
2030+
....\hbox(7.86539+3.01152)x0.0
2031+
.....\glue 0.0
2032+
.....\glue -24.09
2033+
.....\glue -12.045
2034+
.....\hbox(7.86539+3.01152)x24.09, glue set 7.04619fil
2035+
......\special{color push Black}
2036+
......\mathon
2037+
......\TU/XITSMath-Regular(1)/m/n/12.045 glyph#2479
2038+
......\hbox(4.15553+0.0)x7.52826, shifted 3.01152
2039+
.......\TU/texgyretermes(0)/m/n/9.03375 m
2040+
.......\kern -0.0002
2041+
.......\kern 0.0002
2042+
......\mathoff
2043+
......\glue 0.0 plus 1.0fil
2044+
......\special{color pop}
2045+
.....\glue 12.045
2046+
....\penalty 0
2047+
....\TU/FandolSong(0)/m/n/12.045 预
2048+
....\glue 0.0 plus 0.61353
2049+
....\TU/FandolSong(0)/m/n/12.045 混
2050+
....\glue 0.0 plus 0.61353
2051+
....\TU/FandolSong(0)/m/n/12.045 通
2052+
....\glue 0.0 plus 0.61353
2053+
....\TU/FandolSong(0)/m/n/12.045 道
2054+
....\glue 0.0 plus 0.61353
2055+
....\TU/FandolSong(0)/m/n/12.045 外
2056+
....\glue 0.0 plus 0.61353
2057+
....\TU/FandolSong(0)/m/n/12.045 径
2058+
....\glue 3.01125 plus 1.50562 minus 1.00374
2059+
....\TU/texgyretermes(0)/m/n/12.045 (mm)
2060+
....\penalty 10000
2061+
....\glue(\parfillskip) 0.0 plus 1.0fil
2062+
....\glue(\rightskip) 0.0
2063+
...\penalty -51
2064+
...\glue 3.01125
2065+
...\glue(\parskip) 0.0 plus 0.2
2066+
...\glue(\parskip) 0.0
2067+
...\glue(\baselineskip) 7.75269
2068+
...\hbox(9.31079+2.6258)x308.71254, glue set 205.45078fil, shifted 72.26999
2069+
....\hbox(8.14243+0.16861)x0.0
2070+
.....\glue 0.0
2071+
.....\glue -24.09
2072+
.....\glue -12.045
2073+
.....\hbox(8.14243+0.16861)x24.09, glue set 10.04553fil
2074+
......\special{color push Black}
2075+
......\TU/texgyretermes(0)/m/n/12.045 Ga
2076+
......\kern -0.0002
2077+
......\kern 0.0002
2078+
......\glue 0.0 plus 1.0fil
2079+
......\special{color pop}
2080+
.....\glue 12.045
2081+
....\penalty 0
2082+
....\TU/FandolSong(0)/m/n/12.045 空
2083+
....\glue 0.0 plus 0.61353
2084+
....\TU/FandolSong(0)/m/n/12.045 气
2085+
....\glue 0.0 plus 0.61353
2086+
....\TU/FandolSong(0)/m/n/12.045 质
2087+
....\glue 0.0 plus 0.61353
2088+
....\TU/FandolSong(0)/m/n/12.045 量
2089+
....\glue 0.0 plus 0.61353
2090+
....\TU/FandolSong(0)/m/n/12.045 流
2091+
....\glue 0.0 plus 0.61353
2092+
....\TU/FandolSong(0)/m/n/12.045 量
2093+
....\glue 3.01125 plus 1.50562 minus 1.00374
2094+
....\TU/texgyretermes(0)/m/n/12.045 (kg/s)
2095+
....\penalty 10000
2096+
....\glue(\parfillskip) 0.0 plus 1.0fil
2097+
....\glue(\rightskip) 0.0
2098+
...\penalty -51
2099+
...\glue 3.01125
2100+
...\glue(\parskip) 0.0 plus 0.2
2101+
...\glue(\parskip) 0.0
2102+
...\glue(\baselineskip) 8.05411
2103+
...\hbox(9.3951+3.01152)x308.71254, glue set 140.87004fil, shifted 72.26999
2104+
....\hbox(7.97379+0.12044)x0.0
2105+
.....\glue 0.0
2106+
.....\glue -24.09
2107+
.....\glue -12.045
2108+
.....\hbox(7.97379+0.12044)x24.09, glue set 8.03401fil
2109+
......\special{color push Black}
2110+
......\TU/texgyretermes(0)/m/n/12.045 Ma
2111+
......\kern -0.0002
2112+
......\kern 0.0002
2113+
......\glue 0.0 plus 1.0fil
2114+
......\special{color pop}
2115+
.....\glue 12.045
2116+
....\penalty 0
2117+
....\TU/FandolSong(0)/m/n/12.045 进
2118+
....\glue 0.0 plus 0.61353
2119+
....\TU/FandolSong(0)/m/n/12.045 口
2120+
....\glue 0.0 plus 0.61353
2121+
....\TU/FandolSong(0)/m/n/12.045 空
2122+
....\glue 0.0 plus 0.61353
2123+
....\TU/FandolSong(0)/m/n/12.045 气
2124+
....\glue 0.0 plus 0.61353
2125+
....\TU/FandolSong(0)/m/n/12.045 马
2126+
....\glue 0.0 plus 0.61353
2127+
....\TU/FandolSong(0)/m/n/12.045 赫
2128+
....\glue 0.0 plus 0.61353
2129+
....\TU/FandolSong(0)/m/n/12.045 数
2130+
....\penalty 10000
2131+
....\TU/FandolSong(0)/m/n/12.045 ,
2132+
....\rule(0.0+0.0)x-8.33514
2133+
....\kern 0.0005
2134+
....\kern -0.0005
2135+
....\kern -0.99628
2136+
....\kern 0.99628
2137+
....\glue 8.33514 minus 6.0225
2138+
....\mathon
2139+
....\hbox(7.97379+0.12044)x16.05598
2140+
.....\hbox(7.97379+0.12044)x16.05598
2141+
......\TU/texgyretermes(0)/m/n/12.045 Ma
2142+
......\kern -0.0002
2143+
......\kern 0.0002
2144+
....\glue(\thickmuskip) 3.3461 plus 3.3461
2145+
....\TU/XITSMath-Regular(1)/m/n/12.045 glyph#62
2146+
....\penalty 500
2147+
....\glue(\thickmuskip) 3.3461 plus 3.3461
2148+
....\TU/XITSMath-Regular(1)/m/n/12.045 glyph#3174
2149+
....\hbox(6.10681+0.0)x5.01688, shifted 3.01152
2150+
.....\TU/XITSMath-Regular(1)/m/n/9.03375 glyph#51
2151+
....\TU/XITSMath-Regular(1)/m/n/12.045 glyph#48
2152+
....\TU/XITSMath-Regular(1)/m/n/12.045 glyph#3164
2153+
....\kern0.9636
2154+
....\TU/XITSMath-Regular(1)/m/n/12.045 glyph#2493
2155+
....\TU/XITSMath-Regular(1)/m/n/12.045 glyph#2495
2156+
....\hbox(6.10681+0.0)x5.01688, shifted 3.01152
2157+
.....\TU/XITSMath-Regular(1)/m/n/9.03375 glyph#51
2158+
....\mathoff
19642159
....\penalty 10000
19652160
....\glue(\parfillskip) 0.0 plus 1.0fil
19662161
....\glue(\rightskip) 0.0
2162+
...\penalty -51
2163+
...\glue 3.01125
2164+
...\glue(\parskip) 0.0 plus 0.2
2165+
...\glue(\parskip) 0.0
2166+
...\glue(\baselineskip) 7.7286
2167+
...\hbox(9.33487+2.25241)x308.71254, glue set 247.71667fil, shifted 72.26999
2168+
....\hbox(5.31184+2.25241)x0.0
2169+
.....\glue 0.0
2170+
.....\glue -24.09
2171+
.....\glue -12.045
2172+
.....\hbox(5.31184+2.25241)x24.09, glue set 17.97115fil
2173+
......\special{color push Black}
2174+
......\mathon
2175+
......\TU/XITSMath-Regular(1)/m/n/12.045 glyph#3164
2176+
......\kern0.9636
2177+
......\mathoff
2178+
......\glue 0.0 plus 1.0fil
2179+
......\special{color pop}
2180+
.....\glue 12.045
2181+
....\penalty 0
2182+
....\TU/FandolSong(0)/m/n/12.045 比
2183+
....\glue 0.0 plus 0.61353
2184+
....\TU/FandolSong(0)/m/n/12.045 热
2185+
....\glue 0.0 plus 0.61353
2186+
....\TU/FandolSong(0)/m/n/12.045 比
2187+
....\glue 3.01125 plus 1.50562 minus 1.00374
2188+
....\TU/texgyretermes(0)/m/n/12.045 =1.4
2189+
....\penalty 10000
2190+
....\glue(\parfillskip) 0.0 plus 1.0fil
2191+
....\glue(\rightskip) 0.0
2192+
...\penalty -51
2193+
...\glue 0.0 plus 0.2
19672194
...\glue 0.0 plus 1.0fil
19682195
...\glue 0.0
19692196
...\glue 0.0 plus 0.0001fil
@@ -4548,26 +4775,6 @@ Completed box being shipped out [5]
45484775
...\glue 0.0 plus 1.0fil minus 1.0fil
45494776
.\kern 726.50772
45504777
.\kern 0.0
4551-
LaTeX Font Info: Font shape `TU/XITSMath-Regular(1)/m/n' will be
4552-
(Font) scaled to size 9.03375pt on input line ....
4553-
LaTeX Font Info: Font shape `TU/XITSMath-Regular(1)/m/n' will be
4554-
(Font) scaled to size 7.227pt on input line ....
4555-
LaTeX Font Info: Font shape `TU/XITSMath-Regular(2)/m/n' will be
4556-
(Font) scaled to size 12.0461pt on input line ....
4557-
LaTeX Font Info: Font shape `TU/XITSMath-Regular(2)/m/n' will be
4558-
(Font) scaled to size 9.03458pt on input line ....
4559-
LaTeX Font Info: Font shape `TU/XITSMath-Regular(2)/m/n' will be
4560-
(Font) scaled to size 7.22766pt on input line ....
4561-
LaTeX Font Info: Font shape `TU/XITSMath-Regular(3)/m/n' will be
4562-
(Font) scaled to size 12.0437pt on input line ....
4563-
LaTeX Font Info: Font shape `TU/XITSMath-Regular(3)/m/n' will be
4564-
(Font) scaled to size 9.03278pt on input line ....
4565-
LaTeX Font Info: Font shape `TU/XITSMath-Regular(3)/m/n' will be
4566-
(Font) scaled to size 7.22623pt on input line ....
4567-
LaTeX Font Info: Font shape `TU/STIXTwoMath-Regular(0)/m/n' will be
4568-
(Font) scaled to size 8.59444pt on input line ....
4569-
LaTeX Font Info: Font shape `TU/STIXTwoMath-Regular(0)/m/n' will be
4570-
(Font) scaled to size 6.87555pt on input line ....
45714778
Completed box being shipped out [6]
45724779
\vbox(722.98453+3.5232)x435.04271
45734780
.\hbox(0.0+0.0)x0.0

0 commit comments

Comments
 (0)