무엇?
다음 논리가 작동하도록 figure
환경 정의를 "저장"하고 싶습니다 .\something
% the following line is what I am looking for
store(figure, \something)
% and then I want to achieve what follows
\renewenvironment{figure}{}{}
{}
\doalotofstuff
\renewenvironment{figure}
{get_the_initial_definition_from(\something)}
{get_the_final_definition_from(\something)}
% now I can again use \begin{figure}...\end{figure} with its usual definition
가능하고 쉽게 달성할 수 있나요?
그런데 왜?!
figure
내 문서의 일부 부분에서 환경을 비활성화하고 나중에 환경을 다시 얻을 수 있기를 원합니다 figure
. 이 질문은 다음과 관련이 있습니다.이 게시물(환경이 figure
활성화된 경우 솔루션이 작동하지 않습니다).