Advertisement
syvshc

Untitled

Oct 28th, 2022
1,028
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.37 KB | None | 0 0
  1. \documentclass[cn]{elegantbook}
  2. \makeatletter
  3. \let\c@tcb@cnt@lemm\relax
  4. \makeatother
  5. \elegantnewtheorem{lemma}{引理}{thmstyle}{lem}[theorem]
  6. \begin{document}
  7. \begin{lemma}
  8.  test
  9. \end{lemma}
  10. \begin{theorem}
  11.  test
  12. \end{theorem}
  13. \begin{lemma}
  14.  test
  15. \end{lemma}
  16. \begin{definition}
  17.  test
  18. \end{definition}
  19. \begin{theorem}
  20.  test
  21. \end{theorem}
  22. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement