我使用这个包xcomment
制作的精简版mynotes.tex
,仅包括定理、定义等。例如:
\documentclass{article}
\usepackage{xcomment}
\usepackage{docmute}
% Other necessary packages
\xcomment{definition,notation,theorem,proposition,lemma,corollary}
\begin{document}
\input{mynotes.tex}
\end{document}
包含标题也会很有帮助section
。问题是\section{...}
不是像 这样的环境\begin{...} \end{...}
,因此 会忽略它xcomment
。
有没有办法包含它们?或者我应该看看其他包,比如comment
(问题是,我不知道是否comment
可以仅有的包括上面提到的环境和章节标题)?