mark
2009-08-05 20:49:33 UTC
Hi
I'm a new TEX user. I have some problems with my installation and I don't
understand why.
To test my installation, I've written a very simple TEX file:
\documentstyle{article}
\begin{document}
This is my first document with \LaTeX{}.
\end{document}
and then my log file looks like this:
This is TeX, Version 3.14159 (Web2C 7.3.1) (format=tex 2000.10.3) 05 AUG
2009 15:37
**testfile
(testfile.tex
! Undefined control sequence.
l.1 \documentclass
{article}
? R
OK, entering \nonstopmode...
! Undefined control sequence.
l.2 \begin
{document}
The control sequence at the end of the top line of your error message was
never \def'ed. If you have misspelled it (e.g., `\hobx'), type `I' and the
correct spelling (e.g., `I\hbox'). Otherwise just continue, and I'll
forget about whatever was undefined.
! Undefined control sequence.
l.3 This is my first document with \LaTeX
{}.
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
in fact it seems that my system doesn't know where to look for
the different TEX control sequences... but if I ignore this (by typing
'R') I have a dvi file with all my unformatted text...
Has anyone else experienced this problem?
Thanks.
I'm a new TEX user. I have some problems with my installation and I don't
understand why.
To test my installation, I've written a very simple TEX file:
\documentstyle{article}
\begin{document}
This is my first document with \LaTeX{}.
\end{document}
and then my log file looks like this:
This is TeX, Version 3.14159 (Web2C 7.3.1) (format=tex 2000.10.3) 05 AUG
2009 15:37
**testfile
(testfile.tex
! Undefined control sequence.
l.1 \documentclass
{article}
? R
OK, entering \nonstopmode...
! Undefined control sequence.
l.2 \begin
{document}
The control sequence at the end of the top line of your error message was
never \def'ed. If you have misspelled it (e.g., `\hobx'), type `I' and the
correct spelling (e.g., `I\hbox'). Otherwise just continue, and I'll
forget about whatever was undefined.
! Undefined control sequence.
l.3 This is my first document with \LaTeX
{}.
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
in fact it seems that my system doesn't know where to look for
the different TEX control sequences... but if I ignore this (by typing
'R') I have a dvi file with all my unformatted text...
Has anyone else experienced this problem?
Thanks.