When trying to compile a new LaTeX document, this line
\usepackage[mtplusscr,mtbold]{mathtime}
produces the error
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.1 <
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
although the first lines are
\documentclass{IOS-Book-Article}
%
\usepackage{times}
\normalfont
\usepackage[T1]{fontenc}
\usepackage[mtplusscr,mtbold]{mathtime}
%
\begin{document}
\begin{frontmatter} % The preamble begins here.
If I remove the mentioned line, everything compiles without problem although not with the desired output.
I am new to LaTeX on the Mac. I guess the error has to do with the package [mtplusscr,mtbold]{mathtime} which is not installed. I therefore wonder how can I check whether a package is installed on a Mac and then how can I install it?
IOS-Book-Articlea class you wrote yourself? Sounds interesting! – doncherry Jun 17 '11 at 19:41