MiKTeX and proTeXtamsmath | Package Installation

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
Rustam
Posts: 22
Joined: Fri Nov 02, 2012 5:15 pm

amsmath | Package Installation

Post by Rustam »

Good time of the day!

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}
How I can fix this problem?
Last edited by localghost on Sat Feb 09, 2013 2:55 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

amsmath | Package Installation

Post by localghost »

Start the MiKTeX Package Manager (MPM) and install the package subsequently.


Thorsten
Rustam
Posts: 22
Joined: Fri Nov 02, 2012 5:15 pm

amsmath | Package Installation

Post by Rustam »

I already tried this, but the problem is that amsmath is not in the list in Package Manager.
I have amslatex and immediately after this amsref.

Image
Attachments
amsmath_mis.gif
amsmath_mis.gif (30.27 KiB) Viewed 46230 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

amsmath | Package Installation

Post by Stefan Kottwitz »

It will probably be the same with the amsthm package. It's caused by a reorganization of the AMS files in MiKTeX. Have a look here:
You need to synchronize the local repository database, in the package manager, done via the menu: Repository→Synchronize.

Stefan
LaTeX.org admin
Post Reply