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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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