Math & ScienceProblem with "not equal" Math Symbol

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Xander314
Posts: 1
Joined: Mon Sep 05, 2011 12:33 pm

Problem with "not equal" Math Symbol

Post by Xander314 »

Hi. I'm using TexMaker on Ubuntu 11.04, with whichever tex distribution the package manager installed by default.

My problem is this:

Code: Select all

even if $\lambda(i) \neq 0$ for $i > j$.
The problem is that \neq always appears as an equals sign = in the produced file. Any ideas why this might be and how I can fix it?

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10340
Joined: Mon Mar 10, 2008 9:44 pm

Problem with "not equal" Math Symbol

Post by Stefan Kottwitz »

Hi,

I've seen this problem and made some suggestions here: LaTeX vs pdflatex on \neq.

Stefan
LaTeX.org admin
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Problem with "not equal" Math Symbol

Post by localghost »

Posting just one single line of code is useless. Build a minimal example that is compilable out of the box and reproduces the undesired behaviour clearly. The below example works fine for me.

Code: Select all

\documentclass{article}

\begin{document}
  $\lambda(i) \neq 0$ for $i>j$ 
\end{document}

Best regards and welcome to the board
Thorsten
Post Reply