\documentclass[10pt,a4paper,twoside]{article} \usepackage[UTF8, fontset = none, heading = true]{ctex} \setCJKmainfont[BoldFont=黑体,ItalicFont=楷体]{华文中宋} \usepackage{amssymb,amsmath,amsfonts,amsthm,mathrsfs,dsfont,graphicx} \usepackage{ifthen,indentfirst,enumerate,color,lastpage} \usepackage{tikz} \usepackage{multicol} \usepackage{multirow} \usepackage{makecell} \usepackage{longtable} \usepackage[top=1in, bottom=1in,left=0.8in,right=0.8in]{geometry} \usepackage{fancyhdr} \fancyhf{} \fancyhead[LO]{学号\blank{50} \ 姓名\blank{80}} \chead{\notesindex.\notestitle} \rhead{--\ \thepage\ of \pageref{LastPage} \ --} \pagestyle{fancy} \ctexset{section={ name={}, number=\chinese{section}, }} \CTEXsetup[format={\bfseries\raggedright}]{section} \usetikzlibrary{arrows,calc,intersections,patterns,decorations.pathreplacing,3d,angles,quotes,positioning} \renewcommand{\baselinestretch}{1.5} \newtheorem{defi}{定义~} \newtheorem{eg}{例~} \newtheorem{ex}{~} \newtheorem{rem}{注~} \newtheorem{thm}{定理~} \newtheorem{coro}{推论~} \newtheorem{axiom}{公理~} \newtheorem{prop}{性质~} \newcommand{\blank}[1]{\underline{\hbox to #1pt{}}} \newcommand{\bracket}[1]{(\hbox to #1pt{})} \newcommand{\onech}[4]{\par\begin{tabular}{p{.9\textwidth}} A.~#1\\ B.~#2\\ C.~#3\\ D.~#4 \end{tabular}} \newcommand{\twoch}[4]{\par\begin{tabular}{p{.46\textwidth}p{.46\textwidth}} A.~#1& B.~#2\\ C.~#3& D.~#4 \end{tabular}} \newcommand{\vartwoch}[4]{\par\begin{tabular}{p{.46\textwidth}p{.46\textwidth}} (1)~#1& (2)~#2\\ (3)~#3& (4)~#4 \end{tabular}} \newcommand{\fourch}[4]{\par\begin{tabular}{p{.23\textwidth}p{.23\textwidth}p{.23\textwidth}p{.23\textwidth}} A.~#1 &B.~#2& C.~#3& D.~#4 \end{tabular}} \newcommand{\varfourch}[4]{\par\begin{tabular}{p{.23\textwidth}p{.23\textwidth}p{.23\textwidth}p{.23\textwidth}} (1)~#1 &(2)~#2& (3)~#3& (4)~#4 \end{tabular}} % 修改标题处 \newcommand{\notesindex}{编号待替换} \newcommand{\notestitle}{标题待替换} \begin{document} \begin{center} {\bf\large 第\zhnumber{\notesindex}讲 \ \notestitle} \end{center} \begin{center} \begin{longtable}{|l|p{.45\textwidth}||p{.35\textwidth}|} \hline 目标编码 & 目标内容 & 日期/评价(0:未达成---5:完全达成)\\ \hline \endhead 内容待替换 \end{longtable} \end{center} \end{document}