For some reason [1] I'd like to put some sections as the first section, but hope to present it at last.
Namely, I hope commands \show \noshow as follow exist..
\begin{document}
\section{Appendix}\noshow % this should suppresses the whole section
..
\section{First section}
..
\section{Second section}
..
\show{\section{Appendix}} % this should re-show the whole section
\end{document}
thmtoolsas mentioned in [1].. it needs the appendix section to show up prior to others in the source.. – Student Nov 23 '20 at 19:19\showas that is a tex primitive, (b) why not simply put the section at the end and adjust the numbering (this would be much easier) – David Carlisle Nov 23 '20 at 20:07\section{Appendix}to appear right after\begin{document}.. – Student Nov 23 '20 at 20:30thmtoolsto restate statements. The idea is that all messy lemmas and proofs should be shown in the appendix, displayed in the end of the document; and I want to "call" them in my main text. The main crux is that package does not compile successfully, if the calling appears before the called statement in the source file. – Student Nov 23 '20 at 21:09