GeneralUndefined Control Sequence

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
ketsi
Posts: 2
Joined: Thu Jun 28, 2012 9:44 am

Undefined Control Sequence

Post by ketsi »

Hello ,

I have began to learn Latex...and tried a small code given in a tutorial...When compiled this code ,i got this message 'Undefined Control Sequence' in line 3...and also it says "No file myfirstlat.aux."(Filename is myfirstlat.tex)
Need help..

Code: Select all

\documentclass{article}
\begin{document}
This is My \emph{First} Document Prepared in \Latex
\end{document} 
Thanks in advance:)

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: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Undefined Control Sequence

Post by Stefan Kottwitz »

Hi Ketsi,

welcome to the board!

Just write \LaTeX, note the captial letters.

Stefan
LaTeX.org admin
ketsi
Posts: 2
Joined: Thu Jun 28, 2012 9:44 am

Re: Undefined Control Sequence

Post by ketsi »

oh..ya.thanks:)got it...

i've made a silly mistake...and i'll try not to post things similar to this...
Post Reply