I updated MikTeX to latest version and I found that package amsmath is missing.
I tried to compile file with following beginning
and I have an error.
! LaTeX Error: File `amsmath.sty' not found.
Code: Select all
\documentclass[12pt,titlepage]{report}
%\documentclass[12pt,titlepage,draft]{report}
\parindent=0cm
\usepackage[mathscr]{euscript}
\usepackage{mathrsfs}
\usepackage{amsmath,amsthm,amssymb,latexsym,amsfonts}
\usepackage{showkeys}