나에게 문서가 있습니다정리에스,정의에스,제안등등.
이 문서에는 변수가 있습니다. 예를 들어:\def\idChapter{25}
나는 내 모든 것을 원한다정리에스,정의에스,제안idChapter
장과 같이 동일한 순서로 번호가 매겨집니다 .
그래서,정의 25.1그 다음에발의안 제25.2호그리고정리 25.3, 등.
도와주세요?
여기 MWE가 있습니다. 감사해요
\documentclass{article}
\newtheorem{theo}{Theorem}
\newtheorem{defi}[theo]{Definition}
\newtheorem{prop}[theo]{Proposition}
\begin{document}
\begin{theo}
Test
\end{theo}
\begin{defi}
Test
\end{defi}
\begin{prop}
Test
\end{prop}
\end{document}
답변1
그냥 사용할 수 있습니다
\renewcommand\thetheo{\idChapter.\arabic{theo}}
비록 나는 아마도 에서 어떤 내용에 대한 장을 쓰지 않을 것 입니다 article
.book
\newtheorem{theo}{Theorem}[chapter]