How could I solve this following problem:
'mathtools.sty' not found .\usepackage
I am using following packages:
\documentclass[12pt]{report}
\usepackage{textcomp, amssymb}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage[all]{xy}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{helvet}
\usepackage{color}
I am compiling my .tex code in kile.
texat a command prompt, you'll get a message string (e.g.,This is TeX, Version 3.1415926 (TeX Live 2012)), and then a**prompt. (Type "control-d" to exit from TeX's interactive mode.) Or, if you typelatexat a command prompt, you might something likeThis is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012), followed by a**interactive prompt. Your system's TeX distribution is the part of the message string inside parentheses (in my case, "TeX Live 2012"). – Mico Sep 28 '12 at 21:24