Re: hello world runs with fatal error

Joseph Wright <[email protected]>
Newsgroups gmane.comp.tex.miktex
Message-ID <[email protected]>
On 05/10/2012 11:46, Clifford Knoll wrote:
> I've installed Miktex 2.9 on a win7 using all defaults. When I try to
> compile the simple
> 
> \begin{document}
> 
> Hello
> 
> \end{document}
> 
> 
> i receive the following error:
> 
> ! LaTeX Error: The font size command \normalsize is not defined:
> 
> there is probably something wrong with the class file.
> 
> 
> i assume this is a common error because i've used a fresh miktex installer
> with defaults on a relatively new win7 machine and tried to run the
> simplest program i could think of. unfortunately, i have been unable to
> find anything related to this problem in the mailing list.
> 
> thanks for any help,
> cliff


You have no \documentclass line. A minimal LaTeX document is

  \documentclass{article}
  \begin{document}
  Hello
  \end{document}
-- 
Joseph Wright

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.