Search found 2 matches

by kaneofawesome
Tue Feb 22, 2011 2:22 am
Forum: General
Topic: error from \input{} but not from same code in main file
Replies: 2
Views: 1168

Re: error from \input{} but not from same code in main file

found the problem...
my filenames had underscores in them. That's why latex gave me "missing $" errors.
by kaneofawesome
Tue Feb 22, 2011 1:43 am
Forum: General
Topic: error from \input{} but not from same code in main file
Replies: 2
Views: 1168

error from \input{} but not from same code in main file

Hello,

I'm having a problem with the \include and \input commands. I have something like...

\include{file1}
\include{file2}
\include{file3}

where file2 has only the following...

\section{Background}
some text
\subsection{something}
some text
\subsubsection{something}
some text
\subsection ...