0%

一念之间的想法,让我在这天见到了小璃,开心呢。

阅读全文 »

2023 春季学期开学的前一周和小璃去南京玩了三天, 体验很好。

阅读全文 »

Wiki 上看到了这样一个命题:

If \(p\) is prime and \(G\) is a group of order \(p^k\), then \(G\) has a normal subgroup of order \(p^m\) for every \(1\leqslant m \leqslant k\).

下面来证明这个看起来很强的结论.

阅读全文 »

应 ElegantLaTeX 的邀请, 来做一次与 LaTeX 相关的知识分享, 主要内容包括 LaTeX 软件包的安装, 更新和回滚; 如何用命令行编译 LaTeX 文件; 如何使用和配置 VSCode.

阅读全文 »

这里说一下如何滚动升级 TeXLive, 而不卸载安装. 由于我也是第一次这么做, 不知道有没有什么可能产生的后果.

阅读全文 »

在给家教学生出题的过程中想实现节标题的自动化, 由于题目是每天都有, 所以我想交替用 \examsection\answersection 来输出节标题, 并且设置页眉和目录, 目标效果如下:

1
2
3
4
5
6
7
\begin{document}
\setdate[2022, 2, 14]
\examsection
\answersection
\examsection*
\answersection*
\end{document}
目标效果
阅读全文 »

以为不会轻易被骗的我就轻易被骗了……

阅读全文 »

enumitem 的宏包手册 中有 5 个长度命令 \leftmargin, \itemindent, \labelindent, \labelwidth\labelsep. 这些长度关系以及互相的制约让人头疼, 而 enumitem 的作者也晓得这一点:

New 3.6 If you find these parameters baffling, you are not alone. You can visualize them by writing \DrawEnumitemLabel just before the first item (or in first), which draws 4 rules from top to bottom, labelindent, labelwidth, labelsep, itemindent (thin if positive, thick if negative); the leftmargin is marked with two vertical rules.

下面来探究一下这些关系应该如何设置.

阅读全文 »