18 lines
722 B
TeX
18 lines
722 B
TeX
|
\documentclass[a4paper]{ctexbook}
|
||
|
\input{mypreamble}
|
||
|
\title{\heiti\zihao{2} 《数字逻辑及实验》作业}
|
||
|
\author{\songti 岳锦鹏}
|
||
|
\newcommand{\mysignature}{10213903403 岳锦鹏}
|
||
|
\date{2023年9月18日 —— 2023年12月28日}
|
||
|
\begin{document}
|
||
|
% \renewcommand{\bar}{\xoverline} % 这一行在编译时可以取消注释,注意一定要放在\begin{document}下面才有用
|
||
|
% \renewcommand{\overline}{\xoverline} % 这样会导致递归展开错误,暂时未解决
|
||
|
\maketitle
|
||
|
\tableofcontents
|
||
|
\subfile{第一章作业-订正.tex}
|
||
|
\chapter{组合逻辑电路}
|
||
|
\includepdf[pages={1-12}]{第二章作业.pdf}
|
||
|
\subfile{第三章作业.tex}
|
||
|
\subfile{第四章作业.tex}
|
||
|
\subfile{第五章作业.tex}
|
||
|
\end{document}
|