I have a lot of problems with this program TechnixCenter. One of them is that I cannot build a DVI (or PDF) file. This is what the program says:
so far so good, then . . .
Babel <v3.81> and hypenation pattersn for english, dumylang, nohyphenation, german, ngerman, german-x-2008-06-18, french, loaded.
X! Latex Error: File `.cls' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)
Enter file name:
X! Emergency stop.
<read *>
1.1 \documentclass{}(
)[a4paper,twoside,11pt]{article}
No pages of output.
Transcript written on Eugenetica.log
LaTex-results: 2 Error(s), 0 Warning(s). 0 Bad Box(es), 0 Page(s)
Windows gives the following message:
MikTex Problem Report
Windows API error 2. The system cannot find the indicated file.
Data:
D:\Documents and Settings\Tim\Desktop\Eugenetica.dvi
I located this file under D:\Documents and Settings\Tim , but when i open it it shows a blank page.
I use TexnicCenter 1 Beta 7.01 and MixTex 2.7. i have all the packages installed.
General ⇒ problem with building DVI
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
problem with building DVI
Hi Trikreen,
welcome to the board!
Your first line is not correct, it should be written this way:
Stefan
welcome to the board!
Your first line is not correct, it should be written this way:
Code: Select all
\documentclass[a4paper,twoside,11pt]{article}
LaTeX.org admin
Re: problem with building DVI
Mmm, that helps. Thanks!