I experience the following LaTeX-Preamble, which causes the "\neq" command to cause an error.
Has anyone experienced similar things before or an idea why this might happen?
Some Info:
- TeX: MikTex 2.9, 64 bit
- System: Windows 7, 64
I suppose it is some of the maths packages I load, but was not able to figure it out.
I tried:
- Putting amsmath, amssymb, mathabx at the end
- not loading maths packages
- Re-Installing MikTex
- using "\ne", "\nequal" , "\not="
No luck.
This the (sorry, quite long) preamble (edited after the answer to make it shorter and more relevant):
\documentclass[10pt,letterpaper]{article}
\usepackage{cogsci} %
%_______________________________________________________________________________
%__MATH
%__MATH_GENERAL
\usepackage{amsmath, amssymb} % % mathematical extensions
\usepackage[mathb]{mathabx} % % font for maths symbols e.g. \corresponds
\usepackage{bm} % for boldface greek letters in math
cogscipackage is not a standard package – daleif Jan 17 '13 at 12:17