Search found 1 match

by sama6a
Wed Jun 11, 2014 7:22 pm
Forum: General
Topic: Failed to find file "C:\ ....; perhaps it has been deleted
Replies: 2
Views: 11832

Failed to find file "C:\ ....; perhaps it has been deleted

Dear all,

I am new to LateX and to this community so pardon me if I am posting in the wrong place.

I just wrote a simple file
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\title{MY first Latex trial}
\maketitle

\begin{equation}
x = y + z
\end{equation}
\end{document}

when I ...