Generalproblem with building DVI

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Trikreen
Posts: 2
Joined: Mon Jul 21, 2008 9:51 am

problem with building DVI

Post by Trikreen »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

Hi Trikreen,

welcome to the board!
Your first line is not correct, it should be written this way:

Code: Select all

\documentclass[a4paper,twoside,11pt]{article}
Stefan
LaTeX.org admin
Trikreen
Posts: 2
Joined: Mon Jul 21, 2008 9:51 am

Re: problem with building DVI

Post by Trikreen »

Mmm, that helps. Thanks!
Post Reply