MiKTeX and proTeXtMikTex with TeXnicCenter

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
MikeHawk
Posts: 4
Joined: Wed Mar 28, 2007 10:50 am

MikTex with TeXnicCenter

Post by MikeHawk »

Hi guys,

i am trying my first steps with these programs. I downloaded some different guidelines for the installation and tried all of them, but unfortunatly i am allways having trouble with the output:

This is pdfeTex, Version 3.141592-1.30.6-2.2 (MikTex 2.5)
entering extended mode
("Test.tex"
LaTeX2e <2005/12/01_
Babel <v3.8g> and hyphentation patterns for english, dumylang, nohyphentation, german, ngerman, frech, loaded.
! LaTeX Error: File 'csrartcl.cls' not found.

Could anybody solve my problem? thanks for your support, Mike

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
balfonsi
Posts: 93
Joined: Wed Mar 14, 2007 12:05 am

Re: MikTex with TeXnicCenter

Post by balfonsi »

I think you mistyped the error message: the missing file is probably
srcartcl.cls
which is a class of documents defined in the bundle of packages koma-script. So I guess you haven't installed koma-script (it is not by default). Right?

B.A.
MikeHawk
Posts: 4
Joined: Wed Mar 28, 2007 10:50 am

Re: MikTex with TeXnicCenter

Post by MikeHawk »

true, I haven't installed it yet.

do you maybe have a link where i can download koma-script? do i have to install it in a specific order?

thx for support, Mike
Ledurt
Posts: 12
Joined: Tue Mar 27, 2007 7:05 pm

Re: MikTex with TeXnicCenter

Post by Ledurt »

If you just want to test latex, you can use the class "article"
balfonsi
Posts: 93
Joined: Wed Mar 14, 2007 12:05 am

Re: MikTex with TeXnicCenter

Post by balfonsi »

Just use MiKTeX package manager (Start menu >MiKTeX 2.5> Browse Packages) : you right click on koma-script, choose install, and you're done.

Regards,
B.A.
MikeHawk
Posts: 4
Joined: Wed Mar 28, 2007 10:50 am

Re: MikTex with TeXnicCenter

Post by MikeHawk »

Hi guys,

I have done and tried a few times. Still I have the problems, that the scrartcl.cls does not exist...

Mike
balfonsi
Posts: 93
Joined: Wed Mar 14, 2007 12:05 am

Re: MikTex with TeXnicCenter

Post by balfonsi »

However, if you use mpm, rightclick on koma-script and choose properties, instead of install, you see the file in the list and where it should be, so you can check. Perhaps, you should refresh the filename database manually? Does your preamble begin by something like
\documentclass[options...]{scrartcl}?

B.A.
Post Reply