26 lines
771 B
TeX
26 lines
771 B
TeX
\usepackage{amssymb, amsfonts, amstext, amsmath, amsopn, amsthm}
|
|
\usepackage{booktabs}
|
|
\usepackage{multicol}
|
|
\usepackage{multirow}
|
|
\usepackage{bm}
|
|
\usepackage{hyperref}
|
|
|
|
\usepackage{fancyhdr}
|
|
\usepackage{enumitem}
|
|
\usepackage{totpages}
|
|
\usepackage{mylatex}
|
|
\usepackage{subfiles}
|
|
|
|
\title{《操作系统》作业}
|
|
\author{岳锦鹏}
|
|
\newcommand{\mysignature}{10213903403 岳锦鹏}
|
|
\date{2024年3月29日——2024年6月18日}
|
|
\setlist[1]{listparindent=\parindent}
|
|
\setlist[2]{label=(\arabic{enumii}),listparindent=\parindent}
|
|
\definecolor{shadecolor}{RGB}{204,232,207}
|
|
\setminted{fontsize=\zihao{6}, baselinestretch=1}
|
|
|
|
\let\kaishu\relax % 清除旧定义
|
|
\newCJKfontfamily\kaishu{KaiTi}[AutoFakeBold] % 重定义 \kaishu
|
|
\newcommand{\boldkai}[1]{{\bfseries\kaishu #1}}
|