General ⇒ MIT Thesis Template
-
- Posts: 6
- Joined: Fri Nov 20, 2020 5:55 pm
MIT Thesis Template
I am planning to use MIT's Thesis template but there are two lines that give me errors. I am hoping for some explainations about these as I can use the template by commenting these out ( I have asked for their permission but I assume it is open source?).
Thank you
The lines that I have trouble with
%% This bit allows you to either specify only the files which you wish to
%% process, or `all' to process all files which you \include.
%% Krishna Sethuraman (1990).
\typein [\files]{all}%{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
What are their use, do I need them and some examples of how to use them would be appreciated.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
MIT Thesis Template
\includeonly
(see a latex introduction for more information about \include
and \includeonly
). So they won't work in a non-interactive LaTeX run. But most LaTeX editors use non-interactive LaTeX runs and do not provide interactive LaTeX runs. You can try to comment out these lines.Unfortunately, the comment "
%% Krishna Sethuraman (1990).
" gives reason to assume that it is an outdated LaTeX 2.09 template. LaTeX2e, which is used as LaTeX today, was released in 1994.BTW: You should tag code with BBCode's
code
tag (Code
button in the toolbar). You can alternatively use the Select code
selector to explicitly mark it as TeX (LaTeX)
code. In this case you can give it an explicit file name.
-
- Posts: 6
- Joined: Fri Nov 20, 2020 5:55 pm
MIT Thesis Template

MIT Thesis Template
https://ctan.org/pkg/mitthesis