I have downloaded a template for writing thesis from MIT website, which can be found here. In the file main.tex, I have to modify the following code:
\typein [\files]{Enter file names to process, (chap1,chap2 ...), or `all' to process all files:}
\def\all{all}
\ifx\files\all \typeout{Including all files.} \else \typeout{Including only \files.} \includeonly{\files} \fi
Could someone please let me know how I should modify the above code? I have tried for example:
\typein [\files]{'all'}
but still I get errors such as Emergency Stop.
