Commit 3cfb9e26 authored by ghlkm's avatar ghlkm
Browse files

解决committee页中newcolumntype的告警

parent ce74a46c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

  \vspace{18bp}

  \newcolumntype{C}[1]{@{}>{\centering\arraybackslash}p{#1}}
  \forcenewcolumntype{C}[1]{@{}>{\centering\arraybackslash}p{#1}}

  \section*{公开评阅人名单}

+5 −1
Original line number Diff line number Diff line
@@ -197,3 +197,7 @@

% 表格旋转
\usepackage{rotating}


\newcommand\undefcolumntype[1]{\expandafter\let\csname NC@find@#1\endcsname\relax}
\newcommand\forcenewcolumntype[1]{\undefcolumntype{#1}\newcolumntype{#1}}
 No newline at end of file