summaryrefslogtreecommitdiff
path: root/info/mathalphabets
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-06-21 03:01:01 +0000
committerNorbert Preining <norbert@preining.info>2022-06-21 03:01:01 +0000
commit884ebedeec6018feff488351eff936cf5b56c030 (patch)
treed9870d60c056ad8828c2a53023fedd31e87a0792 /info/mathalphabets
parentd1dd8ea4ff1d6807ae7c5ee72de330c33e166131 (diff)
CTAN sync 202206210301
Diffstat (limited to 'info/mathalphabets')
-rw-r--r--info/mathalphabets/README.md3
-rw-r--r--info/mathalphabets/mathalphabets.pdfbin281992 -> 287232 bytes
-rw-r--r--info/mathalphabets/src/mathalphabets.tex164
3 files changed, 125 insertions, 42 deletions
diff --git a/info/mathalphabets/README.md b/info/mathalphabets/README.md
index fd886a4aec..f918f020bb 100644
--- a/info/mathalphabets/README.md
+++ b/info/mathalphabets/README.md
@@ -5,6 +5,7 @@ Fonts
To compile the tex file, you need to download and install the free fonts such as Fangzhengshusong (方正书宋), Fangzhengkaiti (方正楷体), Fangzhengfangsong (方正仿宋) in the GBK code and the non-free fonts such as FangzhengFWzhuzimingchaoD (方正FW筑紫明朝D) and Fangzhengyouhei506L (方正悠黑506L) from http://www.foundertype.com.
Versions
+Version 2.4 2022-06-20 Expanded the correspondence between Greek letters and Latin letters.
Version 2.3 2021-12-29 Expanded the footnote about the style of double stoke font.
Version 2.2 2021-12-27 Revised some typos.
Version 2.1 2021-12-25 Improved and expanded the statements about varepsilon, varkappa, vartheta, varpi, varrho, varsigma, varphi.
@@ -12,7 +13,7 @@ Version 2.0 2021-12-11 Increased the content of Hebrew alphabet and some pronunc
Version 1.0 2021-11-29 Finished the first draft.
Copyright
-2021 Conden Chao
+2021-2022 Conden Chao
Notice
Any commercial use is forbidden.
diff --git a/info/mathalphabets/mathalphabets.pdf b/info/mathalphabets/mathalphabets.pdf
index 7ac9782ff4..9ff6477a80 100644
--- a/info/mathalphabets/mathalphabets.pdf
+++ b/info/mathalphabets/mathalphabets.pdf
Binary files differ
diff --git a/info/mathalphabets/src/mathalphabets.tex b/info/mathalphabets/src/mathalphabets.tex
index 0883082a89..29732fb73a 100644
--- a/info/mathalphabets/src/mathalphabets.tex
+++ b/info/mathalphabets/src/mathalphabets.tex
@@ -5,12 +5,11 @@
\usepackage{graphicx}
\usepackage{indentfirst} %首行缩进宏包
%%%行距与段落间距设置%%%%%%%%%%%%%%%%%%%%%%%
-\linespread{1.4}
+\linespread{1.45}
\setlength{\parskip}{.3\baselineskip plus 0.2ex minus 0.1ex}%段落间的距离
\usepackage{enumitem}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%设置中英文混排时中文字体%%%%%%%%%%%%%%%%%%%%
\setCJKmainfont[ItalicFont={FZKai-Z03}, BoldFont={FZFW ZhuZi MinchoS D}]{FZShuSong-Z01} %主要字体,\it,\bfseries, \rm %LLB+DB
\setCJKsansfont{FZYouHeiS 506L} %中文非衬线字体,调用命令,\sf
@@ -214,19 +213,52 @@
\noindent\makebox[3.0em][r]{\@makefnmark}#1}
\makeatother
-%%%脚注编号%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%设置脚注%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage[perpage,stable,bottom]{footmisc}
+%perpage使得脚注每页重新编号
+%stable使得标题中可以加脚注,但是目录中不会出现脚注编号
+%bottom使得每页脚注靠近页面底端
+%\interfootnotelinepenalty=10000%脚注不跨页
+\setlength{\footnotesep}{0.6\baselineskip}% 脚注与脚注之间行距
+\setlength{\skip\footins}{1\baselineskip plus 0.2ex minus 0.1ex}% 脚注与正文间距
+
+%%%脚注编号加圈%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage{tikz}
+%\usepackage{graphics}%\scalebox
+%\usepackage{etoolbox}%\ifnumcomp{
+%\usepackage{fontspec}%\addfontfeature
+\tikzset{circlednode/.style={%
+ circle,%
+ draw,%
+ inner sep=0.05ex,%
+ text depth=0ex,%
+ font=\normalfont,%
+ minimum size=1ex%
+ }%
+}
\makeatletter
-%脚注编号带圈儿--------------------------------------------------
-\usepackage{tikz}%需要tikz
+%定义加圈命令----------------------------------------------------
\newcommand*\circled[1]{%
- \tikz[baseline=(char.base)]\node[shape=circle,draw,inner sep=0.1pt,text depth=0pt,font=\normalfont,minimum size=5.6pt] (char) {#1};}
-\renewcommand\thefootnote{\protect\circled{\arabic{footnote}}}
-%正文脚注编号大小------------------------------------------------
-\def\@makefnmark{\textsuperscript{\tiny\@thefnmark}}%tiny
+ \ifnumcomp{#1}{>}{9}{%
+ % if > 9:
+ \tikz[baseline=(char.base)]\node[circlednode] (char) {\addfontfeature{LetterSpace=-9.0}\scalebox{0.5}[1]{\bfseries#1}};}{%
+ % if <= 9:
+ \tikz[baseline=(char.base)]\node[circlednode] (char) {#1};}%
+}
+%脚注编号加圈----------------------------------------------------
+\renewcommand{\thefootnote}{%
+ \raisebox{0.15ex}{%
+ \scalebox{0.8}{%
+ \protect\circled{\arabic{footnote}}%
+ }%
+ }%
+}
+%正文脚注编号上标------------------------------------------------
+\def\@makefnmark{\@textsuperscript{\@thefnmark}}%
%脚注中编号非上标------------------------------------------------
\let\old@makefntext\@makefntext%
-\long\def\@makefntext#1{%
- \def\@makefnmark{\raisebox{0.08\baselineskip}{\tiny\@thefnmark}}%
+\long\def\@makefntext#1{\hspace{0.35em}%微调使首行缩进2em
+ \def\@makefnmark{\@thefnmark}%
\old@makefntext{\space#1}}%
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -264,9 +296,27 @@
\usepackage{booktabs}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%%set space between caption and text (for tables, figurs and so on)
-\setlength{\abovecaptionskip}{.3\baselineskip plus 0.2ex minus 0.1ex}
-\setlength{\belowcaptionskip}{.3\baselineskip plus 0.2ex minus 0.1ex}
+%%%图表间距设置%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%set space between caption and text for tables, figurs and so on-
+%\setlength{\abovecaptionskip}{0.3\baselineskip plus 0.2ex minus 0.1ex}
+%\setlength{\belowcaptionskip}{0.3\baselineskip plus 0.2ex minus 0.1ex}
+%set space before and after tables, figurs and so on----------
+\setlength{\floatsep}{12.0pt plus 1.0pt minus 1.0pt}
+\setlength{\textfloatsep}{16.0pt plus 1.0pt minus 2.0pt}
+\setlength{\intextsep}{12.0pt plus 1.0pt minus 1.0pt}
+\setcounter{topnumber}{1}%a single float at the top of a page (default 2)
+\setcounter{bottomnumber}{0}%no floats at the bottom of a page (default 2)
+\setcounter{totalnumber}{4}%
+\renewcommand{\topfraction}{0.9}%
+\renewcommand{\bottomfraction}{0.6}%
+\renewcommand{\textfraction}{0.1}%
+\renewcommand{\dblfloatpagefraction}{0.8}%float pages must be full (default 0.5)
+\setlength{\dblfloatsep}{12.0pt plus 1.0pt minus 1.0pt}%two columns
+\setlength{\dbltextfloatsep}{16.0pt plus 1.0pt minus 2.0pt}%two columns
+\setcounter{dbltopnumber}{2}%two columns
+\renewcommand{\dbltopfraction}{0.7}%two columns
+\renewcommand{\dblfloatpagefraction}{0.8}%two columns
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%设置图编号随章%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand\thefigure{$\arabic{figure}$\,}
@@ -280,10 +330,12 @@
%%%参考文献%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[backend = biber, style = caspervector-ay, utf8,
maxbibnames=999,maxcitenames=999,%引用和列表的文献作者全显示
+%minnames=2,minitems=2,%maxbibnames和maxcitenames均为2时启用
sortcites=false,%引用显示按照输入顺序
sorting = cenyt,%列表显示按照cenyt
dashed=true,%文献列表作者相同时横线表示
seconds=true,
+ugly,%中文标点全变为英文标点,不同(作者年份)之间用分号
]{biblatex}
%%%参考文献格式修改%%%%%%%%%%%%%%%%%%%%%%%%%
\makeatletter
@@ -304,16 +356,16 @@ seconds=true,
%\renewcommand*{\finalnamedelim}{\bbx@cecomma}%国标
%列表中姓名显示姓在前---------------------------------------------
\DeclareNameAlias{default}{family-given}
-%引用显示加括号----------------------------------------------------
-\renewcommand{\cite}{\Parencite}
-%引用显示括号为中括号---------------------------------------------
+%\parencite简化为\cite----------------------------------------------
+\renewcommand{\cite}{\parencite}%默认cite不带括号,parencite带括号
+%引用显示括号为中括号----------------------------------------------
\AtEveryCite{%
- \let\bibopenparen=\bibopenbracket%
- \let\bibcloseparen=\bibclosebracket}
-%引用显示中文顿号、中文逗号改为英文逗号+英文空格----------------
-\renewcommand{\bbx@cnbcomma}{\addcomma\space}
-\renewcommand{\bbx@cncomma}{\addcomma\space}
-%解决addendum中cite导致的bug-----------------------------------
+ \let\bibopenparen=\bibopenbracket%中文左括号\bbx@cnlparen
+ \let\bibcloseparen=\bibclosebracket}%中文右括号\bbx@cnrparen
+%作者年份之间加英文逗号+空格---------------------------------------
+\renewcommand{\nameyeardelim}{\addcomma\space}
+
+%解决bib中cite导致的bug---------------------------------------------
\newcommand*{\mkbibcitesafe}{\blx@initunit}
%%文献列表不显示type-----------------------------------------------
%\DeclareFieldFormat*{type}{}
@@ -327,28 +379,28 @@ seconds=true,
\setunit*{\addcomma\space}%
\printtext%
}{}{}
+\makeatletter
%增加列表项间距---------------------------------------------------
-\setlength{\bibitemsep}{.3\baselineskip plus 0.2ex minus 0.1ex}
+\setlength{\bibitemsep}{0.3\baselineskip plus 0.2ex minus 0.1ex}
%解决列表中带连字符-的姓忽略前缀排序的问题----------------------
\DeclareNosort{
% strip diacritics when sorting names
\nosort{type_names}{\regexp{[\x{2bf}\x{2018}]}}
}
\DeclareNoinit{
- % strip diacritics when generating initials from n¥ames
+ % strip diacritics when generating initials from names
\noinit{\regexp{[\x{2bf}\x{2018}]}}
}
+\makeatother
%导入数据库-------------------------------------------------------
\addbibresource{maref.bib}
-%编译前把Bibtex引擎(默认bibtex)改为biber -l zh__pinyin:
-%TeXShop-偏好设置-引擎-Bibtex引擎-biber -l zh__pinyin
+%编译前把biber引擎改为biber -l zh__pinyin %
%编译顺序xelatex-bibtex-xelatex-xelatex
-%%文献类型及标志代码---------------------------------------------
-%期刊J;普通图书M;会议论文C;学位论文D;报告R;汇编G;报纸N
-%标准S;专利P;档案A;数据库DB;计算机程序CP;电子公告EB;其它Z
-%电子文献:磁带(magnetic)MT;磁盘(disk)DK;光盘(CD-ROM);联机网络CD(online)OL
-%让\cite带[]--------------------------------------------------------
-\renewcommand{\cite}{\parencite}
+%%文献类型及标志代码-----------------------------------------------
+%期刊论文J;普通图书M;会议文集及其析出文献C;学位论文D;报告R;汇编及其析出文献G;报纸文章N
+%标准S;专利P;档案A;数据库DB;计算机程序CP;电子公告EB;其他Z
+%电子文献:磁带(magnetic)MT;磁盘(disk)DK;
+%光盘(CD-ROM);联机网络(online)OL
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%定义颜色%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -420,8 +472,8 @@ citecolor=black,filecolor=black,linkcolor=black,urlcolor=black
\fancyfoot[C]{\small\thepage/\pageref{LastPage}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{abstract}
- 无论是数理逻辑,还是哲理逻辑,都与众多数学分支一样,需要使用大量的符号,其中使用最多的就是各种字母。进一步说,使用较多的是希腊(Greek)字母和拉丁(Latin)字母,使用不多的还有希伯来(Hebrew)字母。根据外观特征和线重大小的不同,字母不仅有常规体、罗马体、无衬线体、打印体、直立体、意体、斜体、小大写体、中等体、粗体等,还有手写体、书法体、哥特体、双线体、板粗体等\footnote{其对应英文依次分别为normal font、Roman font、sans serif font、typewritter font、up font、italic font、slant font、samll capital font、medium font、bold font等,script font、calligraphic font、fraktur font、double stroke font、blackboard bold font等。另外,字母的字体远不止这些,这里所列的只是\LaTeX{}中经常出现的。}。对于拉丁字母的前一类,大多数人都比较熟悉,而对于希腊字母、拉丁字母的后一类和希伯来字母,大多数人不太熟悉,所以本文对希腊字母、拉丁字母的后一类和希伯来字母进行简单介绍\footnote{这里不会过多介绍与之相关的\LaTeX{}使用问题。有兴趣了解更多相关内容的读者请见\cite[第19, 21章]{Lsyc2017}或\cite{Mmil2016}。},并对相关使用和具体读法给出一定建议。
- \par{\bfseries 关键词:}希腊字母;手写体;书法体;哥特体;双线体;板粗体;希伯来字母
+ 无论是数理逻辑,还是哲理逻辑,都与众多数学分支一样,需要使用大量的符号,其中使用最多的就是各种字母。进一步说,使用较多的有希腊(Greek)字母和拉丁(Latin)字母,使用不多的还有希伯来(Hebrew)字母。根据外观特征和线重大小的不同,字母不仅有常规体、罗马体、无衬线体、打印体、直立体、意体、斜体、小大写体、中等体、粗体等,还有手写体、书法体、哥特体、双线体、板粗体等\footnote{其对应英文依次分别为normal font、Roman font、sans serif font、typewritter font、up font、italic font、slant font、samll capital font、medium font、bold font等,script font、calligraphic font、fraktur font、double stroke font、blackboard bold font等。另外,字母的字体远不止这些,这里所列的只是\LaTeX{}中经常出现的。}。对于拉丁字母的前一类,大多数人都比较熟悉,而对于希腊字母、拉丁字母的后一类和希伯来字母,大多数人不太熟悉,所以本文对希腊字母、拉丁字母的后一类和希伯来字母进行简单介绍\footnote{这里不会过多介绍与之相关的\LaTeX{}使用问题。有兴趣了解更多相关内容的读者请见\cite[第19, 21章]{Lsyc2017}或\cite{Mmil2016}。},并且对相关使用和具体读法给出一定建议。
+ \par{\bfseries 关键词:}希腊字母;拉丁字母;手写体;书法体;哥特体;双线体;板粗体;希伯来字母
\end{abstract}
\par 希腊字母是由希腊人在腓尼基(Phoenicia)字母基础上增加元音(vowel)字母而来的,已被广泛应用于数学、物理、化学、天文、地理、生物等学科。希腊字母在古希腊时期有很多变体,直到公元前4世纪末方才演变成现在的24个字母。作为符号,希腊字母的大写(uppercase)一般以直立体出现,小写(lowercase)一般以意体出现。\LaTeX{}会提供多种样式的大写和小写希腊字母\footnote{详见\cite{Asfm2006}。},其中最常用的是克努斯于1977--1979年设计的样式\footnote{Knuth, D. E.,1938--至今,美国计算机学家、数学家,\TeX{}系统的发明者;详见\cite[第3, 175--187页]{Tcmf1980}。克努斯后于1992年发布的\TeX{}版本中改进了$\delta$的样式,而其改进后的样式就是现在看到的样式,于此详见\cite{Imut2009}。},而不需调用任何宏包即可使用它们。
@@ -473,7 +525,36 @@ citecolor=black,filecolor=black,linkcolor=black,urlcolor=black
\end{enumerate}
\end{remark}
-拉丁字母,与阿拉伯(Arabic)字母、西里尔(Cyrillic)字母并称世界三大字母体系,由罗马人在希腊字母基础上略微改变和逐渐分化而来,直至公元11世纪方才演变成现在的26个字母,所以又称为罗马字母。中文拼音方案采用的就是拉丁字母,西方大部分国家和地区的语言也早已采用拉丁字母。
+拉丁字母,与阿拉伯(Arabic)字母、西里尔(Cyrillic)字母并称世界三大字母体系,由罗马人在希腊字母基础上略微改变和逐渐分化而来,直至公元11世纪方才演变成现在的26个字母,所以又称为罗马字母。这也使得绝大多数拉丁字母都有对应的希腊字母,而有时部分学者在引入符号时会选择与单词首位拉丁字母对应的希腊字母。中文拼音方案采用的便是拉丁字母,西方大部分国家和地区的语言也早已采用拉丁字母。
+
+{\small\setlength{\LTleft}{0em}\setlength{\LTright}{0em}
+ \begin{longtable}{@{\extracolsep{\fill}}cccccccc}
+ %@{\extracolsep{\fill}}设置使得后面所有列间距可以伸展到预定义的表格宽度。
+ \caption{希腊字母与拉丁字母的对应} %\label{}加在\caption{}的括号中
+ \\\toprule%首页顶线[0.8pt]
+ \multicolumn{2}{c}{希腊字母}&\multicolumn{2}{c}{拉丁字母}&\multicolumn{2}{c}{希腊字母}&\multicolumn{2}{c}{拉丁字母}\\\midrule
+ 大写&小写&小写&大写&大写&小写&小写&大写\\
+ \midrule\endfirsthead%首页表头底线
+ \midrule%跨页表头顶线
+ \multicolumn{2}{c}{希腊字母}&\multicolumn{2}{c}{拉丁字母}&\multicolumn{2}{c}{希腊字母}&\multicolumn{2}{c}{拉丁字母}\\\midrule
+ 大写&小写&小写&大写&大写&小写&小写&大写\\
+ \midrule\endhead%跨页表头底线
+ \midrule\endfoot%跨页底线
+ \bottomrule\endlastfoot%末页底线
+ $\mathrm{A}$&$\alpha$&a&A&$\mathrm{B}$&$\beta$&b&B \\
+ $\Gamma$&$\gamma$&g&G&$\Delta$&$\delta$&d&D\\
+ $\mathrm{E}$&$\epsilon$&e&E&$\mathrm{Z}$&$\zeta$&z&Z\\
+ $\mathrm{H}$&$\eta$&h&H&$\Theta$&$\theta$&q&Q\\
+ $\mathrm{I}$&$\iota$&i&I&$\mathrm{K}$&$\kappa$&k&K\\
+ $\Lambda$&$\lambda$&l&L&$\mathrm{M}$&$\mu$&m&M\\
+ $\mathrm{N}$&$\nu$&n&N&$\Xi$&$\xi$&x&X\\
+ $\mathrm{O}$&$o$&o&O&$\Pi$&$\pi$&p&P\\
+ $\mathrm{P}$&$\rho$&r&R&$\Sigma$&$\sigma$&s&S\\
+ $\mathrm{T}$&$\tau$&t&T&$\mathrm{Y}$&$\upsilon$&u&U\\
+ $\Phi$&$\phi$&f&F&$\mathrm{X}$&$\chi$&c&C\\
+ $\Psi$&$\psi$&y&Y&$\Omega$&$\omega$&w&W\\
+ \end{longtable}
+}
手写体是指字母外观很像手写出来的一种字体。手写体分正规(formal)手写体和即兴(casual)手写体,二者虽然都带有手写的特征,但是前者相比更为齐整因而也更适合印刷。\LaTeX{}会提供多种样式的手写体大写拉丁字母\footnote{详见\cite{Tmap2021}。},其中最常用的是史密斯于1991年设计的样式,而只需调用~\verb|mathrsfs|~宏包\footnote{Smith, R.;详见\cite{Rsrm1991};rsfs是Ralph Smith's Formal Script的缩写,意为“史密斯设计的正规手写体”。}即可使用它们。
@@ -505,7 +586,7 @@ citecolor=black,filecolor=black,linkcolor=black,urlcolor=black
\end{enumerate}
\end{remark}
-书法体是指字母外观很像专门练过书法的人写出来的一种字体。显然,书法体也是一种手写字体,所以有些\LaTeX{}宏包干脆把书法体和手写体都设置成手写体的外观,如~\verb|mathdesign|、\verb|fourier|~等。\LaTeX{}会提供多种样式的书法体大写拉丁字母\footnote{详见\cite{Tmap2021}。},其中最常用的是克努斯于1977--1979年设计的样式\footnote{详见\cite[第3, 251--269页]{Tcmf1980}。克努斯后于1992年发布的\TeX{}版本中改进了$\mathcal{H,I,T}$的样式,而其改进后的样式就是现在看到的样式,于此详见\cite{Imut2009}。},而只需调用 \verb|amsfonts| 或 \verb|amsmath| 宏包即可使用它们。
+书法体是指字母外观很像专门练过书法的人写出来的一种字体。显然,书法体也是一种手写字体,所以有些\LaTeX{}宏包干脆把书法体和手写体都设置成手写体的外观,比如~\verb|mathdesign|、\verb|fourier|~等。\LaTeX{}会提供多种样式的书法体大写拉丁字母\footnote{详见\cite{Tmap2021}。},其中最常用的是克努斯于1977--1979年设计的样式\footnote{详见\cite[第3, 251--269页]{Tcmf1980}。克努斯后于1992年发布的\TeX{}版本中改进了$\mathcal{H,I,T}$的样式,而其改进后的样式就是现在看到的样式,于此详见\cite{Imut2009}。},而只需调用 \verb|amsfonts| 或 \verb|amsmath| 宏包即可使用它们。
{\small\setlength{\LTleft}{0pt} \setlength{\LTright}{0pt}
\begin{longtable}{@{\extracolsep{\fill}}cccccccc}
@@ -601,7 +682,7 @@ citecolor=black,filecolor=black,linkcolor=black,urlcolor=black
\end{enumerate}
\end{remark}
-板粗体,即通常意义下的空心(hollow)体,是指在黑板上书写字母时所使用的一种粗体,而为了便于在黑板上书写粗体字母就需要对字母的部分比划做双线处理。这样来说,板粗体也是一种双线体,所以有些\LaTeX{}宏包干脆把板粗体和双线体都设置成双线体的外观,如 \verb|mathdesign| 等。\LaTeX{}会提供多种样式的板粗体大写拉丁字母\footnote{详见\cite{Tmap2021}。},其中最常用的是美国数学会(American Mathematical Society)于1979--1990年间创建的样式\footnote{关于具体时间和设计者,目前尚不可考,所以这只是一个粗略时间,详见\cite{Wwdb2020}。对于硬朗内敛、线重较大的英文字体,比如Times等字体,该款板粗体字母比较搭配。而对于柔和外向、线重较小的英文字体,比如\LaTeX{}默认的Computer Modern字体等,赵晓玉于2020年设计的样式(详见\cite{Tcpb2020},只需调用\texttt{cmathbb}宏包即可使用)更为搭配。},而只需调用 \verb|amsfonts| 或 \verb|amssymb| 宏包即可使用它们。
+板粗体,即通常意义下的空心(hollow)体,是指在黑板上书写字母时所使用的一种粗体,而为了便于在黑板上书写粗体字母就需要对字母的部分比划做双线处理。这样来说,板粗体也是一种双线体,所以有些\LaTeX{}宏包干脆把板粗体和双线体都设置成双线体的外观,比如 \verb|mathdesign| 等。\LaTeX{}会提供多种样式的板粗体大写拉丁字母\footnote{详见\cite{Tmap2021}。},其中最常用的是美国数学会(American Mathematical Society)于1979--1990年间创建的样式\footnote{关于具体时间和设计者,目前尚不可考,所以这只是一个粗略时间,详见\cite{Wwdb2020}。对于硬朗内敛、线重较大的英文字体,比如Times等字体,该款板粗体字母比较搭配。而对于柔和外向、线重较小的英文字体,比如\LaTeX{}默认的Computer Modern字体等,赵晓玉于2020年设计的样式(详见\cite{Tcpb2020},只需调用\texttt{cmathbb}宏包即可使用)更为搭配。},而只需调用 \verb|amsfonts| 或 \verb|amssymb| 宏包即可使用它们。
{\small\setlength{\LTleft}{0pt} \setlength{\LTright}{0pt}
\begin{longtable}{@{\extracolsep{\fill}}cccccccc}
@@ -706,10 +787,11 @@ citecolor=black,filecolor=black,linkcolor=black,urlcolor=black
\section*{更新史志}
\begin{itemize}
- \item 第2.3版\quad 2021-12-29\quad 补充了关于双线体字母样式的脚注。
+ \item 第2.4版\quad 2022-06-20\quad 扩充了希腊字母与拉丁字母的对应。
+ \item 第2.3版\quad 2021-12-29\quad 扩充了关于双线体字母样式的脚注。
\item 第2.2版\quad 2021-12-27\quad 更正了个别笔误。
- \item 第2.1版\quad 2021-12-25\quad 修正并补充了关于~\verb|\varepsilon|, \verb|\varkappa|, \verb|\vartheta|, \verb|\varpi|, \verb|\varrho|, \verb|\varsigma|, \verb|\varphi|~的表述。
- \item 第2.0版\quad 2021-12-11\quad 增加了希伯来字母的内容,并且补充了个别希腊字母的读音。
+ \item 第2.1版\quad 2021-12-25\quad 修正并且扩充了关于~\verb|\varepsilon|, \verb|\varkappa|, \verb|\vartheta|, \verb|\varpi|, \verb|\varrho|, \verb|\varsigma|, \verb|\varphi|~的表述。
+ \item 第2.0版\quad 2021-12-11\quad 增加了希伯来字母的内容,并且扩充了个别希腊字母的读音。
\item 第1.0版\quad 2021-11-29\quad 完成了文档初稿。
\end{itemize}