MiKTeX and proTeXt ⇒ Realy basic installation question
Realy basic installation question
The complier failed on line 8 (the first uncommented line)
\documentclass[12pt]{report}
The error report is:
!Undefined control sequence
1.8 \documentclass
{report}
I have no idea how to separately install document clasess.
This is the third box I have installed this on and I have never got this problem before.
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Realy basic installation question
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Realy basic installation question
localghost wrote:Please post the complete source and log file here as attachment.
Best regards
Thorsten¹
I can't get the log file as an output but in it's entirety (copying from the display)
C:\Documents and Settings\dsgiplc.YOUR-4105E587B6\Application Data\WinEdt\Samples\Thesis\Thesis.log: Sun 23-Mar-2008 21:08
This is TeX version 3.141592 (MikTeK 2.7) (preloaded format=tex 2008.3.23) 23 MAR 2008 21.08
**thesis.tex
(thesis.tex
! Undefined control sequence.
1.8 \documentclass
{report}
?
....and I've appended the source code that I'm trying to compile.
- Attachments
-
- Thesis.tex
- (5.08 KiB) Downloaded 292 times
Re: Realy basic installation question
B.A.
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Realy basic installation question
that really looks like plain tex, just compare with my last log:
This is pdfeTeX, Version 3.141592-1.30.5-2.2 (Web2C 7.5.5) (format=pdflatex 2008.3.21) 23 MAR 2008 19:49
If I use latex instead of pdflatex:
This is pdfeTeX, Version 3.141592-1.30.5-2.2 (Web2C 7.5.5) (format=latex 2008.3.21) 24 MAR 2008 01:37
look at the format. Of course plain tex doesn't know the latex document classes.
Stefan
Re: Realy basic installation question
Thanks!