Philip A. Johnson wrote:
The MIT thesis template contains the following files:

mitthesis.cls
lgrind.sty

And also setspace.sty - which is not used in their example files as far as I can
tell.

I have tried to create a .layout file with this information but I get errors
when I try to load or run it.

Here's the current iteration
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[mitthesis, lgrind.sty]{MIT Thesis}

You need a format line here, maybe:
   Format 11

Preample
  \usepackage{lgrind}
EndPreamble

And if that's all you have, the layout won't actually do anything. Find out what mitthesis is based upon: report, book? and then add a line like:
   Input report.layout
once you know. That'll quickly get you something usable, though it probably won't give you quite what you need yet.

rh

Reply via email to