MiKTeX and proTeXt ⇒ MikTex with TeXnicCenter
MikTex with TeXnicCenter
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: MikTex with TeXnicCenter
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.
Re: MikTex with TeXnicCenter
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
Re: MikTex with TeXnicCenter
Re: MikTex with TeXnicCenter
Regards,
B.A.
Re: MikTex with TeXnicCenter
I have done and tried a few times. Still I have the problems, that the scrartcl.cls does not exist...
Mike
Re: MikTex with TeXnicCenter
\documentclass[options...]{scrartcl}?
B.A.