Advertisement
syvshc

zwxm

Jun 21st, 2023
1,419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.75 KB | None | 0 0
  1. \documentclass{ctexart}
  2. \makeatletter
  3. \def\@stuid{}
  4. \DeclareRobustCommand*\studentid[1]{\gdef\@stuid{#1}}
  5. \def\@major{}
  6. \DeclareRobustCommand*\major[1]{\gdef\@major{#1}}
  7. \def\@teacher{}
  8. \DeclareRobustCommand*\teacher[1]{\gdef\@teacher{#1}}
  9. \def\@maketitle{%
  10.   \newpage
  11.   \null
  12.   \vskip 2em%
  13.   \begin{center}%
  14.   \let \footnote \thanks
  15.     {\LARGE \@title \par}%
  16.     \vskip 3em%
  17.     {
  18.      \@author \hfill \@stuid \hfill \@major \hfill \@teacher
  19.      \par
  20.    }%
  21.   \end{center}%
  22.   }
  23. \makeatother
  24. \title{这里是标题}
  25. \author{郑王翔鸣}
  26. \studentid{202228000206085}
  27. \major{计算数学}
  28. \teacher{导师}
  29. \begin{document}
  30. \maketitle
  31. \noindent\dotfill
  32. \begin{abstract}
  33.    这里是一些摘要
  34. \end{abstract}
  35. \dotfill
  36. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement