背景 大規模な LaTeX 文書の作成において、ソースファイルを分割して管理してる。 その上で、“今書いている章だけ”コンパイルするため、大本のファイル(thesis.tex)中の \input や \include を適宜コメントアウトしている。あるいは \includeonly を利用している。 ソースファイル分割の例 [thesis.tex]\documentclass{foo-thesis} \usepackage{listings} \usepackage{docmute} \title{プログラミング教育における\\{\TeX}言語の活用と課題} \author{匿名 希望} \begin{document} \maketitle \input{abstract}% 要旨など \include{introduction}% 第1章 はじめに \include{tex-latex