Skip to content Accesskey=4Skip to sub-navigation Accesskey=3View our Accessibility Options MIT Information Systems Home About IS&T Contact IS&T Site Map Search Advanced Search
Getting StartedGetting Services by Topic or Alphabetically Getting Help

On This Page

[Help]

  

Quick Links

Top Level

Related Links

Ask OLC a question

Athena Consulting Homepage

Helpdesk Stock Answers (for Mac/PC questions)


Error - Missing \endcsname inserted.

 ! Missing \endcsname inserted.
 <to be read again>
                    \hskip
 ...
 l.1 \contentsline\hskip
                        1\ts \relax  {chapter}{\numberline\hskip 1\ts \relax...

If you get an error like this, or any error while latex'ing the thesis
files when you're just beginning with your thesis, make sure that you're
not trying to \include files that don't exist.  If you use `all' and the
main.tex file tries to include files that don't exist, then it will mess
up with that error, and corrupt the .aux files.  To fix this,

a) comment out the \include lines that correspond to files that you
haven't created files for yet (by changing them from

	\include{chap1}
to
	%\include{chap1}

or

b) Type

	touch filename.tex

for all the files that you include.  `touch' will create the files if
they don't exist.
 
Then, delete all the bonus extra files

	delete *.aux *.toc *.lof *.lot

And try it again.  It should work.

MIT Home | Getting Started | Getting Services | Getting Help | About IS&T | Accessibility
Ask a technology question or send a comment about this web page.